Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bahamas10/kbev
Send keypress events to XBMC over the Event Sever API (UDP)
https://github.com/bahamas10/kbev
Last synced: about 2 months ago
JSON representation
Send keypress events to XBMC over the Event Sever API (UDP)
- Host: GitHub
- URL: https://github.com/bahamas10/kbev
- Owner: bahamas10
- Created: 2013-12-18T17:32:51.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-02T23:43:15.000Z (over 10 years ago)
- Last Synced: 2024-05-08T20:01:26.874Z (8 months ago)
- Language: JavaScript
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
kbev - XBMC Keyboard Event
==========================Send keypress events to XBMC over the Event Sever API (UDP)
Installation
------------First, install [Node.js][0]. Then run:
[sudo] npm install -g kbev
How To
------Run `kbev` to send keypresses to a local or remote instance of XBMC from
the terminal$ kbev localhost
connected to XBMC on localhost, ctrl-c to exitUsage
-----$ kbev -h
usage: kbev [host]Send keypress events to XBMC over the Event Sever API (UDP)
-h, --help print this message and exit
-H, --host [env XBMC_HOST] host on which to listen, defaults to localhost
-p, --port [env XBMC_PORT] port on which to listen, defaults to 9777
-u, --updates check for available updates
-v, --verbose increase verbosity
-V, --version print the version number and exitLicense
-------MIT License
[0]: http://nodejs.org