Android Stream Data Over Wifi?
Posted
by
Neb
on Stack Overflow
See other posts from Stack Overflow
or by Neb
Published on 2011-01-02T17:48:14Z
Indexed on
2011/01/02
17:53 UTC
Read the original article
Hit count: 330
Im trying to make an app for android that will stream the data of the accelerometer to be used as a game controller on my pc over a local wifi connection.
Is it possible to make some kind of wifi stream of the accelerometer values in the android app and then make the pc somehow 'read' this stream? Or would it just be better for the pc to make endless calls to the phone getting the newest accelerometer values from a local android server?
It would also have to send commands from the phone such as 'button1 pressed', 'button1 released'.
© Stack Overflow or respective owner