My task is to create a remote keyboard, something like the TeamViewer keyboard.
Ok, i have two apps:
- First one is server that accepts connections(socket) and listen for commands.
- Second one is the client app that sends keyword commands to the server.
For example: If i have a session and hit the windows key, this key has to be sent and server has to receive the key and than has to hit it. Like i'm working on the server.
Please give an example.