pico-examples icon indicating copy to clipboard operation
pico-examples copied to clipboard

Add a test for mDns

Open peterharperuk opened this issue 1 year ago • 5 comments

I don't fully understand mDns but I think it gives me the ability to register a local domain name, so a web server can register and you can surf to it like http://picow1a28.local/?

Anyway - there's code in the SDK wrapped in #if LWIP_MDNS_RESPONDER, so we should test it works?

peterharperuk avatar Sep 08 '22 18:09 peterharperuk

It seems like that's the #if that will cause https://github.com/georgerobotics/cyw43-driver/issues/17 to fall over?

lurch avatar Sep 08 '22 18:09 lurch

I guess this should be closed, now that mDNS has been removed by https://github.com/georgerobotics/cyw43-driver/pull/39 ?

lurch avatar Dec 09 '22 13:12 lurch

It was removed from the driver, but I was going to add it to one of the examples.

peterharperuk avatar Dec 09 '22 14:12 peterharperuk

Ah, apologies for my misunderstanding. So this will get fixed by #269 ?

lurch avatar Dec 09 '22 15:12 lurch

Yes - let me check if it works now.

peterharperuk avatar Dec 09 '22 16:12 peterharperuk