https://github.com/antfu/input-remote
Control your PC with your smartphone, a HID input sharing tool.
https://github.com/antfu/input-remote
hid keyboard phone remote-control touchpad windows
Last synced: 10 months ago
JSON representation
Control your PC with your smartphone, a HID input sharing tool.
- Host: GitHub
- URL: https://github.com/antfu/input-remote
- Owner: antfu
- License: mit
- Created: 2016-07-17T15:12:05.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-03-01T04:48:53.000Z (over 6 years ago)
- Last Synced: 2025-04-15T00:37:06.535Z (about 1 year ago)
- Topics: hid, keyboard, phone, remote-control, touchpad, windows
- Language: C#
- Homepage:
- Size: 839 KB
- Stars: 18
- Watchers: 6
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Input Remote
Control your PC with your smartphone,
a HID input sharing tool.
## Install
**Windows**
Simply download the [latest relase](https://github.com/AnthonyFu117/input-remote/releases), decompress and execute `InputRemote.Client.Receiver.exe`.
You should install [.Net Framework 4.0](https://www.microsoft.com/en-us/download/details.aspx?id=17851) if needed.
**Linux / Mac OS X**
We only support Windows for now. The supporting for Linux / Mac OS X may be met in future releases.
## Usage
1. Execute `InputRemote.Client.Receiver.exe`
1. Connect your smartphone and your PC into a **same** LAN network.
1. Use your phone to scan the ***qr-code*** in about page
1. You may see the tray icon of PC turn `Green` and `Sender Online` displayed on your phone browser.
1. *Check the `Enable` context menu of tray icon*
1. Now you can access your PC by taping and sliding on your smartphone screen. Enjoy it!
## Screenshots


## Develop
#### ToDo
[Todo](doc/todo.md)
#### Doc
[Communication](doc/communication.md)
[Server](doc/server.md)
[Client](doc/client.md)
## License
MIT