CDP's fork of the open62541 OPC UA stack (https://github.com/open62541/open62541)

Sten 5eac2e1495 adapted README to cope with the new version of check лет назад: 11
OPCUAServer ea595c2fe3 another parameter was added to the decoding functions. every decoding function is now called in the same manner. the addition eases error handling (error code is provided through return parameter) лет назад: 11
LICENSE c387ae0c45 Initial commit лет назад: 11
README.md 5eac2e1495 adapted README to cope with the new version of check лет назад: 11

README.md

Open62541

An open communication stack implementation of OPC UA.

Getting dependencies

Ubuntu

Getting gcc toolchain:
sudo apt-get install build-essential subversion git
Getting check unit test framework:
  • Open MinGW\msys\1.0\msys.bat
$ svn checkout svn://svn.code.sf.net/p/check/code/trunk check-code
$ autoreconf --install
$ ./configure
$ make
$ make install

Windows

Getting MinGW and MSYS:
Get Gtk+ bundle (just for m4 marcros and pkg-config):
Get git (IMPORTANT: get 1.8.4, since 1.8.5.2 has a bug):
Getting check unit test framework:
  • Open MinGW\msys\1.0\msys.bat
$ svn checkout svn://svn.code.sf.net/p/check/code/trunk check-code
$ autoreconf --install
$ ./configure --prefix=
$ make
$ make install

Building

$ cd OPCUAServer
$ ./configure
$ make
$ make check

Rebuilding configure tools (only if configure.am is changed)

$ ./autogen.sh