The Wayback Machine - https://web.archive.org/web/20220710044950/https://github.com/topics/eeg
Skip to content
#

eeg

Here are 800 public repositories matching this topic...

brainflow
Andrey1994
Andrey1994 commented Jun 29, 2022

it should be possible to write smth like:

board->add_streamer("file://data.csv:w");
board->add_streamer("file://data2.csv:w");
board->add_streamer("streaming_board://225.1.1.1:6677");

Inside board class currently these is std::map<int, Streamer *> streamers; need to convert it to smth like std::map<int, std::vector<Streamer *>> streamers; int here represents preset

enhancement good first issue

Improve this page

Add a description, image, and links to the eeg topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the eeg topic, visit your repo's landing page and select "manage topics."

Learn more