Home - nh2/hemokit GitHub Wiki
You can use Hemokit to get raw data out of your EEG. You can then process it in various ways:
-
Pipe the raw data as JSON or space-separated values into any program you like.
- Streaming it via a TCP socket or Websocket is also supported.
-
Write a Haskell application using the API directly.
-
Use the OpenVibe framework. It gives you
- signal processing
- classification
- example applications like this brain speller
Hemokit can be set up to stream EEG data to OpenVibe. See Hemokit as input for OpenVibe.