I am part of a project creating a custom-built Camera device with an embedded Linux kernel. We are building an iOS application that will serve as a view-finder for that camera device. We would like to connect to the camera using wifi (peer-to-peer or other wifi protocol). Is there a way to programmatically do this inside the app running on iOS?
The Multipeer Connectivity Framework looks close, in that it supports peer-to-peer wifi connectivity. But can it connect to a non-iOS device? If not the Multipeer Connectivity Framework, then what API can the application use to connect to the camera?
Note: The camera is HD, and a wifi connection is highly preferred. Bluetooth likely won't be fast enough to stream the content.
Thanks in advance,
john...