On 2007-03-20 19:22:00 +0100 Michael Hopkins <[EMAIL PROTECTED]> wrote:
Is there some part of the Foundation API that lets me unambiguously discover
the MAC address of the host running the application?

No, but you can use getaddrinfo(3) to obtain a socket address structure, then loop through each entry and check whether it's AF_LINK.

--
Chris




_______________________________________________
Gnustep-dev mailing list
Gnustep-dev@gnu.org
http://lists.gnu.org/mailman/listinfo/gnustep-dev

Reply via email to