esp8266_mdns
esp8266_mdns copied to clipboard
Will this library work with ESP8285?
Will this library work with ESP8285?
I think it will just work with no modifications. I'm basing that statement on my belief that the ESP8285 and ESP8266 libraries have the same API. But i have never tested it as i do not own any 8285 hardware.
Even if it does not work out of the box, it could almost definitely be made work; All this library needs to be provided with a pointer to the raw packet. This library could be made work with any platform that can provide a pointer to memory containing the raw incoming packet.
If you try this please let us know how you get on; It may be useful for other to know.
Thanks, dunk.