microsoftarchive / iot-journey

a guidance project for implementing an IoT solution on Azure
Other
89 stars 34 forks source link

Enable simulator to run on multiple nodes #233

Closed bennage closed 9 years ago

bennage commented 9 years ago

When the simulator is running in a cluster, we want the device ids to be unique across the cluster. I think that this was partially implemented. See https://github.com/mspnp/iot-journey/blob/master/src/Simulator/ScenarioSimulator.ConsoleHost/Program.cs#L33-L48

bennage commented 9 years ago

@hveiras I think that this may be handle by #263. It's a side effect of not running as a Web Job. :-)