Changes between Version 4 and Version 5 of Features
- Timestamp:
- May 27, 2013, 10:53:23 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Features
v4 v5 7 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, [http://sf.net/p/calimero/wiki/Home Calimero], but add high level tools to be more user-friendly.9 This project is inspired from several other free projects: 10 10 11 It is also inspired from the following projects: 12 11 - [http://sf.net/p/calimero/wiki/Home Calimero] 12 - [https://sourceforge.net/projects/conect Conect] 13 13 - [http://linknx.sf.net linknx] 14 14 - [http://www.auto.tuwien.ac.at/~mkoegler/index.php/eibd eibd] … … 17 17 - [http://knxathome.fh-deggendorf.de/wiki/index.php/Main_Page KNX@Home] 18 18 - !PywireGate 19 20 ''Note: some of these project do not seem to be maintained anymore, but the files are still available.'' 19 21 20 22 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.