Hilscher Community Forum
New Container example "OPC UA server" - Printable Version

+- Hilscher Community Forum (https://forum.hilscher.com)
+-- Forum: netPI 3 - Docker featuring Industrial Raspberry Pi 3 platform (https://forum.hilscher.com/forum-1.html)
+--- Forum: Software (https://forum.hilscher.com/forum-5.html)
+--- Thread: New Container example "OPC UA server" (/thread-423.html)



New Container example "OPC UA server" - Armin@netPI - April-12th-2019

We have been creating a new netPI example container OPC UA Server.

The container is based on the open62541 project - the open source C (C99) implementation of OPC UA.

It comes with a small web frontend to be able to upload an XML nodeset file that is transformed/compiled online into a running OPC UA server. 

Please understand this container as an example of how the open62541 project could be implemented in own applications. In no way this container should be used in real applications since it does not support security. This would need further investigations and recompilation of the OPC UA library as state here: https://open62541.org/doc/current/building.html

Regards
Armin