Split DCOM and UA protocol implementation into seperate projects
The c2mon-daq-opcua project is currently hosting multiple libraries, which are:
- JINTEGRA for DCOM
- digitalpetri (OpenSource) for OPC UA
- prosys (commercial) for OPC UA
In order to put the OPC UA DAQ with digitalpetri on Github we would need to separate the three implementations. Still we shouldn't just copy the code but instead move the common part into a shared library called e.g. c2mon-opc-stack
.