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

Add Reconnect function like in python #49

Closed andrewjaykeller closed 8 years ago

andrewjaykeller commented 8 years ago

They have a fairly novel way of reconnecting and such that should be implemented in this module. https://github.com/OpenBCI/OpenBCI_Python/blob/master/open_bci_v3.py#L143

andrewjaykeller commented 8 years ago

I actually do not agree with the reconnect functionality of the python driver. The python driver would only be able to send the reconnect command if it received a packet from the device.