https://github.com/ioncache/rocket-launcher
USB Rocket Launcher web interface
https://github.com/ioncache/rocket-launcher
Last synced: about 1 year ago
JSON representation
USB Rocket Launcher web interface
- Host: GitHub
- URL: https://github.com/ioncache/rocket-launcher
- Owner: ioncache
- License: gpl-2.0
- Created: 2010-03-13T16:47:07.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2011-10-26T19:55:55.000Z (over 14 years ago)
- Last Synced: 2023-03-11T00:33:28.346Z (about 3 years ago)
- Language: Perl
- Homepage:
- Size: 4.11 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
- License: MIT-LICENSE.txt
Awesome Lists containing this project
README
Perhaps slight overkill to use a catalyst application just to control a USB
rocket launcher. However as I was using Catalyst a lot at the time it was
easy to setup.
Minor changes were made to the module Device::USB::MissileLauncher::RocketBaby
to allow passing of a vendor and product id for initialization of the device.
Also, the values for up and down commands were reversed on the device I have so
I changed those as well.
These changes should probably be submitted back to the RocketBaby module on
CPAN, but I wanted to change the module first to allow for multiple profiles
so that different devices will work with it.
Please feel free to make any changes to the code that you wish.
--------------------------------------------------------------------------------
The 'Scratchpad' section of the web interface is just for making notes on test
values. It isn't saved anywhere, just for use while testing.
--------------------------------------------------------------------------------
Run script/rocket_launcher_server.pl to test the application.