On Oct 30, 1:57 pm, [EMAIL PROTECTED] wrote:
> Hello,
> I have a network on same subnet. I have an ip address of a machine.
> but i need to get its MAC Adress.
> Sendingf ARP request is the way i am taking.
>
> IS there any other way to get this MAC Adress in python.??
>
> Also does python go down to level 2 of TCP/IP model??
>

When you start talking about this kind of low-level stuff, you really
need to start thinking about your OS, not Python. How would you do
this task if you had to write in in C? Which system calls would you
need to make?

Once you figure that out, then it's a question how to make those
system calls from Python.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to