-2

So basically i'm working on a project which involves getting data using a sensor (say analyzing temperature/vibration etc.) and then transfer the data to cloud (Azure) which in turn can be used to show users the data - in an app/website. Do i use Azure IoT Hub or Azure IoT Central to store , stream and make use of data so that i can display the respective data of each user when they logon to the website?

1 Answers1

0

Azure IoT Central is a set of pre-built IoT applications while IoT Hub is a service. You either use or build your own solution.

CSharpRocks
  • 6,791
  • 1
  • 21
  • 27