Could store the plot in cookies so a refresh doesn't loose the data.
Could also save the datapoints locally, but i'm not too keen. Maybe in a super small binary format?
sample = 4bytes unix ts, 1 byte temperature in 5C, 1 byte setpoint
period = 5s
for a 12h firing results in ~50kB file
I guess thats not too bad, plenty of ram.
Could store the plot in cookies so a refresh doesn't loose the data.
Could also save the datapoints locally, but i'm not too keen. Maybe in a super small binary format?
sample = 4bytes unix ts, 1 byte temperature in 5C, 1 byte setpoint
period = 5s
for a 12h firing results in ~50kB file
I guess thats not too bad, plenty of ram.