26 | | No external configuration is needed; remember that pKNyX is a framework, sor you need to code your own application. See the tutorial page and api. |
| 26 | The current implementation of '''pKNyX''' needs a '''KnxIp Router''' to work. There are 2 main reasons for that: |
| 27 | |
| 28 | - simplify the KNX stack implementation, as all '''pKNyX''' needs to do is send/receive multicast IP frames; |
| 29 | - allow to spread as many device (= process) as we want. |
| 30 | |
| 31 | As nobody really has such router device, just use [http://www.auto.tuwien.ac.at/~mkoegler/index.php/eibd eibd], and configure it as a router, with the -R option. |
| 32 | |
| 33 | For the rest, remember that pKNyX is a framework, so you need to code your own application. See the [[Tutorial|tutorial]] page and the complete [http://www.pknyx.org/static/api/index.html API]. |