Pipeline apps have the ability to relay data acquired from sensors to a specific server, etc.
Create an app
From the developer console, select "Development" > "App Development" > "Pipeline App" and enter the necessary information.
After creation, detailed settings can be configured.
Connected devices
You can add devices you want to connect to and detect from "Add Device".
After selecting the devices, you can set the MAC address and other settings, and choose whether to connect to the selected devices unconditionally or only to specific devices.
The conditions that can be set are
- UUID (iBeacon's UUID)
- MAC address (MAC address of the device to connect to)
- Local Name (Local name of the device to connect to)
You can set any of the above.
Destination
From "Add destination", you can add a destination to send the data acquired from the connected device.
About Amazon SQS
key | value |
---|---|
accessKeyId | Please enter the key you obtained from IAM |
secretAccessKey | Please enter the key you obtained from IAM |
url | Please enter a key that starts with https://sqs. , which will be displayed after the queue is created |
About Amazon Kinesis
You can use Amazon Kinesis Data Streams.
key | value |
---|---|
region | Please select your AWS region |
accessKeyId | Please enter the key you obtained from IAM |
secretAccessKey | Please enter the key you obtained from IAM |
stream | Please enter the data stream name configured in AWS |
shard | Please enter the number of shards to be used |
About Azure IoT Central
key | value |
---|---|
deviceId | From the side menu of IoT Central, "Devices" > "All devices" > "Device ID" |
scopeId | From the side menu of IoT Central, "Administration" > "Device connection" > "Enrollment groups" > "Enrollment group details" |
sasKey | Enter the primary key, which is located in the same place as the scopeId |
About MQTT
Please enter the connection information of the server you will be using.
About REST API
The REST API is used to send data to the server you specify.
It is sent as a POST and contains at least the following information in the header.
Content-Type: application/json