Hello, I'm doing a college project on Bluetooth for Android, and I'm
trying to understand how to manage communication between multiple
connected devices. Eventually I'm going to develop a multiplayer
Bluetooth Game.

Currently I've adapted Android's sample app BluetoothChat to connect
my three Nexxus One phones. 1 connects to 2 who connects to 3 1 sends
its messages successfully to 2. 3 sends its messages successfully to 2
as well. 2 can send its messages successfully to 1 and 3, as it shares
a ConnectedThread with both. But I can't figure out how to handle
getting communication from 1 to 3.

Does anyone have any examples of communication between multiple
devices or has done this themselves? Thanks

-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

Reply via email to