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: Kyle Sluder <email@hidden>
- Date: Wed, 12 Sep 2012 00:10:41 -0700
On Sep 11, 2012, at 11:56 PM, Tamas Nagy <email@hidden> wrote:
> Hello List,
>
> 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.
That's an IPv6 address. Congratulations, you have now learned that devices can have multiple addresses, and they can be of different types. That's why NSHost has an -addresses method that returns an array.
What is your ultimate goal?
--Kyle Sluder
_______________________________________________
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