Skip to content

Commit 9765475

Browse files
committed
changed README
1 parent 481d037 commit 9765475

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ Make a file called config.json and use the sample-config.json as a sample
1313
{"Prefix":"devb","DeviceNum":50,"Firmware":"1.1","IoTHub": 1}]
1414
}
1515

16-
With the above config, there are two IoT Hubs each with its own SAS token (generate it with Device Explorer). The DevGroups control device creation? In the above case, 50 devices are created on IoT Hub 0 (gebahub) and 50 on IoT Hub 2 (gebahub2). The device names are prefix+device number.
16+
With the above config, there are two IoT Hubs each with its own SAS token (generate it with Device Explorer). The DevGroups control device creation. In the above case, 50 devices are created on IoT Hub 0 (gebahub) and 50 on IoT Hub 2 (gebahub2). The device names are prefix+device number.
1717

1818
Just running the simulator creates the devices and sending starts. Dummy data is sent every 5 seconds as specified in the above config.
1919

2020
Run the emulator with -r to delete the devices based on the definition of the DevGroups.
2121

22-
Be aware that device operations are throttled at 100 operations per minute per unit unless you use the expensive tier 3.
22+
Be aware that device operations are throttled at 100 operations per minute per unit unless you use the expensive tier 3. The code does not take this throttling into account.
23+

0 commit comments

Comments
 (0)