dankamongmen / dankdryer

firmware for the world's best filament dryer
Apache License 2.0
6 stars 0 forks source link

interoperate with mDNS #27

Closed dankamongmen closed 1 month ago

dankamongmen commented 1 month ago

We ought advertise on mDNS, as it looks pretty trivial according to https://docs.espressif.com/projects/esp-idf/en/v4.3-beta3/esp32/api-reference/protocols/mdns.html.

dankamongmen commented 1 month ago

i've added the basic code necessary to announce mDNS. i think it's not yet working because we're not actually pulling an IP from DHCP, so far as i can tell.

dankamongmen commented 1 month ago

yep, we come up on avahi-browse as soon as we pull an IP. this looks good!