Skip to content

Basic Plotting (Spectrum and Time-series) #108

Answered by bastibl
JuliDi asked this question in Q&A
Discussion options

You must be logged in to vote

There is the spectrum example, which should provide roughly what you are suggesting. (Start the flowgraph (cargo run --bin cpu --features cpu) and go to http://127.0.0.1:1337/spectrum3d.html or http://127.0.0.1:1337/api/fg/0/ for some json description of the flowgraph. There is also the new futuresdr-remote crate which should simplify interaction with a running flowgraph. https://docs.rs/futuresdr-remote/latest/futuresdr_remote/)

Instead of a web GUI, you could also use a Python script to read the data from the websocket:
https://twitter.com/bastibl/status/1625528632587304962
https://github.com/bastibl/maia-sdr/blob/main/maia-httpd/util/spectrum_client.py

Running everything inside the bro…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@JuliDi
Comment options

@JuliDi
Comment options

Answer selected by JuliDi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants