unregistered33
unregistered33
Hi! The server simulates the value every second. The client is subscribed to this change with a period of 1 time per second. The values are not lost, but I...
Thanks for library! One problem. sendToChannel works only one time. `void loop() ..... if ((millis() - temp_start) > 30000) { temp_start = millis(); tm* _tm; time_t utcTime = time(NULL); _tm...
First, big thanks for your work! Is it possible to handle events on connection and disconnection of the client to the server? This is required for access control and logging....
Hi! Im try to connect to prosys opc ua server with example: [(https://github.com/FreeOpcUa/opcua-asyncio/blob/master/examples/client_to_prosys.py)] but have error: " ................ File "C:\Users\unreg\AppData\Local\Programs\Python\Python311\Lib\enum.py", line 695, in __call__ return cls.__new__(cls, value) ^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\unreg\AppData\Local\Programs\Python\Python311\Lib\enum.py",...