Files
esp-protocols/components/mdns
David Cermak 0a682e7f12 fix(mdns): Fix memory issues reported by valgrind
* Read after the allocated area (which may lead to subsequent
mdns name corruption)
* Potentially uninit variable used in condition
2023-03-19 20:58:10 +01:00
..
2023-02-20 16:11:24 +04:00
2023-03-16 08:18:33 +01:00
2023-03-16 08:18:33 +01:00
2023-03-16 08:18:33 +01: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