Menu

Tree [cecc7f] master /
 History

HTTPS access


File Date Author Commit
 hidapi 2013-05-28 Philip Salvaggio Philip Salvaggio [cecc7f] Initial commit
 CMakeLists.txt 2013-05-28 Philip Salvaggio Philip Salvaggio [cecc7f] Initial commit
 LICENSE.txt 2013-05-28 Philip Salvaggio Philip Salvaggio [cecc7f] Initial commit
 README.txt 2013-05-28 Philip Salvaggio Philip Salvaggio [cecc7f] Initial commit
 example.cpp 2013-05-28 Philip Salvaggio Philip Salvaggio [cecc7f] Initial commit
 usb_rocket_launcher.cpp 2013-05-28 Philip Salvaggio Philip Salvaggio [cecc7f] Initial commit
 usb_rocket_launcher.h 2013-05-28 Philip Salvaggio Philip Salvaggio [cecc7f] Initial commit

Read Me

This is a control library for the USB Rocket Launcher from ThinkGeek:
http://www.thinkgeek.com/product/8a0f/

This driver relies on the HID API library:
http://www.signal11.us/oss/hidapi/

The building process is handled by CMake. The HID API is included in the
hidapi/ subdirectory. To build the control library and the example program,
first create a subdirectory called build/. Then, navigate to that directory and
execute CMake to create a Makefile which will build the programs:

> mkdir build
> cd build
> cmake ..
> make
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.