Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 572 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 572 Bytes

Golang-Headset-Simulator

Project Overview

This is an open source simulation framework for replicating neurotech headsets in Golang. this implementation uses a mixture of randomized and synthesized EEG patterns, enabling testing with fake datasets prior to usage of real time EEG data from real headsets.

Key Details

All information about the design decisions is located in the design document. main.go holds the core logic of this application. To run this application, simply run go run main.go in the terminal. To run with air, run air in the terminal.