2024A-SW/managed_components/espressif__mdns
Joe Kearney 7a7ce06d66 Pulled in the latest SystemK (with new BLE). (#2)
The new spec is here: [KTag Beacon Specification v0.11](https://ktag.clubk.club/Technology/BLE/KTag%20Beacon%20Specification%20v0.11.pdf)

Co-authored-by: Joe Kearney <joe@clubk.club>
Reviewed-on: #2
2025-06-08 22:05:06 +00:00
..
examples/query_advertise Pulled in the latest SystemK (with new BLE). (#2) 2025-06-08 22:05:06 +00:00
include Pulled in the latest SystemK (with new BLE). (#2) 2025-06-08 22:05:06 +00:00
private_include Pulled in the latest SystemK (with new BLE). (#2) 2025-06-08 22:05:06 +00:00
tests Pulled in the latest SystemK (with new BLE). (#2) 2025-06-08 22:05:06 +00:00
.component_hash Pulled in the latest SystemK (with new BLE). (#2) 2025-06-08 22:05:06 +00:00
.cz.yaml Pulled in the latest SystemK (with new BLE). (#2) 2025-06-08 22:05:06 +00:00
CHANGELOG.md Pulled in the latest SystemK (with new BLE). (#2) 2025-06-08 22:05:06 +00:00
CHECKSUMS.json Pulled in the latest SystemK (with new BLE). (#2) 2025-06-08 22:05:06 +00:00
CMakeLists.txt Pulled in the latest SystemK (with new BLE). (#2) 2025-06-08 22:05:06 +00:00
idf_component.yml Pulled in the latest SystemK (with new BLE). (#2) 2025-06-08 22:05:06 +00:00
Kconfig Pulled in the latest SystemK (with new BLE). (#2) 2025-06-08 22:05:06 +00:00
LICENSE Initial public release of the 2024A software. 2025-01-25 14:04:42 -06:00
mdns.c Pulled in the latest SystemK (with new BLE). (#2) 2025-06-08 22:05:06 +00:00
mdns_console.c Pulled in the latest SystemK (with new BLE). (#2) 2025-06-08 22:05:06 +00:00
mdns_mem_caps.c Pulled in the latest SystemK (with new BLE). (#2) 2025-06-08 22:05:06 +00:00
mdns_networking_lwip.c Pulled in the latest SystemK (with new BLE). (#2) 2025-06-08 22:05:06 +00:00
mdns_networking_socket.c Pulled in the latest SystemK (with new BLE). (#2) 2025-06-08 22:05:06 +00:00
mem_prefix_script.py Pulled in the latest SystemK (with new BLE). (#2) 2025-06-08 22:05:06 +00:00
README.md Initial public release of the 2024A software. 2025-01-25 14:04:42 -06: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