Brainflow is a library intended to obtain, parse and analyze EEG\EMG\ECG data from OpenBCI boards.
Core module of this library is implemented in C\C++ and available for all bindings as a dynamic library. This approach allows to reduce code duplication and simplify maintenance, also it's better than any streaming based solution because using this library you don't need to worry about inter process communication and it's a single dependency.
This project was forked by OpenBCI from Andrey1994/brainflow
Compiled with:
- MSVC on Windows
- GCC on Linux
- Clang on MacOS
Linux and MacOS(Travis):
Windows(AppVeyour):
We support bindings for:
MIT