Qt KNX
The Qt KNX module implements the client side of a connection between a client and a KNXnet/IP server. This connection can be used to send messages to the KNX bus and to control the functionalities of the KNX devices.
Only local device management procedures and KNX application services working with group addressing are fully supported.
Note: Qt KNX is part of the Qt for Automation offering and not Qt. For further details please see Qt for Automation.
Getting Started
To use these classes in your application, use the following include statement:
#include <QtKnx/QtKnx>
To link against the module, add this line to your qmake .pro
file:
QT += knx
Articles and Guides
Examples
Reference
- KNXnet/IP Connection Classes
- Device Management Classes
- Tunneling Classes
- Datapoint Type Classes
- General Classes
- All C++ Classes
Licenses and Attributions
Qt KNX is available under commercial licenses from The Qt Company. In addition, it is available under the the GNU General Public License, version 3.