Just thought I would share a library I've been working on. There are various methods to access C-Bus and cgate such as CBM library, MQTT and DBUS but I wanted a wanted to access C-Gate directly and not tie up a PCI with the CBM library. I do really like the the CBM library though. So here it is, a C Library for Linux to access C-Bus through C-Gate, It only supports lighting and measurement events through a callback, similar to cbm. I am no expert programmer so probably a bit rough, constructive criticism welcome. Documentation is lacking and I will try to add some in the next few days plus provide an example. I use it successfully to control some RF blinds I got from spotlight. [URL]https://github.com/Andrewt12/libcgate[/URL]