jackybek
jackybek
I will create a new function : UA_AccessControl_defaultWithLoginSessionTrackingCallback() to achieve the new requirements.
Resolved. The examples given are based on only 1 Field variable. To make the code work for 40 field variables, i did the following: 1. create an array of type...
I get these message: warn/pubsub ReaderGroup ns=1;i=55279 | Reader ns=1;i=55285 | DataSetMessage is discarded: Only keyframes are supported warn/pubsub ReaderGroup ns=1;i=55279 | Reader ns=1;i=55285 | DataSetMessage is discarded: Only keyframes...
This is what I get using wireshark
nope. only 1 instance of the server is running. both uaExpert and matrikon ua clients are not connected to the server when the message appeared.
I did a simple test that : 1. connects to a rabbitmq broker 2. configures the routing key, exchange 3. prepares a simple text message 4. call amqp_basic_publish() to send...
I have begun the process to enhance the pubsub modules to cater to AMQP protocol. For a start, i have done the following: 1. Fork open62541. Change branch to master...
UA_Client_getSessionAuthenticationToken() i found this api function to get the nodeid representing the authentication token a.k.a session. next is to find out how to 1. extend the validity of the session...
I updated open62541 to v1.4.13 My setup: opc Server is running on 192.168.1.109 : 4840 uaExpert is running on 192.168.1.157 I setup reverseconnect on uaExpert as follows: Create an inbound...
here is my code to implement reverse connect. [SV_ReverseConnect.txt](https://github.com/user-attachments/files/21808337/SV_ReverseConnect.txt) There is this parameter (void *)123456 passed into UA_Server_addReverseConnect() which i don't understand what is the significance of it. Could this...