lognplot icon indicating copy to clipboard operation
lognplot copied to clipboard

Plotting and logging of real-time data for desktop.

Results 24 lognplot issues
Sort by recently updated
recently updated
newest added

This issue aims to gather all troubles on windows when running `lognplotgtk` Tasks: - [x] Windows build procedure must be document - [x] Several in app icons are missing on...

The lognplotgtk application crashes when adding plots to the "extra" 2x2 plot window. To reproduce: - Run application `cargo run --release` - Open extra plot window by clicking View ->...

bug
help wanted

There are several options for plotting data with arduino. Having compatibility with arduino would extend the user base. See this link with an overview: https://arduino.stackexchange.com/questions/1180/serial-data-plotting-programs Not sure how this should...

help wanted

It would be cool to add a simulink adapter in some way. I can see multiple ways on how this could work: - integrate lognplot client into a simulink block,...

Hi, just a minor notice: in the README you wrote ``` $ cd lognplotgtk $ cargo run --release ``` but it shoud be ``` $ cargo build --release ``` right?...

Hi! Do you plan to release the ITM code as a lib on crates.io somehow? I am very interested in it! I could write it myself ofc, but not sure...

There are some issues with mixing ipv4 / ipv6. Check: - lognplot rust ipv4 / ipv6 server support - lognplot rust client ipv4 / ipv6 support - lognplot python client...

We have options for tailing last time spans. Add an option to popup and query a timespan to tail.

The RocksDB library provides a persistent key value store. Keys and values are arbitrary byte arrays. The keys are ordered within the key value store according to a user-specified comparator...