bsdoma • over 5 years ago
Device simulator to send messages to AWS IOT
Does AWS provide any sample mobile app or Web application to perform as device simulator ?
Comments are closed.
bsdoma • over 5 years ago
Does AWS provide any sample mobile app or Web application to perform as device simulator ?
Comments are closed.
1 comment
Chander Matrubhutam Manager • over 5 years ago
Yes, AWS provides data simulators for both Amazon Kinesis and AWS IoT. The Kinesis Data Generator (https://github.com/awslabs/amazon-kinesis-data-generator) is a web UI that continuously generates data based on a user supplied template and sends it to Kinesis. The IoT data simulator (https://github.com/awslabs/sbs-iot-data-generator) can be run locally or on an EC2 instance and continuously generates and sends data to AWS IoT. There following blogs posts describe how to use these simulators:
Amazon Kinesis data generator: https://aws.amazon.com/blogs/big-data/test-your-streaming-data-solution-with-the-new-amazon-kinesis-data-generator/
AWS IoT: https://aws.amazon.com/blogs/iot/device-simulation-with-aws-iot-and-aws-lambda/
Let us know if you have questions or comments.
AWS IoT App Challenge Team