Sign inSign up

welteki/knxd

By welteki

Updated almost 4 years ago

Multiarch docker image for knxd

Image
2

10K+

welteki/knxd repository overview

Docker Pulls GitHub Workflow Status

knxd

For documentation on knxd see the original repository https://github.com/knxd/knxd

Usage

The container has to be run with --net=host, alternativly u can use the macvlan driver.

Running knxd

docker run -d --name knxd \
  --host net
  welteki/knxd:latest \
  knxd -e 1.1.128 -E 0.0.0:8 -D -T -R -S -f 9 -t 1023 -b tpuarts:/dev/ttyAMA0

Creating a knxd config file with knxd_args

docker run -rm \
  welteki/knxd:latest \
  /usr/bin/knxd_args  -e 1.1.128 -E 0.0.0:8 -D -T -R -S -f 9 -t 1023 -b tpuarts:/dev/ttyAMA0 \
  > /knxd/knxd.conf

License

MIT (c) 2018 Han Verstraete https://github.com/welteki

Tag summary

Content type

Image

Digest

sha256:6319e60e7

Size

31 MB

Last updated

almost 4 years ago

docker pull welteki/knxd