Skip to content

rust realtime plot, plot by plotter-pison,data subscribed from zeromq.

License

Notifications You must be signed in to change notification settings

youngday/realtime_plot

Repository files navigation

realtime_plot

doc

we use cpu plot fun

just cpu0 (red line ) get data from zeromq.

realtime_plot.png

compile and run

⚠️ please check your communication type: COM_TYPE:u32=0;//0=zeromq 1=ice_oryx2,2=?

zeromq

in 2 terminals

  • pub data
cargo run --example zmq_pub
  • sub data and plot in realtime
cargo run --example plot

ice_oryx2

in 2 terminals

  • pub data
cargo run --example ice_pub
  • sub data and plot in realtime
cargo run --example plot

reference

plotters-piston - The Piston Window backend for Plotters

This is a part of plotters project. For more details, please check the following links: i

tmq

zeromq lib for rust .

todo

config

put blew in config.toml

COM_TYPE:u32=0;//0=zeromq 1=ice_oryx2,2=?

speed

15 fps

queue (inspired from plotjuggler)

☑️ zeromq ☑️ ice_oryx2 ☑️ mqtt websocket

goal

plot your data lightly with rust.

🟢 🔴 🟡 ✏️ 🪟 ⏰

About

rust realtime plot, plot by plotter-pison,data subscribed from zeromq.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published