This repository is a python OPC UA implementation using the 'opcua' python package
- Install python
- git clone https://github.com/GMouaad/py-opcua.git
- cd py-opcua
- pip3 install -r requirements.txt
- python3 server/main.py
Use custom XML for object creation.
- Thecode is based on the examples in the repo