Connect to a Muse headset via bluetooth, sending outputs as OSC messages.
Install node and NPM:
brew install node npm
Clone the repo locally, and install the dependencies:
cd MuseConnect-node
npm install
Run the server:
npm start
This will start a webapp at http://localhost:3333
Turn on the Muse headset
Code was heavily borrowed from Jason Snell (P5.js sketch) and from Uri Shaked's muse-js.