live stream with json+blob

This commit is contained in:
lhdamiani
2021-08-19 12:07:26 +02:00
parent 9ac7690241
commit 9331d066aa
5 changed files with 167 additions and 22 deletions
@@ -11,4 +11,7 @@ namespace stream_config
// Number of pulses between each statistics print out.
const size_t STREAM_STATS_MODULO = 1000;
// reduction factor
const int REDUCTION_FACTOR = 5;
}