I am looking to develop an iPhone application that will require point to point WiFi communications on an iPhone. I would like to use the WiFi interface and have the application stream between the phone and a WiFi Device. Does anyone have some experience with this? Is it even possible? I know there is a discovery application but I am looking for something a little more robust.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
As far as I know (as the SDK stands now), the only thing available is communication over the existing network connection. The SDK doesn't allow for setting up wireless network connections, or creating ad-hoc networks. I believe the only way to join or create wifi networks is through the settings app. |
|||
|