Tasssadar / Lorris

Lorris is GUI frontend for nearly anything you give it. You can use serial port, socket or file as source. Well, at least will be, right now its WIP.
http://tasssadar.github.com/Lorris/
GNU General Public License v3.0
34 stars 13 forks source link

Automatic data deletion in analyzer #15

Closed dzarda closed 11 years ago

dzarda commented 11 years ago

A feature that would allow for setting a limit of data samples in analyzer. It would then automatically delete older samples when new come in.

This is primarily to limit the memory overhead on systems with less RAM. (and also to minimize my fear from Lorris crashing on me when left alone running)

Tasssadar commented 11 years ago

Added in [800] 77bf4e4, fixes in [803] 51884dd, [804] fc42273 and [807] bfbf603