Questions tagged [edge]

3 questions
11
votes
1 answer

Has anyone got the transparent MQTT gateway running in Azure IoT Edge?

One of the main purposes of IoT Edge is to localize the computation of the steady state (normal conditions) to the edge rather than in the cloud. Has anyone got Azure IoT Edge working as a "transparent" gateway as detailed…
Gambit Support
  • 678
  • 3
  • 12
2
votes
1 answer

Difference between edge server and mqtt broker

As I am new to the IoT world, I would like to ask for a clarification. I was reading somewhere about the general idea of having devices communicating with each other or storing information in a database, through an edge server. And then I started…
Stathis G.
  • 21
  • 2
1
vote
0 answers

In Azure IoT Hub under IoT Edge, is a device a type of hardware or a specific device?

If I have built a temperature sensor and will install 100 of those, will I then in Azure IoT Hub under IoT Edge have one device (with 100 connected clients?) or will I have 100 devices? To clarify my question: Can I put the same device connection…