mdns-lookup

Python mDNS lookup

MIT License

Downloads
78
Stars
12
Committers
2

mdns-lookup

Python mDNS lookup

This is based on the Stackoverflow answer http://stackoverflow.com/a/35853322/185510.

Usage

Lookup on multiple hostnames:

mdnslookup raspberrypi.local hprinter.local

Output:

raspberrypi.local 192.168.1.24
hprinter.local 192.168.1.42

Install

pip install mdns-lookup

Tests

tox