-1

I want to read information about my network, router address wifi encrypting, but not the password, and some more information. On my iPhone in a app. Have someone a good idea how can I handle that? THanks

J0k3R
  • 303
  • 1
  • 14

1 Answers1

1

You can have a look at this, the official Apple's documentation on the Reachability library.

There are some examples to show you how this works.

B F
  • 7,287
  • 12
  • 44
  • 78
  • I dont understand this example, I cant find how can I read the SSID or more, I read a little bit about a Apple80211 but I cant find some stuff about this library, but thank you – J0k3R Dec 17 '12 at 09:23
  • 1
    http://stackoverflow.com/questions/1083701/how-to-check-for-an-active-internet-connection-on-iphone-sdk Check this question – B F Dec 17 '12 at 09:38
  • They only connect to a host, but don't read anything, correct? but I am looking for reading, in the network – J0k3R Dec 17 '12 at 09:48