Included examples
Install the optional dependencies first:
Every command accepts --help. The common connection flags are
--bluetooth-mac for Bluetooth and --serial for selecting a USB device.
Terminal output
python -m radiacode.examples.basic
python -m radiacode.examples.basic --bluetooth-mac 52:43:01:02:03:04
This prints device identity, firmware, spectrum, and buffered measurements.
Web interface
Open http://127.0.0.1:8080 in a browser. Add --bluetooth-mac to connect over
Bluetooth.
Spectrum plot
The plotting example requires the examples extra because it uses NumPy and
Matplotlib.
Prometheus exporter
Narodmon exporter
Review an exporter's source and unit conversions before using its output for monitoring or alerting.