Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jywarren/httpointer
A half-baked idea to control the pointer of a Linux computer via a JavaScript web interface.
https://github.com/jywarren/httpointer
Last synced: about 2 months ago
JSON representation
A half-baked idea to control the pointer of a Linux computer via a JavaScript web interface.
- Host: GitHub
- URL: https://github.com/jywarren/httpointer
- Owner: jywarren
- Created: 2012-01-22T03:58:44.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-01-22T06:39:21.000Z (almost 13 years ago)
- Last Synced: 2024-10-14T08:15:55.395Z (3 months ago)
- Language: Ruby
- Homepage:
- Size: 172 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
##HTTPOINTER##
A half-baked idea to control the pointer of a Linux computer via a JavaScript web interface.
Requires:
* Rails 3
* a Linux computer with a monitor and Gnome or something
* xautomation ("sudo apt-get install xautomation")
* a sense of adventureTo use:
* boot it up in the fastest mode you can ("passenger start -e production -d" or "rails s -e production" or whatever)
* navigate to the root "172.14.6.4:3000" and drag your mouseTry clicking your mouse. Keyboard input could also be achieved... as could a simple JavaScript VNC-style desktop view.