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 '''virtual Devices''' implementation. The bus communication will rely on '''eibd''', and the python KNX stack will be developed later. |
| 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. |