https://github.com/gabrielmbmb/intry4.0-opcua-server
https://github.com/gabrielmbmb/intry4.0-opcua-server
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gabrielmbmb/intry4.0-opcua-server
- Owner: gabrielmbmb
- License: gpl-3.0
- Created: 2020-06-03T16:14:19.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-08-23T03:44:32.000Z (almost 3 years ago)
- Last Synced: 2025-01-29T17:22:28.503Z (4 months ago)
- Language: Python
- Size: 85.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# InTry 4.0 - OPC UA Server
An OPC UA server created to simulate data acquisition from different sensors. The simulation
is based on reading a set of CSVs with data from different sensors that will be used to update
the value of the variables exposed by the server.## Docker
A Dockerfile is provided in order to build a Docker image. The image can be built with the following command:
docker build . -t
The configuration can be provided via environment variables:
* __*OPCUA_SERVER_ENDPOINT*__: the server endpoint where the server will be served.
* __*OPCUA_SERVER_NAME*__: the server name.
* __*OPCUA_SERVER_CSV_DIR*__: path to directory containing CSVs with sensor data.
* __*OPCUA_SERVER_LOGGING_LEVEL*__: log level.## Author
* Gabriel Martín Blázquez