c# - Suitable Device management for use with Azure resource -


i developing web app. main functionality

  • to provide options data different devices and
  • display them on dashboard

my current flow when started

  • a device sending data
  • this data device placed in azure table storage.
  • as , when data gets azure latest received data flashing (displayed) in web app dashboard.

the app getting bigger

  • we expecting data more 1 device
  • each device may have same\different parameters & values send azure
  • so management of parameters corresponding each device needs handled

for this, required make app manage devices- like

  • registering new device,
  • allow edit\delete of devices

  • maintaining device related parameters

  • ...

  • ...

my query

  1. in scenario device iot hub serve cause?
  2. or should make web app manage (add\edit\del..) devices
  3. or there better option in azure manage device send data placed on azure resource?

please share thoughts.

  1. in scenario device iot hub serve cause?

device management iot hub can serve cause. please refer overview of device management iot hub, in article there introduction azure iot hub.

  1. or should make web app manage (add\edit\del..) devices
  2. or there better option in azure manage device send data placed on azure resource?

the repository of microsoft azure iot sdk .net contains iot service sdks, can use sdk in web app manage devices.the basic features of tool deviceexplorer in repository similar requirements, such device management, receiving message devices, sending data devices call method on devices. though, tool desktop application, can try transplant features in web app.


Comments

Popular posts from this blog

ios - MKAnnotationView layer is not of expected type: MKLayer -

ZeroMQ on Windows, with Qt Creator -

unity3d - Unity SceneManager.LoadScene quits application -