This repository is a simple OPC-UA server created with opcua-asyncio library in Python.
- Clone repository
git clone https://gitlab.com/latosai/opcua_server.git
- Prepare Virtual Environment
sudo apt install python3-venv
python3 -m venv venv
source venv/bin/activate
- Install requirements
pip install -r requirements.txt
- Run server
cd code
python3 server.py