Device connectivity with IOT Hub

Mangesh Shinde 1 Reputation point
2020-12-29T07:43:50.08+00:00

We have devices which are sending data over TCP/IP and we are looking to connect these with IOT Hub to ingest the data and do some data analytics on the bases of that. We are new in this platform as per document Hub is supporting MQTT,HTTP and AMQP protocol but not TCP. Can someone guide on this scenario what can be the feasible approach to get data from device to IOT Hub.

Thanks in advance.

Azure IoT
Azure IoT
A category of Azure services for internet of things devices.
382 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,124 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Sander van de Velde 28,711 Reputation points MVP
    2020-12-29T10:51:20.703+00:00

    Are these devices programmable? Are you in control of what these devices are sending and to what endpoint?

    If this is the case, you can either try to put code on it with one of the Device SDKs. Or you can use the pure REST approach.

    If not, you need to introduce a local gateway in between, an edge device.

    Please check out this MS Learn learning path.

    1 person found this answer helpful.
    0 comments No comments