Skip to content

RichiH/knxd

 
 

Repository files navigation

knxd Build Status

This is a fork of eibd 0.0.5 (from bcusdk) https://www.auto.tuwien.ac.at/~mkoegler/index.php/bcusdk

For a history (in German) please also see: http://knx-user-forum.de/knx-eib-forum/38982-eibd-war-bcusdk-fork-knxd.html

Building

Dependencies

On Debian:

apt-get install build-essential libtool automake pkg-config cdbs
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
sudo dpkg -i ../libpthsem*.deb

knxd

./bootstrap.sh
dpkg-buildpackage
sudo dpkg -i ../knxd*.deb

Contributions

  • 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)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 60.3%
  • C 27.4%
  • Ruby 8.0%
  • Shell 1.8%
  • Java 0.8%
  • Makefile 0.7%
  • Other 1.0%