iot-device-simulator icon indicating copy to clipboard operation
iot-device-simulator copied to clipboard

The IoT Device Simulator solution is a Graphical User Interface (GUI) based engine designed to enable customers to get started quickly assessing AWS IoT services without an existing pool of devices. T...

Results 30 iot-device-simulator issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Tried to build the solution locally. Consistently getting TS compilation error. The error is thrown during the console build. Same error when using solution build via `.sh`...

bug

Instead of email, user ID works. In order to prevent user failure, this bypass should be applied and later resolved internally. https://github.com/awslabs/iot-device-simulator/issues/2#issuecomment-781811566 *Issue #, if available:* #2 *Description of changes:*...

The `uuid` package has [dropped support for deep requires](https://www.npmjs.com/package/uuid#deep-requires-now-deprecated) in v8. As a result, building the project or executing `run-unit-tests.sh` on a fresh clone fails with import errors. This PR...

*Description of changes:* The `build-s3-dist.sh` script was expecting 4 input parameters while only 3 were used inside the script (the second parameter was never used in the script). The doc...

I have a use case to change the destination for MQTT messages for the simulated devices. The ideal scenario would be to make this configurable. As of now, it seems...

How can I customize the IoT Device Simulator to have an array as an attribute data type in Device Type definition?

Hi, @georgebearden . Thanks for improving the code. After your change of https://github.com/awslabs/iot-device-simulator/blame/master/deployment/build-s3-dist.sh#L19, I see that it's not actually matching the document description of https://github.com/awslabs/iot-device-simulator/blame/master/README.md#L28. Specifically, could you kindly explain...

When I use this simulator, it created random values on JSON format. It is useful. Thank you. However, I wish to have a simple monotonic counter as well starting from...

Simulator does not stop simulating data even if we delete the widget and device. Seems when the Queue send the message its start the ECS simulation engine but does not...

bug

Iot device simulator stops sending data after a while .How can I make it long Live ?

enhancement