FreeOpcUa / python-opcua

LGPL Pure Python OPC-UA Client and Server
http://freeopcua.github.io/
GNU Lesser General Public License v3.0
1.37k stars 660 forks source link

How to transplant OPC UA to the embedded development board #764

Open andydqh opened 5 years ago

andydqh commented 5 years ago

I‘m grateful to anyone who give me some advise for How to transplant OPC UA to the embedded development board .THANK YOU ’

zerox1212 commented 5 years ago

This is a very vague question. What kind of board? Raspberry Pi?

andydqh commented 5 years ago

I'm sorry.The board is s5pv210 embedded development board

zerox1212 commented 5 years ago

This is a python library. You would need to install python, copy this library, then use python to run the code. You could start with one of the examples.