QUERY · ISSUE
RP2040: mDNS support in AP mode
enhancement
Implement mdns in AP mode on RP2 port to allow users to access micropython device by hostname.
CANDIDATE · PULL REQUEST
rp2: Wiznet 5k lwip mDNS support for EVB_PICO boards
Work in progress. Comments and help are welcome...
This PR will take advantage of the internal support of mDNS in LWIP for Wiznet 5k ethernet adapters. This will extend the original WIZNET5K object with various extra functions related to mDNS.
- Add hostname support, this hostname will be advertised automatically upon object creation and allows hostname modification and mDNS rename as well.
- Add mDNS services advertisement, and deletion