Azure IoT Remote Monitoring preconfigured solution
Перейти к файлу
Xiangzhi Sheng dd838b2946 Remove the C simulator
Considering the C# simulator is stable, we are going to retire the C simulator now.
2016-12-22 18:15:41 +08:00
.nuget Add default Nuget source 2016-01-20 16:21:33 -08:00
Common Simulator switch back to C# SDK 2016-12-20 19:39:26 +08:00
DeviceAdministration Merge branch 'iotchina_dm' of https://github.com/Azure/azure-iot-remote-monitoring into iotchina_dm 2016-12-22 17:45:14 +08:00
Docs Merge branch 'master' of github.com:Azure/azure-iot-remote-monitoring into fix-bug-ariel 2016-10-06 15:19:34 -07:00
EventProcessor/EventProcessor.WebJob Simulator switch back to C# SDK 2016-12-20 19:39:26 +08:00
Simulator/Simulator.WebJob Remove the C simulator 2016-12-22 18:15:41 +08:00
UnitTests Simulator switch back to C# SDK 2016-12-20 19:39:26 +08:00
WebJobHost Simulator switch back to C# SDK 2016-12-20 19:39:26 +08:00
.gitattributes Initial commit 2015-09-28 21:28:36 -07:00
.gitignore Revert "compare image name case insensitive" 2016-12-08 19:35:16 +08:00
AppRolesForManifest.txt Initial commit 2015-09-28 21:28:36 -07:00
CodeCoverage.runsettings RM 1.5 - merge to master (#387) 2016-08-31 11:48:28 -07:00
Common_Props.proj Initial commit 2015-09-28 21:28:36 -07:00
README.md Adding code of conduct section to README.md 2016-07-12 10:00:50 -07:00
RemoteMonitoring.sln Remove the C simulator 2016-12-22 18:15:41 +08:00
THIRDPARTYNOTICE (Azure IoT Suite Monitoring Solutions).txt Initial commit 2015-09-28 21:28:36 -07:00
VERSION.txt Update version 2016-09-26 12:01:44 -07:00
WebEssentials-Settings.json Set up less handling on the server 2015-10-20 16:58:22 -06:00
build.cmd RM 1.5 - merge to master (#387) 2016-08-31 11:48:28 -07:00
infrastructure.connectivity.license.txt Add license for Connectivity in preparation for the public Nuget package. 2016-01-15 17:40:33 -08:00
license.txt test 2016-11-10 16:14:30 +08:00

README.md

#Microsoft Azure IoT Suite You can deploy preconfigured solutions that implement common Internet of Things (IoT) scenarios to Microsoft Azure using your Azure subscription. You can use preconfigured solutions:

  • as a starting point for your own IoT solution.
  • to learn about the most common patterns in IoT solution design and development.

Each preconfigured solution implements a common IoT scenario and is a complete, end-to-end implementation. You can deploy the Azure IoT Suite remote monitoring preconfigured solution from https://www.azureiotsuite.com, following the guidance outlined in this document. In addition, you can download the complete source code from this repository to customize and extend the solution to meet your specific requirements.

##Remote Monitoring preconfigured solution The remote monitoring preconfigured solution illustrates how you can perform end-to-end monitoring. It brings together key Azure IoT services to enable the following features: data ingestion, device identiy, command and control, rules and actions.

##Contents of this repository

Docs folder:

Other useful IoT Suite documentation:

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

Visual Studio solution:

  • RemoteMonitoring: contains the source code for the complete preconfigured solution, including the solution portal web app, the EventProcessor web job, and the Simulator web job.

Feedback

Have ideas for how we can improve Azure IoT? Give us Feedback.

Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.