Skip to content

twinleaf/trendline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Trendline

Graphical interface tool for Twinleaf sensor stream data. Equipped with RPC controls and fast fourier transform analysis.

Building

First, install the Rust toolchain.. On Linux, install the prerequisites for your operating system.

Navigate to the src-tauri folder and run using the following command. Optionally specify the calculated FFT time duration (default 10 seconds) and refresh frequency (default 3 seconds) :

cargo run [time_span] [refresh_rate]