Remix.run Logo
SDR–; open source SDR with a patchable signal graph, Rust DSP, web UI(github.com)
38 points by newspicel 4 hours ago | 7 comments
mandiantBob 23 minutes ago | parent | next [-]

This looks along the same lines as CyberEther, though CyberEther does have alot more features to enable massive compute of raw data and arguably nicer gui.(https://github.com/luigifcruz/CyberEther)

bmgxyz an hour ago | parent | prev | next [-]

I wonder how much of the signal graph feature set could be implemented as an SDR++ module. It could even be written in Rust with some FFI.

Rather than rewrite the entire SDR++ core in a separate project, maybe it would be better to incrementally port the existing code to Rust in a fork. I don't know what attitude the maintainers have toward Rust, though.

Retr0id 2 hours ago | parent | prev | next [-]

Is this GNU Radio vibe-ported to rust? How does it compare?

Joel_Mckay 40 minutes ago | parent [-]

In general, any llvm compiled language is going to have persistent unpredictable jitter related issues. Only the naive think Rust is a replacement for C/C++, but the same issues also occur with clang compilers for the same reasons.

They now have 2 DSP problems by porting to llvm languages like Rust, but will insist their work isn't worse than the C they attempted to "upgrade". =3

https://en.wikipedia.org/wiki/Metastability#Electronic_circu...

https://www.youtube.com/watch?v=T4Upf_B9RLQ

newspicel 4 hours ago | parent | prev | next [-]

[flagged]

hndhyc0bdt 2 hours ago | parent | prev | next [-]

[dead]

huflungdung 2 hours ago | parent | prev [-]

[dead]