Android Question 4 Player Data Passing

TonyR

Member
Licensed User
Longtime User
All,

What is the simplest way to pass information from a "master" phone to 3 other phones? Assuming all the phones are Android, you're around the same table and WiFi is available. The data back from the 3 non-masters would just be an ack that they got the data. If you could point me to a tutorial, or code, that would be great.

I'm looking at WiFi direct as an option, but it may be a problem as you need Android 4.1+ and there may be some older phones, other options may be needed.


Thanks

Tony
 

sorex

Expert
Licensed User
Longtime User
I guess IP based sockets.

A search might reveal some example source(s)
 
Upvote 0
Top