Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove obsolete comments about legacy mDNS impl. #8377

Merged
merged 3 commits into from
Nov 19, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 4 additions & 8 deletions libraries/ESP8266mDNS/src/ESP8266mDNS.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@
ESP8266mDNS.h - mDNSResponder for ESP8266 family
This file is part of the esp8266 core for Arduino environment.

Legacy_ESP8266mDNS:
The well known, thoroughly tested (yet no flawless) default mDNS library for the ESP8266 family

LEA_ESP8266mDNS:
An (currently) experimental mDNS implementation, that supports a lot more of mDNS features than Legacy_ESP8266mDNS, like:
mDNS implementation, that supports many mDNS features like:
- Presenting a DNS-SD service to interested observers, eg. a http server by presenting _http._tcp service
- Support for multi-level compressed names in input; in output only a very simple one-leven full-name compression is implemented
- Probing host and service domains for uniqueness in the local network
Expand All @@ -19,10 +15,10 @@
- Dynamic queries for DNS-SD services with cached and updated answers and user notifications
- Support for multi-homed client host domains

See 'LEA_ESP8266mDNS/EPS8266mDNS.h' for more implementation details and usage information.
See 'examples/mDNS_Clock' and 'examples/mDNS_ServiceMonitor' for implementation examples of the advanced features.
See 'LEAmDNS.h' for more implementation details and usage information.
See 'examples/LEAmDNS/mDNS_Clock' and 'examples/LEAmDNS/mDNS_ServiceMonitor' for implementation examples of the advanced features.
everslick marked this conversation as resolved.
Show resolved Hide resolved

LEA_ESP8266mDNS is (mostly) client source code compatible to 'Legacy_ESP8266mDNS', so it could be
LEAmDNS is (mostly) client source code compatible to 'Legacy' ESP8266mDNS implementation, so it could be
use as a 'drop-in' replacement in existing projects.
everslick marked this conversation as resolved.
Show resolved Hide resolved


Expand Down