I have two free apps, iSys and iSysMonitor, that report info about my iPhone. Interestingly, they disagree regarding the IP address of my cell connection. Also, neither lists the name of my WiFi connection though I can see it in the iPhone's Settings. I'd like to settle the IP argument and also learn how to get the name of my network connection. I looked at CFNetwork, but it seems to focus on how to handle communication once you know a network exists.
Going further, I'd like to dig out stuff like the ID of the cell tower that I'm talking through (when not on WiFi). I know that some of the higher level Cocoa classes probably don't give access to that detail, instead making it easy to do common tasks.
So where do I go for the low-level scoop? What info can I get my hands on?