iot-edge-v1 icon indicating copy to clipboard operation
iot-edge-v1 copied to clipboard

When the edge module is configured to host mode, edgehub cannot be used for communication

Open v-jiq opened this issue 7 years ago • 0 comments

Currently, there is a scenario where I need to broadcast UDP on the edge module to the host's local area network, so I have to configure the module's network mode to host, but when I configure the module's network mode to host, the module's state becomes Stop. I wonder if the module can't use the edgehub to communicate after it is configured to host mode, because this module will transmit data to iothub besides broadcasting.

This problem has been bothering me for a long time, Who can give me some advice, Whether can let module send broadcast in the host LAN, and can use edgehub.

Thanks

The following is the log of edgehub: image The following is the the create option of module: image

v-jiq avatar Mar 30 '19 14:03 v-jiq