how to connect two raspberry pi using OPCUA?

217 views Asked by At

I have two Raspberry Pi and i want to connect these two via OPC UA making one of them as Server and other as Client. Do you have any Idea or clues or you knows any Websites which helps me to understand the basic ?

your prompt reply would be appreciated. Thank you very much in advance.

Best regards, Ankit Mavani

I have searched on internet, but unfortunately i did not find anything. Perheps you could help me out this problem

1

There are 1 answers

2
Schroeder On

I can not recommend any resources. But from your tags I quess you want to use Python for your client and server. So for this task you can use asyncua. A good starting point are the various examples. Also you can find some docs.

For debuging the server and understanding I would recomend to use UAExpert where you can browse your server and read/write values.