File tree 1 file changed +5
-9
lines changed
libraries/ESP8266mDNS/src
1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change 2
2
ESP8266mDNS.h - mDNSResponder for ESP8266 family
3
3
This file is part of the esp8266 core for Arduino environment.
4
4
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:
10
6
- Presenting a DNS-SD service to interested observers, eg. a http server by presenting _http._tcp service
11
7
- Support for multi-level compressed names in input; in output only a very simple one-leven full-name compression is implemented
12
8
- Probing host and service domains for uniqueness in the local network
19
15
- Dynamic queries for DNS-SD services with cached and updated answers and user notifications
20
16
- Support for multi-homed client host domains
21
17
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.
24
20
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.
27
23
28
24
29
25
This library is free software; you can redistribute it and/or
You can’t perform that action at this time.
0 commit comments