Multiple Phones in TD ?

Hello,
We want receive multiple input from many cellphones.
Every cellphones need to have a unique id.

How we can do this ?
Send osc message with processing ?..
Websocket ?
Will be nice if its works with android and ios…

Thanks for yours ideas !

Using OSC would be the easiest way. It really depends on what app you are going to be using on the cellphones

Maybe, use HTML5 page (android iphone…don’t matter !)
and photon server.
Good idea ?

I have done it with NodeJS, HTML5, and OSC. I based my front end code on this project github.com/TheAlphaNerd/node-osc-kontrol . You then give each user a unique ID when the socket is opened and send that ID along in your OSC message.
The whole thing is cross platform but the standard Android browser isn’t great. Chrome is a better choice.