David Cermak
|
42ba8a8338
|
mdns: Fix copyright messages, update API descrition
* Impove docs and comments on custom netifs
* Make predef interfaces const, minor docs fixes
|
2022-03-09 07:33:23 +01:00 |
|
David Cermak
|
b02468dc98
|
mdns: Add API to control custom network interfaces
|
2022-03-09 07:33:23 +01:00 |
|
David Cermak
|
bec42ff85d
|
mdns: Add support for registering custom netif
|
2022-03-08 13:46:11 +01:00 |
|
David Cermak
|
f8495f1e86
|
mdns: Indicate interface using esp_netif in search results
|
2022-03-08 13:44:14 +01:00 |
|
David Cermak
|
f90b3b798b
|
mdns: Use predefined interfaces to prepare for custom netifs
|
2022-03-08 13:44:14 +01:00 |
|
Suren Gabrielyan
|
f9892f77b8
|
mdns: Prepare for dynamic esp-netif support
|
2022-03-08 13:39:53 +01:00 |
|
David Cermak
|
e46aa515bd
|
mdns: Remove legacy esp_event API
|
2022-02-21 07:54:07 +01:00 |
|
David Cermak
|
125c312552
|
mdns: Use multi/uni-cast types in API
|
2022-01-14 17:12:51 +00:00 |
|
David Cermak
|
7eeeb01ea7
|
mdns: Allow for unicast PTR queries
Adresses https://github.com/espressif/esp-idf/issues/7932
|
2022-01-14 17:12:51 +00:00 |
|
David Čermák
|
e8a4c4b440
|
Merge branch 'bugfix/mdns_add_result_count_async' into 'master'
mdns: Added results count to async API (GitHub PR)
Closes IDFGH-6340
See merge request espressif/esp-idf!16362
|
2021-12-16 12:48:39 +00:00 |
|
zhangwenxu
|
50f6302c5d
|
mdns: support multiple instance for mdns service txt set
|
2021-12-14 15:10:25 +08:00 |
|
David Cermak
|
c297301ecc
|
mdns: Minor fix of API description and API usage
|
2021-12-10 13:25:03 +01:00 |
|
0xFEEDC0DE64
|
f391d610e8
|
Added results count to MDNS
|
2021-12-02 12:33:10 +01:00 |
|
Jiacheng Guo
|
e7e8610f56
|
mdns: support service subtype
* Closes https://github.com/espressif/esp-idf/issues/5508
|
2021-10-19 17:54:17 +08:00 |
|
Jiacheng Guo
|
b7a99f4658
|
mdns: allow mutiple instances with same service type
|
2021-09-22 13:07:31 +08:00 |
|
Guo Jia Cheng
|
e5766eb3d3
|
Merge branch 'feature/mdns-async-callback' into 'master'
mdns: add notification callback for async APIs
See merge request espressif/esp-idf!14760
|
2021-08-25 03:34:00 +00:00 |
|
Jiacheng Guo
|
986603cf07
|
mdns: add notification callback for async APIs
|
2021-08-17 16:53:37 +08:00 |
|
Jiacheng Guo
|
76ec76c12c
|
mdns: add more mdns result attributes
|
2021-08-11 19:02:05 +08:00 |
|
David Cermak
|
d81482d699
|
mdns: Add asynchronous query API
Closes https://github.com/espressif/esp-idf/issues/7090
|
2021-06-30 17:20:30 +04:00 |
|
Jiacheng Guo
|
b4e0088b68
|
mdns: allow explicit txt value length
|
2021-06-16 17:47:07 +08:00 |
|
Jiacheng Guo
|
2d34352f3d
|
mdns: make delegate host address a list
Also adds unit test and doc string for new apis.
|
2021-06-04 10:44:36 +08:00 |
|
Jiacheng Guo
|
2174693096
|
mdns: add remove delegate host api
|
2021-06-04 10:44:36 +08:00 |
|
Jiacheng Guo
|
401ff56cc1
|
mdns: add mdns delegation
This allows publishing mdns services for other devices.
|
2021-06-04 10:44:36 +08:00 |
|
suren.gabrielyan
|
9f8d2b944d
|
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
|
2021-03-10 13:38:13 +00:00 |
|
yuanjm
|
da58235a0e
|
components: Use CONFIG_LWIP_IPV6 to strip IPv6 function in components
|
2021-02-23 18:26:03 +08:00 |
|
David Cermak
|
ecca39e19f
|
mdns: fixed typos in the variable names and the comments
|
2020-01-09 12:50:13 +00:00 |
|
David Cermak
|
19e24fe61e
|
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
|
2019-11-13 12:36:25 +01:00 |
|
liu zhifu
|
003a9872b7
|
esp_wifi: wifi support new event mechanism
1. WiFi support new event mechanism
2. Update examples to use new event mechanism
|
2019-08-20 09:39:51 +00:00 |
|
Anton Maklakov
|
afbaf74007
|
tools: Mass fixing of empty prototypes (for -Wstrict-prototypes)
|
2019-08-01 16:28:56 +07:00 |
|
David Cermak
|
c050a75616
|
mdns: use const char* for mdns txt items types to remove warning when assigning
|
2019-05-03 16:31:32 +02:00 |
|
David Cermak
|
a851aac255
|
mdns: updated doxygen comments documenting mdns api
Closes https://github.com/espressif/esp-idf/issues/1718
|
2019-05-03 16:29:12 +02:00 |
|
David Cermak
|
e983230be9
|
MDNS-Fuzzer: AFL fuzzer tests for mdsn packet parser
|
2018-05-22 11:23:12 +02:00 |
|
me-no-dev
|
4bddbc031c
|
Import mDNS changes
|
2018-01-16 10:58:34 +02:00 |
|
me-no-dev
|
4c2622755d
|
Add AFL fuzz test
|
2017-04-05 09:23:09 +03:00 |
|
me-no-dev
|
dd3f18d2d8
|
Initial mDNS component and example
|
2017-01-13 12:12:43 +02:00 |
|