Changes between Version 9 and Version 10 of Features


Ignore:
Timestamp:
May 27, 2013, 3:48:28 PM (11 years ago)
Author:
Frédéric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Features

    v9 v10  
    3030My 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.
    3131
    32  * Core (virtual devices)
     32 * Core (virtual devices, rules)
    3333 * linknx compatibility mode (for knxweb usage)
    3434 * specific server mode