Skip to content
Niklas Hambüchen edited this page Aug 31, 2014 · 2 revisions

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

    Hemokit can be set up to stream EEG data to OpenVibe. See Hemokit as input for OpenVibe.

Clone this wiki locally