Gathering mac addresses with Python

Posted by William on Stack Overflow See other posts from Stack Overflow or by William
Published on 2010-06-16T19:00:04Z Indexed on 2010/06/16 19:02 UTC
Read the original article Hit count: 220

Filed under:
|
|
|

Hi, is there a good way to gather the mac addresses of machines on a local network using Python. If it helps I'm trying to execute this python script from the DHCP server for the network. I'm new to Python but would it be a bad idea to look at the DHCP leases file for this info? I'd like to use this inside a Django app eventually. Thanks.

© Stack Overflow or respective owner

Related posts about python

Related posts about django