Application Development
Tools and guidelines to let you build IoT application based on IoT Accelerator capabilities.
This section provides the necessary tools to accelerate the development of complex application use cases built using IoT Accelerator APIs and includes code snippets and tutorials on common open source 3PP tools to facilitate testing and prototyping.
Use cases
Use Case: Get IMSI with no traffic in the last 7 days
This use case shows how to retrieve data and SMS traffic produced by a given enterprise within the last 7 days, by implementing a sample application flow in NodeRed®.
Use Case: Migrating legacy labels to custom fields
This use case shows how to migrate information from legacy labels to Custom Fields, by implementing a sample application flow in NodeRed® and Postman.
Get SIM Information, activate the SIM and get activation status
The use case shows how to flip the status of a given subscription (from Active to Pause or vice versa) by checking its initial status, change it, and then verifying the final status.
End-to-end use case: IoT Accelerator integrated with AWS IoT, M5Stack, SimCom7600G and NodeRedGet SIM Information, activate the SIM and get activation status
This sample E2E Application includes an M5Stack Device equipped with a mobile broadband modem pushing its data to AWS IoT, and a sample application built on NodeRed which orchestrates the use case and provides a Web GUI.
Code snippets
Testing IoT Accelerator REST APIs in Postman
The instruction describes how to test IoT Accelerator REST APIs from a Postman® client installed on PC.
Testing IoT Accelerator SOAP APIs in Postman
The instruction describes how to test IoT Accelerator SOAP APIs from a Postman® client installed on PC.
Get Subscription Details
The example provides the step-by-step description on how to get subscription details using APIs via cURL commands.