Download this file
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
{ "modules": [ { "name": "PyPlotSink", "package": "cloudbrain.modules.sinks.pyplot", "options": { "channels_to_plot": [0], "autoscale": true, "y_min": -15, "y_max": 15 }, "subscribers": [ { "name": "PikaSubscriber", "package": "cloudbrain.subscribers.rabbitmq", "options": { "rabbitmq_user": "YOUR_EMAIL", "rabbitmq_pwd": "YOUR_PASSWORD" }, "base_routing_key": "some_unique_key", "metrics": [ { "metric_name": "eeg", "num_channels": 8 } ] } ], "publishers": [] } ] }