A keyboard between two device.
JRE or JDK should installed on device.
Node.js should installed on controller.
- Download release of device to a device which you want control.
- Download release of controller to your phone or something else.
- Cd into downloaded folder on controller.
- Run
npm install
on controller.
- Run
node index.js
on controller. - Run
java -jar Device.jar
on device. - Then type anything you want to type!
- Can't use Ctrl+C because the controller daemon will stop.
If you have ways to fix these, please send a email to me!