File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed
libraries/ESP8266mDNS/src Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change 22 ESP8266mDNS.h - mDNSResponder for ESP8266 family
33 This file is part of the esp8266 core for Arduino environment.
44
5- Legacy_ESP8266mDNS:
6- The well known, thoroughly tested (yet no flawless) default mDNS library for the ESP8266 family
7-
8- LEA_ESP8266mDNS:
9- An (currently) experimental mDNS implementation, that supports a lot more of mDNS features than Legacy_ESP8266mDNS, like:
5+ mDNS implementation, that supports many mDNS features like:
106 - Presenting a DNS-SD service to interested observers, eg. a http server by presenting _http._tcp service
117 - Support for multi-level compressed names in input; in output only a very simple one-leven full-name compression is implemented
128 - Probing host and service domains for uniqueness in the local network
1915 - Dynamic queries for DNS-SD services with cached and updated answers and user notifications
2016 - Support for multi-homed client host domains
2117
22- See 'LEA_ESP8266mDNS/EPS8266mDNS .h' for more implementation details and usage information.
23- See 'examples/mDNS_Clock' and 'examples/mDNS_ServiceMonitor ' for implementation examples of the advanced features.
18+ See 'src/LEAmDNS .h' for implementation details, configuration and usage information.
19+ See 'examples/LEAmDNS/ ' for examples of the new features.
2420
25- LEA_ESP8266mDNS is (mostly) client source code compatible to 'Legacy_ESP8266mDNS', so it could be
26- use as a ' drop-in' replacement in existing projects.
21+ LEAmDNS is expected to be compatible with the original ESP8266mDNS implementation, and it can be
22+ used as a drop-in replacement in existing projects.
2723
2824
2925 This library is free software; you can redistribute it and/or
You can’t perform that action at this time.
0 commit comments