Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/giacomocerquone/streamkey
Stream the keyboard of your pc to another one
https://github.com/giacomocerquone/streamkey
Last synced: 13 days ago
JSON representation
Stream the keyboard of your pc to another one
- Host: GitHub
- URL: https://github.com/giacomocerquone/streamkey
- Owner: giacomocerquone
- License: mit
- Created: 2016-12-02T10:41:36.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-20T20:14:27.000Z (over 7 years ago)
- Last Synced: 2024-10-28T17:26:56.973Z (17 days ago)
- Language: JavaScript
- Size: 47.9 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# StreamKey
### [Blog Post](http://blog.giacomocerquone.com/StreamKey-stream-your-keyboard/)
StreamKey is an application to stream a keyboard of one PC to another (through websockets)## Screenshots
| Client | Server |
| ---------------------------------------------------------- | :----------------------------------------------------: |
| ![streamkey client](./screenshots/streamkey-client.jpg?raw=true) | ![streamkey server](./screenshots/streamkey-server.jpg?raw=true) |## Caveats
Two problems that StreamKey have (due to robotjs lib):
- When an application is fullscreen on windows, streamkey doesn't correctly simulate key strokes ().
- Some particular letters (with accents for example) are not pressed ().## Installation
Give `npm install -g streamkey` on both computers.## Usage
1a. Give `streamkey server` on the PC that hasn't a keyboard
1b. Give `streamkey client -i ` on the PC that has got a keyboard## License
Released under the MIT license.
If you distribute a copy or make a fork of the project, I'd like you to credit this project as source.
Copyleft 2016, Giacomo cerquone.