Skip to content

Latest commit

 

History

History

python

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

OpenBCI Node SDK to Python

About

Written to end the struggles of python researchers and developers. ~ written with love by Push The World!

This module has every feature available on the OpenBCI Board.

Prerequisites

Installation

For Python 2.7 do:

python setup.py install

For Node:

npm install

Running

npm start

For running just the node, for example if you were running the python in a separate ide and debugging, it's useful.

npm run start-node

Contributing

Please PR if you have code to contribute!