Azure IoT Remote Monitoring preconfigured solution
Перейти к файлу
Keith Craig 06816a84eb Localize various strings
* Role names in header
* "Device to View:" in dashboard
* "Sign out"
2015-10-07 14:05:39 -07:00
.nuget Initial commit 2015-09-28 21:28:36 -07:00
Common Initial commit 2015-09-28 21:28:36 -07:00
DeviceAdministration Localize various strings 2015-10-07 14:05:39 -07:00
Docs Initial commit 2015-09-28 21:28:36 -07:00
EventProcessor/EventProcessor.WorkerRole Initial commit 2015-09-28 21:28:36 -07:00
Simulator/Simulator.WorkerRole Initial commit 2015-09-28 21:28:36 -07:00
.gitattributes Initial commit 2015-09-28 21:28:36 -07:00
.gitignore Initial commit 2015-09-28 21:28:36 -07:00
AppRolesForManifest.txt Initial commit 2015-09-28 21:28:36 -07:00
Common_Props.proj Initial commit 2015-09-28 21:28:36 -07:00
README.md Initial commit 2015-09-28 21:28:36 -07:00
RemoteMonitoring.sln Initial commit 2015-09-28 21:28:36 -07:00
THIRDPARTYNOTICE (Azure IoT Suite Monitoring Solutions).rtf Initial commit 2015-09-28 21:28:36 -07:00
THIRDPARTYNOTICE (Azure IoT Suite Monitoring Solutions).txt Initial commit 2015-09-28 21:28:36 -07:00
build.cmd Initial commit 2015-09-28 21:28:36 -07:00
license.rtf Initial commit 2015-09-28 21:28:36 -07:00
license.txt Initial commit 2015-09-28 21:28:36 -07:00

README.md

#Microsoft Azure IoT Solution

##Contents of this repository

  • DeviceManagement folder:

    • ASP.NET MVC 5 website to manage IoT devices (add, remove, view, etc)
    • Web API 2 REST API to support device management
  • Simulator folder:

    • Simulator (Azure Worker Role) that simulates one or more devices that send data to the IoT Hub for testing and troubleshooting
  • 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 Device Management site
  • Visual Studio solution:

    • IoTRefImplementation: contains both the DeviceManagement web app, the EventProcessor worker role, and the Simulator worker role.

Set up the solution

For information about how to set up, deploy, and run the sample solution, see the document Asset Monitoring Sample Solution Walkthrough in this repository.

Customize the solution

For information about how to modify and customize the sample solution, see the document Customizing the Asset Monitoring sample in this repository.