È un semplice software che restituisce l'indirizzo IP dopo aver inserito un nome host.
Funziona solo con il WiFi.
Questa app è sviluppata come open source.
https://github.com/Network-Revolution/DotLocalFinder
Se trovi il PC Debian o Ubuntu o CentOS o Red-Hat, questi PC devono avere mDNS installato.
Si prega di inserire il seguente comando.
apt install avahi-daemon libnss-mdns
dnf install avahi avahi-tools nss-mdns
yum install avahi avahi-tools nss-mdns
Windows10 e macOS hanno mDNS installato dall'inizio, quindi puoi trovarlo senza alcuna azione.
Se hai installato anche mDNS, puoi anche trovare SBC come ESP32 o micro: bit.
L'esempio seguente mostra come creare un host con Arduino.
https://github.com/Vasil-Pahomov/Liana
https://tttapa.github.io/ESP8266/Chap08%20-%20mDNS.html
Puoi fare non solo Arduino ma anche Golang
https://github.com/hashicorp/mdns
ma anche Python
https://pypi.org/project/mdns-publisher/
Ovviamente, sia Golang che Python funzionano su ESP32.
https://tinygo.org/faq/what-about-esp8266-esp32/
https://docs.micropython.org/en/latest/esp32/tutorial/intro.html
Python eseguito su micro: bit.
https://microbit-micropython.readthedocs.io/en/latest/
Naturalmente, puoi anche trovare RaspberryPi con Raspbian installato.
Dovresti cercare "raspberrypi" in questa app!
Ultimo aggiornamento
23 ago 2021