Libiqrf is library for access to/from iqrf devices which are connected to host PC over USB. This library is also used for IDE and examples.
List of exported functions:
iqrf_init_device – initialization of device
iqrf_release_device – reselase of device
iqrf_reset_device – reset device
iqrf_get_status – return SPI status
iqrf_read_write_spi_cmd_data – reading and writing data to device
Library could be clone from git repo :
git://github.com/nandra/libiqrf.git
Compilation:
1. ./configure
2. make
3. sudo make install (for opensuse installation path is in /usr/local/lib)


