we use cpu plot fun
just cpu0 (red line ) get data from zeromq.
in 2 terminals
- pub data
cargo run --example zmq_pub
- sub data and plot in realtime
cargo run --example plot
in 2 terminals
- pub data
cargo run --example ice_pub
- sub data and plot in realtime
cargo run --example plot
This is a part of plotters project. For more details, please check the following links: i
- For high-level intro of Plotters, see: Plotters on crates.io
- Check the main repo at Plotters repo
- For detailed documentation about this crate, check plotters-backend on docs.rs
- You can also visit Plotters Homepage
zeromq lib for rust .
put blew in config.toml
COM_TYPE:u32=0;//0=zeromq 1=ice_oryx2,2=?
15 fps
☑️ zeromq ☑️ ice_oryx2 ☑️ mqtt websocket
plot your data lightly with rust.
🟢 🔴 🟡 ✏️ 🪟 ⏰