Page 1 of 1

mdns C++ class

Posted: Thu Mar 15, 2018 2:14 pm
by snahmad75
Does this mdns class work or not.
It is commented out in Wifi.h and Wifi.cpp

https://github.com/nkolban/esp32-snippe ... k_mdns.cpp

https://github.com/nkolban/esp32-snippe ... s/WiFi.cpp


Thanks,
Naeem

Re: mdns C++ class

Posted: Thu Mar 15, 2018 4:23 pm
by kolban
There were some dramatic changes to the mDNS APIs supplied by ESP-IDF and time hasn't been spent reworking the classes to the new API structure (yet).

Re: mdns C++ class

Posted: Fri Mar 16, 2018 10:08 am
by snahmad75
ok thanks.