On Sep 12, 2012, at 12:56 AM, Tamas Nagy wrote: > I'm looking for a way to get the IP address of the Wi-Fi device. For some > reason, [NSHost currentHost]… gives me something like a MAC address, instead > of an IP on 10.8.
NSHost is not likely what you are looking for. It is basically an Objective-C wrapper for C functions such as gethostbyaddr(). If you want to inspect the network interfaces of a Mac you probably want to use the System Configuration frameworks: http://developer.apple.com/library/mac/#documentation/Networking/Conceptual/SystemConfigFrameworks/SC_Intro/SC_Intro.html HTH, Keary Suska Esoteritech, Inc. "Demystifying technology for your home or business" _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com