wiki:InstallationGuide

Version 6 (modified by Frédéric, 11 years ago) ( diff )

--

Installation guide

This installation guide refers to the current subversion release of pKNyX.

Dependencies

pKNyX is entirely written in python, and uses some third-party modules:

Core

Gnu/Linux

From sources:

$ pip install pKNyX-<version>.tar.gz

Configuration

The current implementation of pKNyX needs a KnxIp Router to work. There are 2 main reasons for that:

  • simplify the KNX stack implementation, as all pKNyX needs to do is send/receive multicast IP frames;
  • allow to spread as many device (= process) as we want.

As nobody really has such router device, just use eibd, and configure it as a router, with the -R option.

To check if it works, use the pknyx-group.py utility:

$ pknyx-group.py read 1/1/1
0

If you get a warning like:

No answer from that Group Address (1/1/1)

You may need to adjust some config on your network. See the FAQ.

For the rest, remember that pKNyX is a framework, so you need to code your own application. See the tutorial page and the complete API.

Note: See TracWiki for help on using the wiki.