Is it possible to expand this server to send and receive packets of text and then do something on the computer, for example:
App sends a packet that says "Move Mouse: 123x;151y"
And then the server moves the mouse to that point.
If it isn't possible to do this, could I get some pointers on how to code my own server that could do this? (vb.net or vb6)
Not asking for a full code, just asking for pointers on how to send and receive packets of text between a computer program and the phone.