netifaces provides a (hopefully portable-ish) way for Python programmers to
get access to a list of the network interfaces on the local machine, and
obtain the addresses of those network interfaces.
The package has been tested on Mac OS X, Windows XP, Windows Vista, Linux
and Solaris. On Windows, it is currently not able to retrieve IPv6
addresses, owing to shortcomings of the Windows API.
Recent comments