Skip to content

Releases: cronelab/bci2000web

React port

04 Mar 14:02
6cc1c40
Compare
Choose a tag to compare
  • 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

29 Jan 19:57
Compare
Choose a tag to compare
Pre-release

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

29 Jan 19:26
Compare
Choose a tag to compare

Latest release before the 2.x series. Not backwards compatible due to the new task parameterization.

Stable release

21 Feb 22:02
Compare
Choose a tag to compare

Fixes / Changes

Websocket connection no longer hangs if client abruptly closes
Support added for legacy AppConnector via UDP socket

WIN32_Unbundled Prerelease

18 Jan 19:57
Compare
Choose a tag to compare
Pre-release

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