Skip to content

Open source python framework for the Melon Headband

Notifications You must be signed in to change notification settings

devbrones/openmelon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

openmelon

Open source python framework for the Melon Headband

Instructions

  1. Clone this repository
  2. Install the dependencies pip install -r requirements.txt
  3. Either run the LSL server: python melonlsl_server.py or the OSC client: python melonosc.py (see below)

LSL Server

To be fixed in the future™

OSC Client

The OSC client is a simple script that streams raw EEG data from the Melon Headband to an OSC server.

Usage

python melonosc.py

# Optional arguments
python melonosc.py -a # adapter id
python melonosc.py -p # port
python melonosc.py -s # server ip
python melonosc.py -r # retry connection (To be fixed soon™)
python melonosc.py -h # help
python melonosc.py -d # debug

or use melonosc-analyze.py to send a focus score to an OSC server

About

Open source python framework for the Melon Headband

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published