Libsiridb is a library which can be used to communicate with SiriDB using the C program language. This library contains useful functions but does not handle the connection itself.
Note: libsiridb requires libqpack
Install debug or release version, in this example we will install the release version.
$ cd Release
Compile libsiridb
$ make all
Install libsiridb
$ sudo make install
Note: run
sudo make uninstall
for removal.
For an example you can look at libsuv which contains a full example of how to use this library on top of libuv.
A more complete description of libsiridb can be found via the link below.