Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 778 Bytes

readme.md

File metadata and controls

40 lines (30 loc) · 778 Bytes

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!