From 9eecacbfc8330e69f229e30be2a89f6a94e6864f Mon Sep 17 00:00:00 2001 From: Andrej Babic Date: Mon, 19 Jul 2021 16:09:37 +0200 Subject: [PATCH] Put delay to generator to simulate 10Hz --- docker/test_env-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/test_env-compose.yml b/docker/test_env-compose.yml index 24bfa80..45d9b91 100644 --- a/docker/test_env-compose.yml +++ b/docker/test_env-compose.yml @@ -4,7 +4,7 @@ services: image: "paulscherrerinstitute/std-daq-buffer:1.0.0" network_mode: "host" container_name: "udp-sim" - command: ./std_udp_sim example_detector.json 16 + command: ./std_udp_sim example_detector.json 16 95 udp-recv-0: image: "paulscherrerinstitute/std-daq-buffer:1.0.0"