lua-users home
lua-l archive

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


On 13.02.2011 18:13, jonsmirl@gmail.com wrote:
> I'm not doing licensing, instead I have multiple embedded devices that
> are identical except for the MAC address. I'm trying to identify the
> device. The devices are Linux based so I can write some C code to the
> MAC address. I was trying to avoid the C code and the corresponding
> build/install complications.

Try nixio:
http://dev.luci.midlink.org/nixio/doc/modules/nixio.html#nixio.getifaddrs

Regards,
miko