openbci-archive/OpenBCI_NodeJS

Add Reconnect function like in python

Closed this issue · 1 comments

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

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.