Skip to content

Control your USB Missile launcher using node.js

Notifications You must be signed in to change notification settings

Spin42/node-launcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

USB Missile Launcher node.js

Control your usb missile launcher with this node.js script.

Use the arrow keys to move the tower and fire with the spacebar!

Installing

  • Clone this repository
  • Install dependencies with npm install
  • Plug your usb missile launcher to your computer
  • Run the launcher.jsscript with node launcher.js

Supported USB Missile launchers

The script is expected to work with several types of USB missile launchers.

Name Vendor Status
USB Raketenwerfer getDigital Works
Thunder DreamCheeky Not tested

Any Missile launcher that looks like this should be supported...

How to test this script with other USB launchers

  • Edit the launcher.js file
  • Look for a variable called launcher
  • Change the value of this variable with your launcher's HID path (check following section if you don't know how)
  • Launch the script with node launcher.js

Listing all connected HID USB devices

  • Open a node.js console by running node in your terminal
  • Require node-hid with var HID = require('node-hid')
  • List all devices with HID.devices()

If other USB missile launchers work with this script, tell us and we'll add it to the list of supported devices.

About

Control your USB Missile launcher using node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published