Click here to Skip to main content
15,887,683 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am developing an Web App. Its main functionality is
==> to provide options to get data from different devices and
==> display them on Dashboard


My Current Flow
When it was started
==> A device will be sending data
==> This data from the device will to be placed in Azure Table Storage.
==> As and when the data gets into Azure the latest received data will be flashing (displayed) in my web app Dashboard.

The app is now getting bigger
==> we are expecting to get data from more than one device
==> each device may have same\different parameters & values to send to the Azure
==> So management of the parameters corresponding to each device too needs to be handled

For all this, its required to make the app manage the devices- like
==> registering new device,
==> allow edit\delete of the devices
==> maintaining the device related parameters
==> ...
==> ...

My Query
==> In this scenario would the device with IoT Hub serve my cause?
==> Or Should I make my web app only to manage (add\edit\del..) devices
==> Or is there any better option in Azure to manage device ( the device which sends data to Iot)?

What I have tried:

I have 2 options
==> 1. to handle in system to manage the device(add\edit...)
==> 2. IoT Hub device to analyze if it would serve our purpose

Please share your thoughts.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900