The Java IoT3 Core library serves to connect to the Orange IoT3 platform, and is intended to be used as a foundation for applications requiring a secure, low latency and high volume exchange of messages, with measurable performance.
You will find an example implementation of the core library in the examples
package.
The Java IoT3 Mobility library - powered by the IoT3 Core library - makes it easy to build applications able to:
- connect to our ITS platform
- send and receive ITS messages through it (CAM, DENM, CPM, etc.)
- subscribe to regions of interest for each type of message, thanks to a powerful tile-based system
You will find an example implementation of the mobility library in the examples
package.