The Azure IoT Edge Module to confirm IP Address of the host device in a local network.
268
You can see IP address of the host device in a local network via module twin reported properties.
This module can be work on Linux based device only.
This module is very convenience to confirm the IP address of target device without display in developing and testing phase.
{
"HostConfig": {
"NetworkMode": "host",
"Privileged": true
},
"NetworkingConfig": {
"EndpointsConfig": {
"host": {}
}
}
}
※ This module can run on Raspberry Pi Raspbian only now. But you can use this for other Linux devices by editing Dockerfile.arm32v7.
Content type
Image
Digest
Size
105.7 MB
Last updated
almost 6 years ago
docker pull embeddedgeorge/gethostipaddresspython:1.0.0-arm32v7