vote up 3 vote down star
2

I'm new to developing applications for the iPhone and iPod touch. Is it possible to communicate directly between 2 devices in the same room by using WiFi or perhaps even BlueTooth on the iPhone?

I've seen a demo of a fire application where one iPhone "lights" other iPhone when they get close to each other. How is this accomplished?

The point of all this is that I am exploring the option of developing a game that you can play with another person in the same room.

flag

I get the impression in the second paragraph, you are talking about proximity - i.e. closeness of the two devices in the same room. If this is the case then you need to think about using shortrange technology like bluetooth, or ultrasound/audio to either kickstart the communication. Please clarify? – Dipak Patel Oct 26 '08 at 18:31

2 Answers

vote up 9 vote down check

The iPhone supports Bonjour based service discovery and several applications take advantage of this to do things like syncing with a PC on the same network. Explore the samples and guides in the iPhone SDK. WiTap and BonjourWeb are good examples to start with. NSNetServices and CFNetServices are the APIs you'll be dealing with for Bonjour

link|flag
vote up 0 vote down

You can do that… but you still need a Wifi network that all the iPhones can communicate with.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.