For the project to be able to handle different protocols and network connections and to be able to freely combine these, it is required to generalise the protocol and network connection handling.
Todo
[x] The protocols and connections should be handled via common interface classes by the Backend
[x] The GUI needs to be updated to allow the user for selecting a protocol - network connection pair the diagrams are sent on
[x] The SW needs to be able to handle multiple pairs concurrently
Description
For the project to be able to handle different protocols and network connections and to be able to freely combine these, it is required to generalise the protocol and network connection handling.
Todo