Android Stream Data Over Wifi?
- by Neb
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'.