esp-protocols/components/mdns
2024-10-08 15:00:25 -07:00
..
examples/query_advertise fix(mdns): fix compiling issue when disabling IPv4 2024-01-17 10:48:40 +08:00
include feat(mdns): add a new mdns query mode browse 2024-04-10 11:23:24 +08:00
private_include fix(mdns): Fix API races when removing all services 2024-08-19 14:33:27 +02:00
tests fix(mdns): Fix services API races to directly add/remove services 2024-08-19 12:36:05 +02:00
.cz.yaml bump(mdns): 1.3.2 -> 1.4.0 2024-08-21 07:51:53 +02:00
CHANGELOG.md bump(mdns): 1.3.2 -> 1.4.0 2024-08-21 07:51:53 +02:00
CMakeLists.txt feat(mdns): Add linux console functional tests 2024-08-15 15:25:49 +02:00
idf_component.yml bump(mdns): 1.3.2 -> 1.4.0 2024-08-21 07:51:53 +02:00
Kconfig feat(mdns): Make including mdns_console KConfigurable 2024-01-26 13:35:47 -05:00
LICENSE Add homepage URL and License to all components 2023-03-02 12:35:17 +01:00
mdns.c Only mangle the exact hostname with the collision 2024-10-08 15:00:25 -07:00
mdns_console.c feat(mdns): Add console command for mdns browsing 2024-08-15 16:18:42 +02:00
mdns_networking_lwip.c fix(mdns): fix compiling issue when disabling IPv4 2024-01-17 10:48:40 +08:00
mdns_networking_socket.c fix(mdns): fix the logic of creating pcb for networking socket 2024-01-17 10:48:40 +08:00
README.md docs: update documentation links 2023-05-12 12:21:55 +04:00

mDNS Service

Component Registry

mDNS is a multicast UDP service that is used to provide local network service and host discovery.

Examples

Get started with example test Example:

Documentation