Skip to content
/ linknx Public
forked from linknx/linknx

Linknx is an automation platform providing high level functionalities to EIB/KNX installation. The rules engine allows execution of actions based on complex logical conditions and timers. Lightweight design allows it to run on embedded Linux (OpenWRT)

License

Notifications You must be signed in to change notification settings

tru7/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 an automation platform providing high level functionalities to EIB/KNX installation. The rules engine allows execution of actions based on complex logical conditions and timers. Lightweight design allows it to run on embedded Linux (OpenWRT)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 88.0%
  • C 7.8%
  • M4 3.6%
  • Other 0.6%