cogmoteGO
"air traffic control" for remote neuroexperiments
Introduction
cogmoteGO is the "air traffic control" for remote neuroexperiments: a lightweight Go system coordinating distributed data streams, commands, and full experiment lifecycle management - from deployment to data collection.
Bindings
Installation
For Linux & macOS
curl -sS https://raw.githubusercontent.com/Ccccraz/cogmoteGO/main/install.sh | sh
For Windows
winget install ccccraz.cogmoteGO
Getting started
Run as service
For Linux & macOS
register the service
cogmoteGO service
start the service
cogmoteGO service start
For Windows
register the service
note: you need to run the command as administrator
note: the password is required
cogmoteGO service -p <your_password>
start the service
cogmoteGO service start
for more info about the service, run
cogmoteGO service --help