Skip to content

jonathanwvd/ocpua_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OPC-UA Server Exemplo

This repository is a simple OPC-UA server created with opcua-asyncio library in Python.

Run the OPC-UA Server

  1. Clone repository

git clone https://gitlab.com/latosai/opcua_server.git

  1. Prepare Virtual Environment

sudo apt install python3-venv

python3 -m venv venv

source venv/bin/activate

  1. Install requirements

pip install -r requirements.txt

  1. Run server cd code

python3 server.py

Run the OPC-UA Server as a Docker Container

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published