I want to collect accelerometer data on my android phone and communicate it to my laptop over wifi.
A py script collects data on the phone with python for sl4a and another py script recieves data on the laptop. Both devices are on the same wifi network.
The principle looks pretty straightforward, but I have no clue on how to communicate between the two devices. Who should be server, who sould be client?
I'm not looking for a way to collect accelerometer data or somebody to write my script, I just can't find info on my wifi issues on the web.
Can anybody provide any help?
Thanks in advance