Skip to content

nbdt/openbci-golang-server

 
 

Repository files navigation

OpenBCI golang server

OpenBCI golang server allows users to control, visualize and store data collected from the OpenBCI microcontroller.

Requirements

To test and contribute code

  • A Go developement environment https://golang.org/doc/code.html

  • The following additional go packages:

      go get github.com/gorilla/websocket  
      go get github.com/tarm/goserial  
      go get github.com/runningwild/go-fftw  
      go get github.com/orfjackal/gospec (For running the go-fftw tests)  
    
  • To clone, test, build and run the server run:

      git clone https://github.com/kevinjos/openbci-golang-server.git  
      cd openbci-golang-server  
      go test  
      go build  
      ./openbci-golang-server  
    
  • By default, the server points to http://localhost:8888

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 46.5%
  • Go 41.5%
  • HTML 10.5%
  • CSS 1.5%