openbci-archive / OpenBCI_NodeJS

Node.js SDK for the all OpenBCI Biosensor Boards
https://www.npmjs.com/package/openbci
137 stars 52 forks source link

Turn LSL example into a command line executable python script #146

Closed teonbrooks closed 5 years ago

teonbrooks commented 7 years ago

@gabrielibagon wrote a pretty cool example. we should simplify it to a simple command line executable so we can do something like this:

npm start openbci
python openbci_lsl

and everything just works

teonbrooks commented 7 years ago

cc: @aj-ptw, @rodrigohubner

I can help out on getting the python part set up. just wanted to put it out there. will come back to this issue soon

andrewjaykeller commented 7 years ago

All you need to do is spawn the Python and Node scripts in their own processes, so could be really easy to just have a super script that spawned both children

teonbrooks commented 5 years ago

closing because this is no longer a priority. the example above is adequate