Patrizio Bertoni

Results 6 comments of Patrizio Bertoni

Hi there! Are there some news on that? All `SourceTimestamp`s are UTC and I'll be glad to set another timezone once, instead of forcing clients to make assumptions and to...

Well I'm not very proficient in the library itself (I'm a novice both in OPCUA and ASYNCIO), however I see ```shell $ grep -rIn timezone | grep -v tests ```...

Examples should build smoothly with a ``` mkdir build && cd $_ cmake -DBUILD_SERVER=on -DBUILD_CLIENT=on -DBUILD_PYTHON=off -DBUILD_TESTING=off .. make -j ``` Did you tried?

Got a similar problem (I just opened [python-opcua #1166](https://github.com/FreeOpcUa/python-opcua/issues/1166)) while importing PackML official NodeSet. @zerox1212 perhaps this a more appropriate thread, sorry for the little overlapping. Current PackML says as...

Issue opened for me too on `Ubuntu 16.10 x64`, **both for** `libwebsock` and `libwebsock2`. I `apt-get install`ed 1. libtool-bin 2. automake 4. libevent-2.0-5 libevent-pthreads-2.0-5 5. m4 And linked a missing...

Solved by `make install` **libevent** from source at https://github.com/libevent/libevent.