This is a fork of eibd 0.0.5 (from bcusdk) https://www.auto.tuwien.ac.at/~mkoegler/index.php/bcusdk
For a (german only) history and discussion why knxd emerged please also see: eibd(war bcusdk) Fork -> knxd
- 0.10 ** Support for more than one KNX interface
On Debian:
apt-get install git-core
git clone https://github.com/knxd/knxd.git
On Debian:
apt-get install build-essential libtool automake pkg-config cdbs libsystemd-daemon-dev
# If you're using Wheezy, remove the "libsystemd-daemon-dev" part
# (here and in debian/control)
wget https://www.auto.tuwien.ac.at/~mkoegler/pth/pthsem_2.0.8.tar.gz
tar xzf pthsem_2.0.8.tar.gz
cd pthsem-2.0.8
dpkg-buildpackage -b
cd ..
sudo dpkg -i libpthsem*.deb
cd knxd
# If the next command complains about missing packages: install it and try again
# If you can't install libsystemd-daemon-dev, remove it from the file 'debian/control'.
dpkg-buildpackage -b
cd ..
sudo dpkg -i knxd_*.deb knxd-tools_*.deb
- Any contribution is very welcome
- Please use Github and create a pull request with your patches
- Please see SubmittingPatches to correctly Sign-Off your code and add yourself to AUTHORS (
tools/list_AUTHORS > AUTHORS
) - Adhere to our coding conventions.