diff --git a/README.md b/README.md new file mode 100644 index 0000000..e0f332c --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# NEDF reader for Analyzer2 + +This is a reader component to allow +[Brainvision Analyzer](https://www.brainproducts.com/productdetails.php?id=17) +to read +[NEDF](https://www.neuroelectrics.com/wiki/index.php/Files_%26_Formats#The_.nedf_.28binary.29_data_format) +files (commonly produced by Enobio / StarStim EEG headsets). + +## Installation + +Simply copy the [`dll` file](https://github.com/tstenner/nedfreader/releases) +to your Analyzer directory or add the downloaded folder to the analyzer config: + +![Analyzer admin screenshot](analyzeradmin.png) + diff --git a/analyzeradmin.png b/analyzeradmin.png new file mode 100644 index 0000000..845ff8c Binary files /dev/null and b/analyzeradmin.png differ