calimeroproject/knxtools

By calimeroproject

Updated 3 months ago

KNX tools based on Calimero for (secure) process communication, monitoring & management

Image
Networking
Internet of things
Developer tools
0

3.2K

calimeroproject/knxtools repository overview

A collection of KNX network tools based on Calimero for (secure) process communication, monitoring, and management (Github repository which contains a Readme).

  • Print the list of supported tools with docker run --rm -ti calimeroproject/knxtools

  • Show help for a tool, e.g., docker run -ti calimeroproject/knxtools groupmon --help

  • Discover KNXnet/IP servers on the host network with docker run --rm -ti --net host calimeroproject/knxtools discover

  • Example for adding a host device to the container to run the KNX group monitor using a TPUART interface: docker run -ti --device /dev/ttyACM0 calimeroproject/knxtools groupmon --tpuart /dev/ttyACM0

  • Sometimes, --privileged is required, for example using a USB device in the container: docker run -ti --privileged calimeroproject/knxtools groupmon --usb. Otherwise, there might be a generic error about accessing the USB root hub and LibUsb initialization etc.

  • Change log verbosity using -v, -vv, or -vvv directly after knxtools, e.g., .../knxtools -vvv discover

Tag summary

Content type

Image

Digest

sha256:68836a5d4

Size

23.3 MB

Last updated

3 months ago

docker pull calimeroproject/knxtools