C/C++ Api
The Iotellect Server open-source Application Programming Interface for C/C++ (Iotellect Server C/C++ API) is a convenient library for accessing Iotellect Server from any C/C++-based application using the Iotellect Communication Protocol.
The API sources can be downloaded from the Iotellect, FZCO website.
Features of C/C++ API
Using this API, you can:
Access server resources and connected devices;
Modify server and device configuration;
Execute server and device operations;
Acquire server and device events;
Connect to Iotellect Server in "Agent mode", i.e. write C/C++ code that emulates or implements a hardware device connected to Iotellect.
Technically, the C/C++ API provides the following functionality:
Full access to the server contexts through a so-called proxy context tree;
Calling context functions;
Listening for context events;
Creating and manipulating Data Tables;
Implementing Agent.
Was this page helpful?