Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.48 KB

README.md

File metadata and controls

22 lines (17 loc) · 1.48 KB

Java IoT3 Core and Mobility libraries

IoT3 Core Build status

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.

Example

You will find an example implementation of the core library in the examples package.

IoT3 Mobility Build status

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

Example

You will find an example implementation of the mobility library in the examples package.