Skip to content

Electron app to manage a lot of Bots (Metabots & drones), interfacing with i-score

Notifications You must be signed in to change notification settings

iscore-metabots/MetaManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MetaManager

An app to rule them all

Electron application to control many metabots (and bots) simultaneously. It interacts with i-score

First be sure to have NodeJS and Npm installed on your computer : sudo apt-get install nodejs npm (or yum, pacman ...)

To run the app : npm install && npm start

If you want to send OSC Messages, be careful : problem with node OSC. Line 72 osc-transport.js, need to convert the Uint8Array to Buffer. Concerning bluetooth, the version 1.2.x of Electron-prebuilt is making serial-port library a nightmare. So you can't use version 1.2.x until it is fixed.

To package the app : npm install && npm run-script package

You'll find in directory "dist" the packaged version of the app for each possible platform.

About

Electron app to manage a lot of Bots (Metabots & drones), interfacing with i-score

Resources

Stars

Watchers

Forks

Packages

No packages published