Find a file
2026-02-26 21:41:31 -06:00
.gitignore Fri Feb 20 08:27:53 PM CST 2026 2026-02-20 20:27:53 -06:00
.python-version Fri Feb 20 08:27:53 PM CST 2026 2026-02-20 20:27:53 -06:00
ad9361_example.py Thu Feb 26 09:33:23 PM CST 2026 2026-02-26 21:33:23 -06:00
justfile Fri Feb 20 08:27:53 PM CST 2026 2026-02-20 20:27:53 -06:00
library_test.py Thu Feb 26 09:29:15 PM CST 2026 2026-02-26 21:29:15 -06:00
main.py Thu Feb 26 09:29:15 PM CST 2026 2026-02-26 21:29:15 -06:00
makefile Thu Feb 26 09:29:15 PM CST 2026 2026-02-26 21:29:15 -06:00
pyproject.toml Thu Feb 26 09:29:15 PM CST 2026 2026-02-26 21:29:15 -06:00
README.md Thu Feb 26 09:41:31 PM CST 2026 2026-02-26 21:41:31 -06:00
shell.nix Thu Feb 26 09:29:15 PM CST 2026 2026-02-26 21:29:15 -06:00
uv.lock Thu Feb 26 09:29:15 PM CST 2026 2026-02-26 21:29:15 -06:00

  1. Install uv from https://docs.astral.sh/uv/
  2. If using nix as a package manager, run nix-shell to enter the shell with the required packages. (just libiio so far)
  3. Run uv run library_test.py to test if libiio is being loaded
  • If successful, this will print a "library is loaded" message
  1. Run uv run ad9361_example.py to test the SDR output
  • If the SDR is not currently connected at 192.168.1.10 this should freeze, then report a device not found error
  • If the SDR is connected, something else should happen
  1. Report back on discord about your results