Application Tutorials
4G/LTE gateway using REST API HTTP GET requests to send industrial JSON data to AWS IoT Core
SYNOPSIS
This app note explains how to develop an industrial equipment reporting solution where a JSON response is expected from a remote device (e.g. a pump station controller) when it receives a HTTP GET request. The data will then be securely sent over LTE backhaul from the nodeG5 gateway to the customer's AWS IoT Core MQTT broker.
To support developers we have included a "ready-to-integrate" Python script on board the nodeG5. This script supports HTTP GET requests to target devices. It also parses and saves the data received (in either JSON, XML or CSV data fields) to the onboard data storage where it can be ingressed to a cloud back end.
With the nodeG5 the developer can also choose to run some edge data preprocessing (i.e. statistical computations) on the board before sending the refined results to their cloud back end.
4G/LTE gateway using REST API HTTP GET requests to send industrial XML data to AWS IoT Core
SYNOPSIS
This app note explains how to develop an industrial equipment reporting solution where a XML response is expected from a remote device (e.g. a pump station controller) when it receives a HTTP GET request. The data will then be securely sent over LTE backhaul from the nodeG5 gateway to the customer's AWS IoT Core MQTT broker.