FreeRTOS+Nabto handles all the networking,
routing and encryption necessary to securely network enable your embedded
devices. To use FreeRTOS+Nabto with the FreeRTOS cloud hosting service
an embedded developer need only:
| Why not let us do this for you? Contact us if you are interested in a platform preparation service. |
Data is sent to, and requested from, a remote networked device in a simple
UDP query packet. Unique identifiers are used to distinguish between
query types.
A query can contain zero or more request parameters. Request parameters are used to send data to the remote networked device. FreeRTOS+Nabto automatically passes request parameters into the event handling C function.
Some query types require the remote networked device to respond with data. Data is sent back from the remote networked device in response parameters. The application writer passes response parameters out of the event handling C function.
Queries can be sent from a web based user interface, as is the case in the example live demo, or from an intelligent cloud based application.
Next: Creating FreeRTOS+Nabto Applications Part 2 - Worked Examples >>>