cogmoteGO Ccccraz
winget install --id=ccccraz.cogmoteGO -e
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
cogmoteGO: A Lightweight System for Remote Neuroexperiment Coordination
cogmoteGO is a lightweight Go-based system designed to streamline the coordination of remote neuroexperiments. This tool efficiently manages distributed data streams and commands while overseeing the entire experiment lifecycle, from deployment through data collection.
Key Features:
- Distributed Data Management: Seamlessly coordinates multiple data streams across different locations.
- Command Handling: Efficiently processes and routes commands to ensure smooth experimentation.
- Lifecycle Management: Provides comprehensive oversight from setup to conclusion, minimizing manual intervention.
- MATLAB Integration: Offers bindings for MATLAB, facilitating integration with existing research workflows.
- Installation Ease: Installable via winget on Windows for quick deployment.
Audience & Benefits: Ideal for researchers and neuroscientists conducting complex remote experiments, cogmoteGO enhances efficiency by automating coordination tasks. This tool reduces manual effort, supports intricate distributed setups, and integrates with popular tools like MATLAB, making it a valuable asset in the field of neuroscience research.
README
cogmoteGO
"air traffic control" for remote neuroexperimentsIntroduction
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
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
start the service
cogmoteGO service start
For all platforms
for more info about the service, run
cogmoteGO service --help