esp-open-rtos/extras/mdnsresponder
Our Air Quality 85338ee672 mDNS-responder: ipv6 support and fixes
* Adds ipv6 support. Compiles with ipv6 enabled and then accepts ipv6
  connections and answers AAAA questions.

* Fixes a few overflows of the reply buffer. Reduce the default reply buffer
  size, name it MDNS_RESPONDER_REPLY_SIZE, and allow overriding.

* Fix mdns_add_TXT.

* Prefer malloc to large stack buffers, to control stack sizes, and try to
  malloc only the buffer size needed where known in advance.

* Determine the IP addresses when responding, eliminating the update function
  and the update task.

* Allow use in SoftAP and StationAP mode too.

* Fix to compile without the debug output.

* Slightly better integration with lwip.

* Accept a NULL TXT entry.

* Some code style changes, not comprehensive.
2017-12-12 11:34:21 +11:00
..
component.mk Feature/mdnsresponder (#348) 2017-04-25 19:00:09 +05:00
mdnsresponder.c mDNS-responder: ipv6 support and fixes 2017-12-12 11:34:21 +11:00
mdnsresponder.h mDNS-responder: ipv6 support and fixes 2017-12-12 11:34:21 +11:00