This is a fork of open62541, https://github.com/open62541/open62541
|
%!s(int64=11) %!d(string=hai) anos | |
---|---|---|
OPCUAServer | %!s(int64=11) %!d(string=hai) anos | |
LICENSE | %!s(int64=11) %!d(string=hai) anos | |
README.md | %!s(int64=11) %!d(string=hai) anos |
An open communication stack implementation of OPC UA.
sudo apt-get install build-essential check
$ svn checkout svn://svn.code.sf.net/p/check/code/trunk check-code
$ autoreconf --install
$ ./configure --prefix=
$ make
$ make install
$ cd OPCUAServer
$ ./autogen.sh
$ ./configure
$ make
$ make check