Skip to content

A fork of pymissile that add support of center device

Notifications You must be signed in to change notification settings

wincentbalin/pymissile-ng

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation


This is a fork of pymissile project: http://code.google.com/p/pymissile/ that add support of center missile device (0416:9391) from Winbond Electronics

Now it has been converted to Python 3


Requirements

  • Python 3
  • pyusb Python module
  • urwid Python module

Install

  1. Ensure Python is installed and right version
  2. Install Python modules either with
pip install -r requirements.txt

or on Raspberry Pi or any Debian-based Linux distribution

sudo apt-get install python3-usb python3-urwid
  1. Plug in Missile Launcher
  2. Run missile.py as root (maybe non-root will work if you mess with libusb, let me know the details if that's the case)
wget https://raw.github.com/wincentbalin/pymissile-ng/master/missile.py
chmod +x ./missile.py
sudo ./missile.py

Usage

  • sudo ./missile.py for command-line controls
  • sudo ./missile.py -n for the network modus, as used for the Android Missile Launcher app (more info)

About

A fork of pymissile that add support of center device

Topics

Resources

Stars

Watchers

Forks

Languages

  • Python 100.0%