Skip to content

Linknx is a service aimed at interacting with KNX devices. It features a value cache to save bus bandwidth and exposes a rules engine allowing to automate actions based on powerful logical conditions and timers.

License

linknx/linknx

Repository files navigation

linknx

C/C++ CI

This repository is a migration of the legacy one hosted on Sourceforge which is now deprecated.

Documentation

Read the wiki pages for detailed information about how to build, install, configure and run linknx.

How to build linknx

The best option is to download a tarball corresponding to a specific version (see links below). Then, run

./configure
make install

If the build finishes with errors, review them carefully. The most common cause is a dependency that is not installed on your system.

If you need to build the latest revision from the master branch (which is neither required nor recommended for standard usage), do not forget to update the GNU build system first.

autoreconf --install

should suffice. Then, run configure and make install as for other versions.

Downloads

Latest stable release (0.0.1.38)

This is the latest version as of today. Unless you know what you are doing, you should use this version. Download a zip of it here. Fixes issue #47.

Old stable release (0.0.1.37)

This is the previous version known as being stable for production. Download a zip of it here. Implements a redesigned computation of next occurrences for periodic tasks. This redesign was initiated by a problem reported and worked around in Pull Request 37. The rework itself was implemented with Pull Request 39.

For a list of all releases, visit this page.

About

Linknx is a service aimed at interacting with KNX devices. It features a value cache to save bus bandwidth and exposes a rules engine allowing to automate actions based on powerful logical conditions and timers.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages