azure-iot-sdk-c/samples/solutions/remote_monitoring_client
Eric Wolz 4fcb1446c8
Fixes for SDLNativeRules issues (#2174)
* resolve SDL prefix issues

12668003
12668001
2021-12-07 17:38:42 -08:00
..
CMakeLists.txt Fix Remote Monitoring Sample 2018-10-05 15:32:04 +00:00
readme.md Fix Remote Monitoring Sample 2018-10-05 15:32:04 +00:00
remote_monitoring.c Fixes for SDLNativeRules issues (#2174) 2021-12-07 17:38:42 -08:00

readme.md

Remote Monitoring solution accelerator sample

This sample illustrates how to connect to the Remote Monitoring solution accelerator to:

  • Report device capabilities
  • Send telemetry
  • Respond to methods, including a long-running firmware update method

For more information about this sample, see:

Build and run in Windows

Edit the remote_monitoring.c to add your device connection string.

Follow the instructions to build the SDK and samples in Windows.

After you build the SDK, the remote monitoring client executable is located in the azure-iot-sdk-c\cmake\samples\solutions\remote_monitoring\Release folder.

Build and run in Linux

Edit the remote_monitoring.c to add your device connection string.

Follow the instructions to build the SDK and samples in Linux.

After you build the SDK, the remote monitoring client executable is located in the azure-iot-sdk-c/cmake/samples/solutions/remote_monitoring/ folder.