Using my android phone to control mouse of linux laptop so the mouse has to move acordingly to my finger touch and drags
got to be tcpip(or udp) wifi socket programming between android server and linux server. (so java and C)
how to make linux server in c to move pointer and communicate the coordinates?
should it be using low level read write? or by using X window library?