miselin / mDNS-Unicast-Lookup

Provides responds to mDNS queries on a network by performing unicast DNS lookups.
ISC License
8 stars 1 forks source link

Didn't work on Windows 7. SIGALRM !Supported #2

Open montehansen opened 7 years ago

montehansen commented 7 years ago
> python mdns-lookup.py SRV _kerberos._udp.NETWORK.LOCAL
Traceback (most recent call last):
  File "mdns-lookup.py", line 78, in <module>
    signal.signal(signal.SIGALRM, timeout_handler)
AttributeError: 'module' object has no attribute 'SIGALRM'

(No worries running on OSX=)

miselin commented 7 years ago

Thanks for the report. I'll look into making this a bit more portable.