wiki:InstallationGuide

Version 4 (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.

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.