Hey,

So I am working in an embedded environment (on a virtex 5 for those who care) and I need a way that I can find the MAC address of a computer given its IP/port from C++ code. I need to pass it to a different module.

Is there some standard c++ library that will let me retrieve this as a string/int/etc...I can handle the parsing afterward.

Thanks!