Cloud Platform
For your IoT project, you can quickly set up a minimal environment with just a few clicks, consisting of an Application Object Server (AOS) containing the standard platform components, a data storage server, and access to the client web application.
Once the platform is set up, you can configure it according to the needs of your project and the planned scalability. The configuration generally consists of defining the number of brokers receiving the messages, the structures and types of the messages exchanged, the maximum queueing duration, the jobs, the interpreters, etc. More details on the administration and configuration of the platform are provided in the user guide.

In large environments, multiple AOS instances can be run in parallel, leveraging a database configured for horizontal scaling and load balancing.
You can create one or more primary AOSs and one or more additional AOSs for load balancing. Each primary AOS contains its own database and zero or more additional environments to distribute work, message processing, or user access.
Below is a diagram for an example of an environment with 3 AOSs sharing the same database. The first AOS is dedicated solely to communicating with devices for receiving messages and sending commands. The second AOS is reserved for jobs and batch processing, while the third AOS is dedicated to user access via the web client or mobile applications.

Prerequisites
IoTRoutes environments are managed via an OSPO Cloud subscription. Before ordering an IoTRoutes cloud environment, please create your free OSPO account at https://store.ospo.pro . You will receive by email your login and password which will be used to properly manage your subscription account, activate and deactivate the OSPO services you will need and track your subscription billing. You will find more details on OSPO environments at https://www.ospo.pro
Next : Access IoTRoutes Web