Commit Graph

68 Commits

Author SHA1 Message Date
Dmitry Ozerov aba739ce87 print statistics from udp writer every N seconds (not N frames)
check that frame packets sending is finished (new frame) by new trigger number, not pulse_id
check if pulse_id of the frame is more or less correct (in case not - do not store that frame in the ram buffer)
2021-02-16 16:25:28 +01:00
babic_a e013c4a6f8 Increase number of packets read at once to 128 2021-01-15 18:18:54 +01:00
babic_a a5629616d9 Create common connect and bind zmq methods 2020-09-24 08:33:45 +02:00
babic_a 4a031d6e62 Refactor RamBuffer 2020-09-04 12:31:57 +02:00
babic_a 422b599b38 Rename core_config to buffer_config namespace 2020-06-04 11:59:05 +02:00
babic_a a6e1c6c84e Move stream configs to separate file 2020-06-04 11:57:42 +02:00
babic_a 436a3c43d2 Move configuration closer to writer 2020-06-04 09:33:03 +02:00
babic_a 236f967c51 Remove unused code 2020-06-03 22:12:46 +02:00
babic_a 9dddef455d Move assembly buffer config to general 2020-06-03 21:41:22 +02:00
babic_a d48ea98aa4 Remove unused variables from config 2020-06-03 21:39:24 +02:00
babic_a 0feb4ef180 Merge branch 'master' into binary_buffer 2020-06-03 07:59:53 +02:00
babic_a b7381bce68 Use proper attribute for ImageAssembler retry 2020-05-27 14:01:59 +02:00
babic_a 6653421696 Rename buffer block size 2020-05-27 09:24:24 +02:00
babic_a 0bdbe02381 Adjust RECV buffer to bytes instead of msgs 2020-05-26 14:57:23 +02:00
babic_a 69c8501af7 We are writing binary data now 2020-05-26 14:56:40 +02:00
babic_a ffc457e7d0 Forgot to add bytes per packet in equation 2020-05-26 14:34:43 +02:00
babic_a acfbf283b8 Add new property to buffer_config 2020-05-26 09:34:39 +02:00
babic_a 665602b06c Fixed config dependency 2020-05-20 17:31:00 +02:00
babic_a bccd2f7c1b Organize parameters by application 2020-05-19 18:35:46 +02:00
babic_a 1b9d65a734 Remove config - in scripts 2020-05-19 14:47:18 +02:00
babic_a a4a76ae672 Add new parameter for writer cache 2020-05-19 13:25:15 +02:00
babic_a 78c3ae0262 Add buffering to replay 2020-05-19 09:28:50 +02:00
babic_a aa22236dfd Moved bitshuffle LZ4 property to writer header 2020-05-18 17:01:24 +02:00
babic_a e85227d015 Add compression header size to props 2020-05-18 16:59:57 +02:00
babic_a 831f261be1 Add logic for setting maximum chunk size 2020-05-15 18:12:46 +02:00
babic_a aff1d22c17 Rename parameter to something more sensible 2020-05-15 15:23:24 +02:00
babic_a 24391a66c2 Fix UDP buffer size bug 2020-05-15 15:13:51 +02:00
babic_a ab520c0ee1 Fix UDP buffer to proper size 2020-05-15 14:44:53 +02:00
babic_a a42e718880 Improve variable setting 2020-05-15 10:42:24 +02:00
babic_a f5ed8adfcd Remove unused variable 2020-05-15 10:40:38 +02:00
babic_a 4502e112bf Rename writer variable 2020-05-15 10:18:21 +02:00
babic_a 10ba289df9 Add writer recvhwm parameter 2020-05-14 12:28:11 +02:00
babic_a f5d67c2ff8 Move buffer dataset names as variables 2020-05-14 11:03:47 +02:00
babic_a cd6466fe1f Finish improving sf_replay 2020-05-14 09:37:59 +02:00
babic_a 68697a57e1 Remove leftover 2020-05-13 19:06:43 +02:00
babic_a 91800a35aa Add pixel_n_bytes variable 2020-05-13 18:57:34 +02:00
babic_a e7fa05308a Adjust parameters based on experimental results 2020-05-13 09:37:48 +02:00
babic_a 79581f95e4 Add new parameter to grab many frames at once 2020-05-12 09:16:55 +02:00
babic_a 6af37e927d Improve UDP RCVBUF configuration 2020-05-11 17:49:13 +02:00
babic_a e15b285a3e Cleanup settings in UdpReceiver 2020-05-11 17:32:49 +02:00
babic_a fada8a7ec6 Make IPC address a parameter in buffer config 2020-05-11 12:34:30 +02:00
babic_a 79c6edbfb6 New configurations 2020-05-08 14:24:34 +02:00
Dmitry Ozerov 65aefd1a90 add base directory path to buffer 2020-05-07 16:41:27 +02:00
babic_a a190fce55a Increase buffer send queue size 2020-05-06 16:04:02 +02:00
babic_a 72e87210ed Add stream read queue 2020-05-05 10:42:48 +02:00
babic_a 6f766746d6 Thread fine-tuning 2020-05-04 18:37:41 +02:00
babic_a b436ba12da Add parameters for new sf_buffer implementation 2020-05-04 09:53:27 +02:00
babic_a 8148802325 Add new parameter for buffer 2020-05-04 09:16:25 +02:00
babic_a 0d5d954e67 Remove unused core-writer 2020-05-01 10:49:31 +02:00
babic_a 873ebfd8a3 Add property for RB retry speed 2020-05-01 09:34:03 +02:00