Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

k-cabral/knot-modbus-source

 
 

Repository files navigation

KNoT system service to allow modbus enabled devices to expose
data through KNoT cloud service. This service act as a modbus
TCP client polling data frequently from the sources(servers).


## How to run Docker

To build a image run:
$ docker build -t modbus .

### Custom build

You can also use the options --build-arg ENV=value to install other dependencies
versions.

The build arguments available are:

- LIBELL_VERSION (Default: 0.19)
- TINYCBOR_VERSION (Default: master)
- USE_VALGRIND (Default: n)

To run the container:
$ docker run -p 55556:55556 -it modbus

A TCP dbus address is available in "tcp:host=localhost,port=55556"

About

System service to allow modbus enabled devices to expose data to KNoT cloud service.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • C 80.9%
  • Python 10.7%
  • M4 4.5%
  • Dockerfile 2.2%
  • Makefile 1.3%
  • Shell 0.4%