Closed jordens closed 3 years ago
Some notes on a MVP streaming implementation (which I may or may not get around to actually doing):
Yeah. With that I was able to stream timestamps plus four channels at ~50 Mb/s over TCP with room to spare. I let the queue/frame granularity be the data of a single process invocation, i.e. batch. And the packaging was done by TCP. With UDP you'd want to concatenate a few. I'm uncertain how much of this can and should be made configurable at runtime (other than stream target and on/off) and whether all that configuration can be represented in the header. You certainly want to get a full description of the payload every now and then.
Closed by #380 Follow-on improvements in #385 #386 etc
forked from #54 details in #99 and #147