Ilya Kulakov

Results 232 comments of Ilya Kulakov

Perhaps environment should provide `extra == ''` when no extra is specified. That would make the first example by @benoit-pierre to work. @agronholm PEP 508 specifies the "extra" marker but...

@svinota I'm not trying to find a service. Instead, I'm trying to make service advertised via mdns visible to others. In this "others" is the Bonjour Browser application.

@svinota Could you also clarify what `name` means? As per RFC6763, Service Instance Name = . . As far as understand, `type` is . But what are and ? And...

@svinota Sorry, for some reason question missed a few really important keywords :) As per RFC6763, `Service Instance Name = . . `. How can I map `name` and `type`...

@svinota, So, here is the complete program I'm trying to run: ``` from mdns.zeroconf import * import socket z = Zeroconf(address=['127.0.0.1']) s = ServiceInfo('local.', 'MyName._ssh._tcp.local.', address=socket.inet_aton('192.168.1.100'), port=socket.htons(25000)) z.register_service(s) z.engine.join() ```...

@svinota I'm using OSX 10.9, so I'm browsing for dns-sd messages like this: ``` $dns-sd -B _workstation._tcp local. ``` Unfortunately it still doesn't work when I'm running your script. However,...

@mborodin Why have you removed DNSSEC?

If you ask me, github issues are sufficient. Given that issue is automatically created per PR.

@vasakt Interesting. What solution would you propose in that case? We could resort to some WinAPI call here through ctypes.