The Falcon.NET SDK guarantees the software access to the KNX bus and offers an API (Application Program Interface) for sending and receiving telegrams across the KNX network.
Especially programmers are exceptionally well served with the Falcon Driver Library. It lays the tracks for the access to KNX. Aside from the comfortable API, it offers access management for bus devices, for telegrams (Group Address), Individual Addresses, device states and much more. The bus access allows the programming of languages like C++, C# and others.
There are two types of the Falcon.NET SDK;
- The manufacturer Falcon.NET SDK, only available to KNX Members
- The public Falcon.NET SDK, available to everyone
The public Falcon.NET SDK versions are free of charge and available to download via NuGet.
Sample code is provided within the Falcon.NET SDK once you download and install it.