|
52306e914f
|
mdns: add notification callback for async APIs
* Original commit: espressif/esp-idf@986603cf07
|
2022-05-27 17:44:24 +04:00 |
|
|
d37ab6dd25
|
mdns: add more mdns result attributes
* Original commit: espressif/esp-idf@76ec76c12c
|
2022-05-27 17:44:24 +04:00 |
|
|
47c7266103
|
mdns: Add asynchronous query API
Closes https://github.com/espressif/esp-idf/issues/7090
* Original commit: espressif/esp-idf@d81482d699
|
2022-05-27 17:44:24 +04:00 |
|
|
2ddaee2b6e
|
mdns: allow explicit txt value length
* Original commit: espressif/esp-idf@b4e0088b68
|
2022-05-27 17:44:24 +04:00 |
|
|
4049b3b5ed
|
mdns: make delegate host address a list
Also adds unit test and doc string for new apis.
* Original commit: espressif/esp-idf@2d34352f3d
|
2022-05-27 17:44:24 +04:00 |
|
|
c8821199a2
|
mdns: add remove delegate host api
* Original commit: espressif/esp-idf@2174693096
|
2022-05-27 17:44:24 +04:00 |
|
|
1eb5df9780
|
mdns: add mdns delegation
This allows publishing mdns services for other devices.
* Original commit: espressif/esp-idf@401ff56cc1
|
2022-05-27 17:44:24 +04:00 |
|
|
22c7c0a195
|
mDNS: Updated APIs description and shows the warning when hostname contains domain name during the query
Closes https://github.com/espressif/esp-idf/issues/6590
* Original commit: espressif/esp-idf@9f8d2b944d
|
2022-05-27 17:44:23 +04:00 |
|
|
1623c0e729
|
components: Use CONFIG_LWIP_IPV6 to strip IPv6 function in components
* Original commit: espressif/esp-idf@da58235a0e
|
2022-05-27 17:44:23 +04:00 |
|
|
b5e5a64e7f
|
mdns: fixed typos in the variable names and the comments
* Original commit: espressif/esp-idf@ecca39e19f
|
2022-05-27 17:44:23 +04:00 |
|
|
48b819bbc1
|
mdns: update mdns to use esp-netif for mdns supported services such as STA, AP, ETH
removes also include dependency on lwip to use esp_netif defined address fields and structures
* Original commit: espressif/esp-idf@19e24fe61e
|
2022-05-27 17:44:23 +04:00 |
|
|
c70d527d80
|
esp_wifi: wifi support new event mechanism
1. WiFi support new event mechanism
2. Update examples to use new event mechanism
* Original commit: espressif/esp-idf@003a9872b7
|
2022-05-27 17:44:23 +04:00 |
|
|
3e753f5e2d
|
tools: Mass fixing of empty prototypes (for -Wstrict-prototypes)
* Original commit: espressif/esp-idf@afbaf74007
|
2022-05-27 17:44:23 +04:00 |
|
|
84cbb1f3cf
|
mdns: use const char* for mdns txt items types to remove warning when assigning
* Original commit: espressif/esp-idf@c050a75616
|
2022-05-27 17:44:23 +04:00 |
|
|
4c6818ee97
|
mdns: updated doxygen comments documenting mdns api
Closes https://github.com/espressif/esp-idf/issues/1718
* Original commit: espressif/esp-idf@a851aac255
|
2022-05-27 17:44:23 +04:00 |
|
|
9f1be3668e
|
MDNS-Fuzzer: AFL fuzzer tests for mdsn packet parser
* Original commit: espressif/esp-idf@e983230be9
|
2022-05-27 17:44:22 +04:00 |
|
|
ad8c92db52
|
Import mDNS changes
* Original commit: espressif/esp-idf@4bddbc031c
|
2022-05-27 17:44:22 +04:00 |
|
|
4a8582f500
|
Add AFL fuzz test
* Original commit: espressif/esp-idf@4c2622755d
|
2022-05-27 17:44:22 +04:00 |
|
|
7fbf8e5247
|
Initial mDNS component and example
* Original commit: espressif/esp-idf@dd3f18d2d8
|
2022-05-27 17:44:22 +04:00 |
|