gabrielmbmb / intry4.0-opcua-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 <tag>

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

About

License:GNU General Public License v3.0


Languages

Language:Python 98.1%Language:Dockerfile 1.9%