Changes between Version 1 and Version 2 of Features
- Timestamp:
- May 17, 2013, 8:17:42 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Features
v1 v2 5 5 == Introduction == 6 6 7 pKNyX is written in pure [http://www.python.org python], so do not require any (annoying) (cross-)compilation! 7 pKNyX is written in pure [http://www.python.org python], so do not require any (annoying) (cross-)compilation! Its goal is to build in very simple and efficient applications to extend capabilities of KNX installations, by adding rules and/or virtual devices, and thus create a smart processor for KNX home automation. 8 8 9 This project is mainly a (partial) port of the great java library, Calimero, but add high level tools to be more user-friendly. 10 11 It is also inspired from the following projects: 12 13 - linknx 14 - eibd 15 - eibnetmux 16 - OpenHAB 17 - KNX@Home 18 - !PywireGate 19 20 The main target is [http://www.pcengines.ch/alix.htm ALIX board] running [https://openwrt.org OpenWRT], but can run on any system when python is available. It does not require any compilation. 9 21 == Main == 10 22