Peter Saveliev
Peter Saveliev
yep, reproduced. It looks like you found a bug in the service announce code. Will fix it today, thanks a lot.
Fixed in 95af39201e7640dbdf288103bde00d893893e4bf Used test code: ``` from mdns.zeroconf import * from socket import * r = Zeroconf(("127.0.0.1", '192.168.0.1')) n = 'bala._workstation._tcp.local.' d = '_workstation._tcp.local.' info = ServiceInfo(d, n, inet_aton('192.168.0.1'),...
Unfortunately, neither have I OSX, nor have knowledge of this system, so all I can right now — is to check compatibility with Avahi. Next week I will ask guys...
It is only for no-dnssec branch — e.g. for embedded systems, where is no possibility to attach all the Python encryption suite. Two branches will be in sync, except this...
Thanks, fixing
I do not close the issue, since it wasn't fixed normally, but since that commit it should work better. Still looking for a solution for non-utf-8 records.
python3 :) ok, fixing. Thanks for reporting, without you it wouldn't be fixed ever.
Cool! Will follow you there.
Yes, Python 2.6. Maybe, start a mail list || google group for discussions?