OpenBCI golang server allows users to control, visualize and store data collected from the OpenBCI microcontroller.
-
FFTW 3.x http://fftw.org
-
FTDI Virtual Com Port Driver http://www.ftdichip.com/Drivers/VCP.htm
-
Node package manager
-
The following additional go packages:
go get github.com/gorilla/websocket go get github.com/runningwild/go-fftw go get github.com/orfjackal/gospec go get github.com/kevinjos/openbci-driver go get github.com/tarm/serial
$ make all
- By default, the server points to http://localhost:8888
- Builds on linux
- Node package manager alias used in Makefile may vary by distribution