micropython-mdns icon indicating copy to clipboard operation
micropython-mdns copied to clipboard

Not functioning on Pico W

Open twitch0001 opened this issue 2 years ago • 0 comments

Hello! I'm currently trying to use this library with my Pico W to advertise its web server to the LAN. Unfortunately while trying to discover the device using Zeroconf and Android DNS-SD it seems that they both have issues with parsing the packets from the Pico.

I have compiled my own version of micropython in order to disable the MDNS port from being used and I have made several attempts to rewrite the serialisation code with no success (likely because of my limited DNS knowledge lol). I do understand this report is slightly ambiguous, therefore I have attached both the code I am using, and the debug logs from zeroconf while trying to discover the service to support any debugging of such issues

  • Micropython Version: MicroPython v1.19.1-102-g07cae9178-dirty (Version i built myself built on v1.19 on github)
  • micropython-mdns Version: 1.1.1

Pico W Code & Zeroconf Log: https://gist.github.com/twitch0001/801619733a543917a54ff9fdb7924d2a

I will attempt to provide more information as I debug this more :)

Many thanks, twitch

twitch0001 avatar Jul 11 '22 19:07 twitch0001