Skip to content
This repository has been archived by the owner on Dec 11, 2021. It is now read-only.

Latest commit

 

History

History
22 lines (17 loc) · 739 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 739 Bytes

WirelessKeyboard

A keyboard between two device.

中文

How to install?

JRE or JDK should installed on device.
Node.js should installed on controller.

  1. Download release of device to a device which you want control.
  2. Download release of controller to your phone or something else.
  3. Cd into downloaded folder on controller.
  4. Run npm install on controller.

How to use?

  1. Run node index.js on controller.
  2. Run java -jar Device.jar on device.
  3. Then type anything you want to type!

what's the issue?

  • Can't use Ctrl+C because the controller daemon will stop.

If you have ways to fix these, please send a email to me!