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:
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.
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: 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.