| Projects on Google Code | Results 1 - 2 of 2 |
= Introduction =
This is a python module to display network interface status.
This module is originally written by David N. Welton.
= Install =
{{{
# python setup.py install
}}}
= Usage =
{{{
>>> from ifconfig import ifconfig
>>> ifconfig('eth0')
{'hwaddr': '00:13:72:85:e8:fb...
libdnet provides a simplified, portable interface to several low-level networking routines, including
* network address manipulation
* kernel arp(4) cache and route(4) table lookup and manipulation
* network firewalling (IP filter, ipfw, ipchains, pf, PktFilter, ...)
* network ...