jackybek

Results 64 comments of jackybek

Previously in my mqtt code i am able to make my OPCUA server periodically subscribe to data from a MQTT broker using the following functions: step 1: create a function:...

Let me check and get back to you .. I recall I was able to instantiate a websocket connection in open62541 server.

I checked the repo and realised that the latest version of open62541 removed the support for libwebsockets.

I was thinking perhaps you can use the feature of callbacks in open62541 to implement native websockets for open62541 by calling the websockets native functions directly ? For example, 1....

i manage to implement websockets as a separate thread and runs concurrently with the main opcua server. i can now accept websockets https requests and it will respond with a...

finally, the websockets https module is completed. i used a combination of techniques such as 1. pthread to create a independently run thread of the websockets https module 2. monitoreditems...

finally completed the wss module for open62541.

What I mean is: Instead of just allowing tcp based clients to connect to the open62541 server, this extended support (eg modbus tcp and modbus serial) will allow open62541 server...

status update: Integration to modbus RTU is now completed. This allows me to declare multiple modbus serial nodes in env parameters, and the function will create ua server nodes mirroring...