mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-21 10:26:06 +03:00
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 <prokhorov.max@outlook.com> * Update libraries/ESP8266mDNS/src/ESP8266mDNS.h Co-authored-by: Max Prokhorov <prokhorov.max@outlook.com> Co-authored-by: Max Prokhorov <prokhorov.max@outlook.com>
This commit is contained in:
parent
bf2882d8e0
commit
3090bda07d
@ -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
|
||||
@ -19,11 +15,11 @@
|
||||
- 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 'src/LEAmDNS.h' for implementation details, configuration and usage information.
|
||||
See 'examples/LEAmDNS/' for examples of the new features.
|
||||
|
||||
LEA_ESP8266mDNS is (mostly) client source code compatible to 'Legacy_ESP8266mDNS', so it could be
|
||||
use as a 'drop-in' replacement in existing projects.
|
||||
LEAmDNS is expected to be compatible with the original ESP8266mDNS implementation, and it can be
|
||||
used as a drop-in replacement in existing projects.
|
||||
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
Loading…
x
Reference in New Issue
Block a user