lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi,
one way to do it is to parse the result of:

os.execute("ifconfig") 

which platform are you ?
how many network interfaces have your system ? 
What's the name of the one you look for ?


On Thu, Mar 18, 2010 at 1:01 PM, Sam Gardner <s.gardner@inx-systems.com> wrote:
Hi,

I'm a lua newbie. Is it possible to get the mac address using lua?

Kind Regards,

Sam.