Sign inSign up

embeddedgeorge/gethostipaddresspython

By embeddedgeorge

Updated almost 6 years ago

The Azure IoT Edge Module to confirm IP Address of the host device in a local network.

Image
0

268

embeddedgeorge/gethostipaddresspython repository overview

gethostipaddresspython (Azure IoT Edge Module)

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.

Container Create Option

{
  "HostConfig": {
    "NetworkMode": "host",
    "Privileged": true
  },
  "NetworkingConfig": {
    "EndpointsConfig": {
      "host": {}
    }
  }
}

Source code - https://github.com/ms-iotkithol-jp/environment-sensing-hands-on/tree/master/device/EdgeSolution/modules/gethostipaddresspython

※ This module can run on Raspberry Pi Raspbian only now. But you can use this for other Linux devices by editing Dockerfile.arm32v7.

Tag summary

Content type

Image

Digest

Size

105.7 MB

Last updated

almost 6 years ago

docker pull embeddedgeorge/gethostipaddresspython:1.0.0-arm32v7