openbci-archive / OpenBCI_NodeJS

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

Explain Interfacing with LSL #71

Closed haniawni closed 8 years ago

haniawni commented 8 years ago

Added Explanation of LabStreamingLayer Added code snippets explaining how to use python-stream to feed data from OpenBCI_NodeJS into LSL via a python child process. This is a silly approach, and a workaround until somebody who knows g++/NodeJS external module construstion pretty well can get LSL's provided Swig library-builder to work.

andrewjaykeller commented 8 years ago

LGTM! Thanks @haniawni

codecov-io commented 8 years ago

Current coverage is 92.60% (diff: 100%)

Merging #71 into master will not change coverage

@@             master        #71   diff @@
==========================================
  Files             4          4          
  Lines          2164       2164          
  Methods         128        128          
  Messages          0          0          
  Branches        474        474          
==========================================
  Hits           2004       2004          
  Misses          160        160          
  Partials          0          0          

Powered by Codecov. Last update ba43707...7d878f1