Het is een eenvoudige software die het IP-adres retourneert na het invoeren van een hostnaam.
Het werkt alleen onder de WiFi.
Deze app is ontwikkeld als open source.
https://github.com/Network-Revolution/DotLocalFinder
Als u debian of ubuntu of centos of Red-Hat pc vindt, moet op deze pc mDNS zijn geïnstalleerd.
Voer de volgende opdracht in.
apt installeer avahi-daemon libnss-mdns
dnf installeer avahi avahi-tools nss-mdns
yum installeer avahi avahi-tools nss-mdns
Windows10 en macOS hebben vanaf het begin mDNS geïnstalleerd, dus u kunt het zonder enige actie vinden.
Als je zelfs mDNS hebt geïnstalleerd, kun je ook SBC's vinden, zoals ESP32 of micro:bit.
Het volgende voorbeeld laat zien hoe je een host bouwt met Arduino.
https://github.com/Vasil-Pahomov/Liana
https://tttapa.github.io/ESP8266/Chap08%20-%20mDNS.html
Je kunt niet alleen Arduino doen, maar ook Golang
https://github.com/hashicorp/mdns
maar ook Python
https://pypi.org/project/mdns-publisher/
Natuurlijk draaien zowel Golang als Python op ESP32.
https://tinygo.org/faq/what-about-esp8266-esp32/
https://docs.micropython.org/en/latest/esp32/tutorial/intro.html
Python draait op micro:bit.
https://microbit-micropython.readthedocs.io/en/latest/
Natuurlijk kun je RaspberryPi ook vinden waarop Raspbian is geïnstalleerd.
Zoek in deze app naar "raspberrypi"!