device-simulation-dotnet/Services/Models
Avani Patel 8a31fcf64b Integrate and merge replay feature to master (#338)
* Create replay thread (#325)

* Create empty replay thread

* Remove connection using

* Remove references to connections in the replay task

* Update name of replay task test

* Move const to config file

* Add device replay actors  (#329)

* Create empty replay thread

* Remove connection using

* Remove references to connections in the replay task

* Update name of replay task test

* Add device replay actors

* Read replay file and stream telemetry (#334)

* update

* read replay file from storage

* replay file settings

* update

* update

* update validation

* PR comments

* fix test
2019-01-18 14:30:29 -08:00
..
Protobuf Protobuf bug fixes (#238) 2018-08-22 10:50:59 -07:00
DataFile.cs Replay file APIs (#333) 2019-01-16 10:59:21 -08:00
Device.cs New logger & dependencies upgrade (#232) 2018-08-12 15:36:40 -07:00
DeviceModel.cs Integrate and merge replay feature to master (#338) 2019-01-18 14:30:29 -08:00
DevicesPartition.cs Add partitions management (#254) 2018-09-17 22:16:21 -07:00
IoTHubProtocol.cs Add device types configuration and endpoint 2017-05-30 19:50:03 -07:00
README.md Initialize project with files from template 2017-05-25 18:22:07 -07:00
Simulation.cs Integrate and merge replay feature to master (#338) 2019-01-18 14:30:29 -08:00
SimulationPatch.cs Delete devices even after the simulation is stopped (#313) 2018-12-04 12:52:39 -08:00
SimulationStatisticsModel.cs Add ActiveDevices counter to statistics and other updates (#304) 2018-10-29 16:36:27 -07:00

README.md

Service layer models

Guidelines

  • Do not reference classes from the "webservice" project.
  • Ensure datetime values are transfered using UTC timezone.
  • Use new DateTimeOffset(azureDevice.LastActivityTime, TimeSpan.Zero) to parse datetime values returned by Azure IoT SDK.

Conventions

  • For DateTime fields use System.DateTimeOffset.