Exchange data...

edited March 2017 in Android Mode

I can't figure how to make possible communication between a PC and Cell phone using network !? which library I have to use? not to program the cell phone but to exchange data between both. Thanks

Tagged:

Answers

  • not to program the cell phone but to exchange data between both.

    What do you mean with not to program the cell phone?

    Kf

  • Dear kfrajer,

    let me say...I will create an app for my cell phone; I will "install" this app by the "android mode"...so I don't need upload the app by remote...I need manage this by remote connection...for example this app, when started, will has to send to my PC the XY coordinates of the touched zone of the screen...or viceversa my PC will has to send some data if something happens. How I have to have this data exchange?

  • Answer ✓

    Right, these details make your post more clear. You can use the oscP5 library: http://www.sojamo.de/libraries/oscP5/ Install it through the library manager and check the examples. This works only if you are under the same network, like under the same wifi. You can also check previous posts: https://forum.processing.org/two/search?Search=oscP5

    Kf

Sign In or Register to comment.