[android-developers] Re: Adapting BluetoothChat Example for One Server and Multiple Clients

2011-10-13 Thread Pedro Perez
polyclefsoftware gmail.com> writes: > > > In attempting to solve this issue, I believe I have successfully extended the official Android Bluetooth Chat example to work with a server connecting to multiple clients. > > I've uploaded my modifications to github here: > > > https://github.com/po

Re: [android-developers] Re: Adapting BluetoothChat Example for One Server and Multiple Clients

2011-06-08 Thread Kristopher Micinski
On Wed, Jun 8, 2011 at 12:29 PM, Kristopher Micinski wrote: > > > On Wed, Jun 8, 2011 at 11:20 AM, polyclefsoftware wrote: > >> I have not done extensive testing, having only connected one master and >> two slaves. My understanding is that the max slaves possible with bluetooth >> is 7 or 8. The

Re: [android-developers] Re: Adapting BluetoothChat Example for One Server and Multiple Clients

2011-06-08 Thread Kristopher Micinski
On Wed, Jun 8, 2011 at 11:20 AM, polyclefsoftware wrote: > I have not done extensive testing, having only connected one master and two > slaves. My understanding is that the max slaves possible with bluetooth is 7 > or 8. The code contains 7 unique UUIDs, so I think it should support 1 > master a

Re: [android-developers] Re: Adapting BluetoothChat Example for One Server and Multiple Clients

2011-06-08 Thread polyclefsoftware
I have not done extensive testing, having only connected one master and two slaves. My understanding is that the max slaves possible with bluetooth is 7 or 8. The code contains 7 unique UUIDs, so I think it should support 1 master and 6 slaves (I don't have that many Android devices). As for du

Re: [android-developers] Re: Adapting BluetoothChat Example for One Server and Multiple Clients

2011-06-08 Thread Kristopher Micinski
What max number of connections did you get? And how long did you maintain them? On Jun 8, 2011 9:46 AM, "polyclefsoftware" wrote: In attempting to solve this issue, I believe I have successfully extended the official Android Bluetooth Chat example to work with a server connecting to multiple cli

[android-developers] Re: Adapting BluetoothChat Example for One Server and Multiple Clients

2011-06-08 Thread polyclefsoftware
In attempting to solve this issue, I believe I have successfully extended the official Android Bluetooth Chat example to work with a server connecting to multiple clients. I've uploaded my modifications to github here: https://github.com/polyclef/BluetoothChatMulti One device acts as the serve