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
- in scenario device iot hub serve cause?
- or should make web app manage (add\edit\del..) devices
- or there better option in azure manage device send data placed on azure resource?
please share thoughts.
- 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.
- or should make web app manage (add\edit\del..) devices
- 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
Post a Comment