This library allow a transparent connection with the ReadyAgent proxy and thus the M2M platform. More...
Files | |
file | libAwtCom_async.h |
This library provide transparent connection with the ReadyAgent. | |
file | libAwtCom_sync.h |
This library provide transparent connection with the ReadyAgent. |
This library allow a transparent connection with the ReadyAgent proxy and thus the M2M platform.
The implementation of this library is dependent of the hardware target, but the user API is the same for all target. For instance on a Linux target, the libAwtCom communicate with the ReadyAgent proxy with an IPC (socket). On a cheaper target (with no MMU/Processes, etc.), the libAwtCom could use an other IPC or even a simple fifo...
Each function of this API is tagged to be either SYNChronous or ASYNChronous. A detailed explanation of the asynchronous behavior is detailed in awt_async.h file. Usually all asynchronous function as a corresponding event that is defined in awt_async.h file.
The status code returned by this API is documented into awt_status.h file.