Implemented history writer

This commit is contained in:
Martino Ferrari
2026-06-14 14:09:51 +02:00
parent f25bd7f08e
commit dd7dd22cb0
27 changed files with 1537 additions and 104 deletions
+12 -5
View File
@@ -80,21 +80,28 @@ Hub = {
PushRate = 30
RingTemporal = 1000000
RingScalar = 100000
+History = {
Directory = "/tmp/streamhub_e2e_history"
DurationHours = 0.1
Decimation = 10
FlushIntervalSec = 2
MinDiskFreeMB = 100
}
Sources = {
scalar = {
Label = "Scalar Signals (1 kHz)"
Label = "Scalar Sines (1 ksps)"
Addr = "127.0.0.1"
Port = 44500
MulticastGroup = "239.0.0.1"
DataPort = 44503
}
arrays1 = {
Label = "Array Signals First/Last (5 kHz)"
med = {
Label = "1 Msps Sines (Ch1 1kHz, Ch2 5kHz)"
Addr = "127.0.0.1"
Port = 44501
}
arrays2 = {
Label = "Array Signals FullArray (5 kHz)"
fast = {
Label = "5 Msps Sines (Ch3 10kHz, Ch4 50kHz)"
Addr = "127.0.0.1"
Port = 44502
}