Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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 exit

Usage
-----

$ 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 exit

License
-------

MIT License

[0]: http://nodejs.org