The OPC Unified Architecture's platform-independent technology allows the development of OPC UA Server and Clients not only for Windows-based PC systems but also for embedded systems as well as Linux / UNIX based systems. On these systems OPC UA can directly be integrated without the need of additional Classic OPC components.
The ANSI C and C++ based OPC UA Server SDKs allows development of OPC UA Solutions fur such systems.
- The C++ based OPC UA Server SDK
supports all basic OPC UA Services (Read, Write, Subscribe, Browse) as well as A&C, History and Programs - The ANSI C based OPC UA Server SDK
is designed for the use in embedded devices. The code is optimized for maximum portability and minimum resource consumption. To speed up familiarization time with code and quickly port it to new embedded platforms, the code is structured very simple. It supports the basic UA features necessary to fulfil the OPC UA „embedded“ profile. The Server SDK runs without encryption and thus needs no crypto support on the target system. The SDK can be run in single threaded mode and needs no threading or locking mechanisms. Locking is optional to control interaction with other tasks. The only requirements are Sockets, Time and ANSI C.
Contact Us if you wish to get more information, or send us an Email to: This e-mail address is being protected from spambots. You need JavaScript enabled to view it
