Files
esp-protocols/components/mdns
Jiacheng Guo c4e85bd099 mdns: fix bit order issue in DNS header flags
The bit field in the header flags does not match its intended order on
little endian machines. The PR removes the bit field and uses bit
operations instead.
2022-08-18 16:39:38 +02:00
..
2022-07-12 18:13:01 +04:00
2022-06-03 17:18:57 +04:00

mDNS Service

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