Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.