azure-iot-remote-monitoring/README.md

23 строки
954 B
Markdown
Исходник Обычный вид История

2015-09-29 09:12:55 +03:00
#Microsoft Azure IoT Suite
##Remote Monitoring preconfgured solution
2015-09-29 07:28:36 +03:00
2015-09-29 09:12:55 +03:00
##Contents of this repository
2015-09-29 07:28:36 +03:00
2015-09-29 09:12:55 +03:00
#### Web folder:
* ASP.NET MVC 5 website containing user dashboard and device portal to manage IoT devices (add, remove, view, etc)
2015-09-29 07:28:36 +03:00
2015-09-29 09:12:55 +03:00
#### Infrastructure folder:
* APIs and application logic to support telemetry and device operations
### Simulator folder:
* Simulator (Azure Web Job) that simulates one or more devices that send data to the IoT Hub for testing and troubleshooting
2015-10-12 20:33:14 +03:00
2015-09-29 09:12:55 +03:00
### EventProcessor folder:
* Azure Worker Role that hosts an Event Hub **EventProcessorHost** instance to handle the event data from the devices forwarding event data to other back-end services or to the remote monitoring site
2015-09-29 07:28:36 +03:00
2015-09-29 09:12:55 +03:00
### Visual Studio solution:
* **RemoteMonitoring:** contains both the Dashboard web app, the EventProcessor worker role, and the Simulator worker role.
2015-10-12 20:33:14 +03:00
Need more [help](https://github.com/Azure/azure-iot-remote-monitoring/wiki)?