Crate maia_httpd
source ·Expand description
maia-httpd is part of Maia SDR. It is a web server that controls the Maia
SDR FPGA IP core and the AD9361 RFIC. It provides a RESTful API for these
elements, and serves the web application maia-wasm
, which functions as the
UI of Maia SDR. Waterfall data is streamed to clients in real time using
WebSockets.
Modules§
- maia-httpd application.
- maia-httpd CLI arguments.
- Maia SDR FPGA IP core.
- HTTP server.
- IIO device access.
- Userspace driver for the rxbuffer device of the maia-sdr kernel module.
- SigMF format.
- Spectrometer.
- UIO device access.