Changes between Version 9 and Version 10 of Features
- Timestamp:
- May 27, 2013, 3:48:28 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Features
v9 v10 30 30 My first idea was to build a complete KNX stack in python, to avoid compilation of low level tools, like '''eibd'''. But in fact, this is the most difficult part! KNX bus communication is based on OSI layers, so it needs to have a very good comprehension of this model to implement it. I decided to first focus on the core of '''pKNyX''', which is a '''virtual device''' implementation. The bus communication will rely on '''eibd''', and the python KNX stack will be developed later. 31 31 32 * Core (virtual devices )32 * Core (virtual devices, rules) 33 33 * linknx compatibility mode (for knxweb usage) 34 34 * specific server mode