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

ecg

Here are 293 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
EEGEdu

Improve this page

Add a description, image, and links to the ecg 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 ecg topic, visit your repo's landing page and select "manage topics."

Learn more