From f285a84239ce3c9d2323b93dd5b98c636589e1d2 Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Sat, 18 Apr 2020 09:55:29 -0700 Subject: [PATCH] add a simple readme for this project. --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..cf6749e --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +Vagrant GNURadio +================ + +This is a simple Vagrant box that installs GNURadio. I am using this +for testing, and have used it with an RTL-SDR and an ethernet connected +ADALM-PLUTO. + +Useful commands +--------------- + +Launch from an xterm: `vagrant ssh -c gnuradio-companion` + +To list USB devices for passthrough: `VBoxManage list usbhost`