Releases: cronelab/bci2000web
React port
- Front-end is fully converted to using React framework
- Paradigm creation is now handled by a task.json file instead of .ejs cards
- Generate spatial filtering parameters on the fly
- Introduced a data logging feature to keep track of experiment-specific notes
Initial release of the 2.x series
Changes:
Webpack build process
Removed ejs templates and moved to a json-based task parameterization
Early stages of server-side rendering and additional math utilities
Final v1.x release
Latest release before the 2.x series. Not backwards compatible due to the new task parameterization.
Stable release
Fixes / Changes
Websocket connection no longer hangs if client abruptly closes
Support added for legacy AppConnector via UDP socket
WIN32_Unbundled Prerelease
This binary blob contains all the binaries and setup scripts for the first release candidate of BCI2000Web. NOTE: This blob contains the old .exe version of BCI2000Web which has recently been superseded by a Node.JS implementation.
Prerequisites
- A Windows machine (32 or 64 bit is fine; Testing was performed on Windows 10)
- Node.js and NPM installed and on system path
- Git available on system path (I personally recommend Git Bash)
- Microsoft Visual C++ 2012 Redist
Supported Amplifiers in this build:
- Blackrock
- Nihon Kohden
- Biosemi2
(Ripple GrapeVine support coming soon)
Installation
Unzip the binary blob to the root of a system drive (C:\ or D:\ whatever) and run INSTALL.bat
Use START.bat to start the BCI2000Web server
Custom Paradigms
If you have custom paradigms to install, clone them into <$BCI2000DIR>/web/paradigms