Re: Getting local IP of Wi-Fi device
Re: Getting local IP of Wi-Fi device
- Subject: Re: Getting local IP of Wi-Fi device
- From: Tamas Nagy <email@hidden>
- Date: Wed, 12 Sep 2012 16:42:58 +0200
Thanks, this looks promising!
On Sep 12, 2012, at 4:39 PM, Keary Suska <email@hidden> wrote:
> 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 (email@hidden)
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:
This email sent to email@hidden