Skip to content

brandbci/brand-simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

brand-simulator

BRAND module for neural simulator

How to use

The simulator is run using BRAND. This will require first running the setup within the BRAND directory:

cd <path_to_brand_directory>
source setup.sh

After the setup has been run, a BRAND supervisor must be started on your simulator machine:

supervisor

If you are running the simulator in the same machine as another graph (local version) you should assign a different port to the supervisor instance that will run the simulator:

supervisor -p <port> (e.g 6380)

Once the supervisor has started, you need to send it a startGraph command. A simple way to do this is using redis-cli. On a new terminal:

redis-cli -p <port> (e.g 6380)
XADD supervisor_ipstream * commands startGraph file <path_to_simulator_graph_yaml>

The simulator will start after this, and will being outputting data after some seconds.

About

BRAND module for simulating neural data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published