Mdns

From Federal Burro of Information
Revision as of 20:02, 2 January 2023 by David (talk | contribs) (Created page with " automagical dns on local nets. on a windows machine use this to discover services: dns-sd -B _ssh._tcp dns-sd -B _http._tcp dns-sd -B _https._tcp You can get arduino's to advertise their services like this: https://github.com/arduino-libraries/ArduinoMDNS https://tttapa.github.io/ESP8266/Chap08%20-%20mDNS.html https://support.arduino.cc/hc/en-us/articles/4506515275548-About-mdns-discovery I use this on my esp32's")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

automagical dns on local nets.

on a windows machine use this to discover services:

dns-sd -B _ssh._tcp
dns-sd -B _http._tcp
dns-sd -B _https._tcp


You can get arduino's to advertise their services like this:

https://github.com/arduino-libraries/ArduinoMDNS
https://tttapa.github.io/ESP8266/Chap08%20-%20mDNS.html
https://support.arduino.cc/hc/en-us/articles/4506515275548-About-mdns-discovery

I use this on my esp32's