Hi all.
I am using the network library to connect to other devices. Basically, 2 or more tablets will receive data from a master tablet and using the asyncstreamsobject module as my app will write data of type object to the output stream.
I have followed the tutorial on http://www.b4x.com/android/forum/threads/connection-server-multi-client.32555/ and it says to "You will need to manage a socket and AsyncStream object for each connection."
Can anyone tell me how to do the above please? For now, I can only transfer data to one device only.
Thank you.
I am using the network library to connect to other devices. Basically, 2 or more tablets will receive data from a master tablet and using the asyncstreamsobject module as my app will write data of type object to the output stream.
I have followed the tutorial on http://www.b4x.com/android/forum/threads/connection-server-multi-client.32555/ and it says to "You will need to manage a socket and AsyncStream object for each connection."
Can anyone tell me how to do the above please? For now, I can only transfer data to one device only.
Thank you.