TrippyLighting / EthernetBonjour

Bonjour Library for Arduino & Teensyduino
53 stars 46 forks source link

Malformed data - Choked at offset 0 #18

Closed Zuroy closed 2 years ago

Zuroy commented 3 years ago

Hello everyone, I used this library with Portenta H7 board. Everything works fine but when I try to announce a service on my net, the server returns this error: image It looks like the data are malformed or the header has some problem. The discovery is implemented on the "server" using the python library Zeroconf: https://pypi.org/project/zeroconf/ Here the github repository: https://github.com/jstasiak/python-zeroconf

It is important to notice that this python implementation discovers every other bonjour services on the net.

Every help is appreciated.

Thank you.

Zuroy commented 2 years ago

Resolved, The cause was that portenta h7 did not support MDNS. It is now supported.