Is there a module for TCP/IP implementation in Azure IoT Edge?
Hey @IoT Cloud so recently i want to use Azure IoT Edge for identity and protocol translation for an OBD-II device that communicates strictly via TCP/IP, while Azure IoT Hub supports MQTT, AMQP, and HTTPS. Our goals are Identity Translation
(Create and register IDs for these devices from IoT Edge to IoT Hub and also to enable automatic device-to-IoT Hub communication through IoT Edge) also Protocol Translation(Enable communication between TCP/IP devices and Azure IoT Hub’s supported protocols (MQTT, AMQP, HTTPS))
So currently bi-directional communication for messaging and FOTA is needed
My Questions are :
1. Is there a module for TCP/IP implementation in Azure IoT Edge?
2. Can the available repository be used for production-level deployment?
3. Is there detailed documentation or examples for production-level implementation?
4. Does this setup support two-way communication (device → edge → cloud and vice versa)?
5. Is the identity translation gateway mature enough for production use?
Solution:Jump to solution
Azure IoT Edge supports TCP/IP protocol.
The repository is suitable for production use.
There is detailed documentation and examples available....
1 Reply
Solution
Azure IoT Edge supports TCP/IP protocol.
The repository is suitable for production use.
There is detailed documentation and examples available.
It supports bi-directional communication.
the identity translation gateway is good enough for production use.
You can use Azure IoT Edge to implement the required protocol translation and identity management for OBD-II devices.