diff options
| author | Loïc Guégan <manzerbredes@mailbox.org> | 2025-04-01 17:56:32 +0200 |
|---|---|---|
| committer | Loïc Guégan <manzerbredes@mailbox.org> | 2025-04-01 17:56:32 +0200 |
| commit | 2f1837a75e96612040c6db2b594adf7463173c88 (patch) | |
| tree | 99f667df480606457c0786e3c314caba07f91038 /sandbox/config_rpi | |
Diffstat (limited to 'sandbox/config_rpi')
| -rw-r--r-- | sandbox/config_rpi | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sandbox/config_rpi b/sandbox/config_rpi new file mode 100644 index 0000000..376065a --- /dev/null +++ b/sandbox/config_rpi @@ -0,0 +1,19 @@ +# Global Configuration: +inadev="1:0x41" +bbhost=pi@10.128.0.93 +delaypurezmq=0 +delayiperfpure=5 + +# Pure Read Experiments: +nread=500000 +readrest=5 + +# ZMQ Experiments: +zmqrest=5 +zmqduration=60 +hostip=10.128.0.133 +zmqport=5556 +zmqlogdelay=0 +zmqloginterval=10 +zmqmsgsize=20242880 +zmqmaxqueue=1
\ No newline at end of file |
