Skip to content

Commit 3090bda

Browse files
everslickmcspr
andauthored
Remove obsolete comments about legacy mDNS impl. (#8377)
* Remove obsolete comments about legacy mDNS impl. * Update libraries/ESP8266mDNS/src/ESP8266mDNS.h Co-authored-by: Max Prokhorov <[email protected]> * Update libraries/ESP8266mDNS/src/ESP8266mDNS.h Co-authored-by: Max Prokhorov <[email protected]> Co-authored-by: Max Prokhorov <[email protected]>
1 parent bf2882d commit 3090bda

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

libraries/ESP8266mDNS/src/ESP8266mDNS.h

+5-9
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@
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
@@ -19,11 +15,11 @@
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

0 commit comments

Comments
 (0)