Share Linux PC mouse and keyboard input to android device
Anyone intrested (and doesnt understand the code) can create a issue, I will document the code for your understanding.
This program is built using python(Ubuntu) on desktop side and Java & C++ (Android) on smartphone side
- record mouse and keyboard events
- communicate with android client via socket
- block mouse and keyboard input while they are being shared
- Java - communicate with desktop and receive input events
- C++ - create virtual input device (requres root permission) and execute received events natively.