Host-Name을 입력 한 후 IP 주소를 반환하는 간단한 소프트웨어입니다.
WiFi에서만 작동합니다.
이 앱은 오픈 소스로 개발되었습니다.
https://github.com/Network-Revolution/DotLocalFinder
debian, ubuntu, centos 또는 Red-Hat PC를 찾으면 해당 PC에 mDNS가 설치되어 있어야합니다.
다음 명령을 입력하십시오.
적절한 설치 avahi-daemon libnss-mdns
dnf 설치 avahi avahi-tools nss-mdns
yum 설치 avahi avahi-tools nss-mdns
Windows10 및 macOS에는 처음부터 mDNS가 설치되어 있으므로 조치없이 찾을 수 있습니다.
mDNS가 설치되어있는 경우 ESP32 또는 micro : bit와 같은 SBC도 찾을 수 있습니다.
다음 예제는 Arduino로 호스트를 빌드하는 방법을 보여줍니다.
https://github.com/Vasil-Pahomov/Liana
https://tttapa.github.io/ESP8266/Chap08%20-%20mDNS.html
Arduino뿐만 아니라 Golang도 할 수 있습니다.
https://github.com/hashicorp/mdns
뿐만 아니라 파이썬
https://pypi.org/project/mdns-publisher/
물론 Golang과 Python은 모두 ESP32에서 실행됩니다.
https://tinygo.org/faq/what-about-esp8266-esp32/
https://docs.micropython.org/en/latest/esp32/tutorial/intro.html
Python은 micro : bit에서 실행됩니다.
https://microbit-micropython.readthedocs.io/en/latest/
물론 Raspbian이 설치된 RaspberryPi도 찾을 수 있습니다.
이 앱에서 "raspberrypi"를 검색해야합니다!