I am new to Mac OS X and X code and want to know how to find the MAC address of a machine programmatically in OS X.
See Question&Answers more detail:osI am new to Mac OS X and X code and want to know how to find the MAC address of a machine programmatically in OS X.
See Question&Answers more detail:osThere's a sample from the Mac OS X Reference Library that gets the MAC address of the primary, built-in interface from the I/O Registry. It also includes an Xcode project.