Crate maia_httpd

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ยง

app
maia-httpd application.
args
maia-httpd CLI arguments.
ddc
DDC design routines.
fpga
Maia SDR FPGA IP core.
httpd
HTTP server.
iio
IIO device access.
rxbuffer
Userspace driver for the rxbuffer device of the maia-sdr kernel module.
sigmf
SigMF format.
spectrometer
Spectrometer.
uio
UIO device access.