hitesh landge
hitesh landge

Reputation: 362

iOS devices communication with any Wifi-direct enable devices

Can i communicate iPhone with any wifi-direct enable devices programmatically ? I have used "bonjour protocol" for peer-to-pree communication but i am only able to communicate between two iOS devices.

I want to create an iOS App(remote control) for an wifi-direct enable Android TV,Is this possible ?

I have enable wifi-direct in android phone and able to connect my iPhone with this network.So i thing ,if connection is establish then communication should be possible. can any one please help me so that i can communicate my iPhone App this any wifi-direct enable devices.

Upvotes: 0

Views: 3991

Answers (1)

Oprimus
Oprimus

Reputation: 1898

You can use the multipeer connectivity framework for iOS to communicate between iOS devices. It will select the appropriate wireless protocol to use based on the circumstances. For this reason, and that it's built on bonjour protocol, I don't believe it will work out of the box with Android.

You can try your own custom framework, or you can experiment with something like Thali which is built on Cordova and is pretty decent from the small amount I've played with it.

Upvotes: 0

Related Questions