diff --git a/README.md b/README.md new file mode 100644 index 0000000..121c9da --- /dev/null +++ b/README.md @@ -0,0 +1,34 @@ +SSTV Testbed +============ + +Testbed for the satnogs PD120 decoder. + +The flowgraphs in the repository are kept as close as possible to the PD120 observation flowgraph +in [gr-satnogs](https://gitlab.com/librespacefoundation/satnogs/gr-satnogs/). +The repo also contains some audio and IQ samoles to test the decoder. + +Running the Tests +----------------- +1. Checkout the testbed repo +``` +git clone git@gitlab.com:LongHairedHacker/sstv-testbed.git +``` + +2. Compile and setup gr-satnogs +``` +git clone git@gitlab.com:librespacefoundation/satnogs/gr-satnogs.gi +cd gr-satnogs +mkdir build +cd build +cmake .. +sudo make install +``` + +3. Run the flowgraphs +``` +cd sstv-testbed +./run_ogg_test.sh +./run_iq_test.sh +``` + +4. Check the results in the `output` folder diff --git a/run_iq_test.sh b/run_iq_test.sh old mode 100644 new mode 100755 diff --git a/run_ogg_test.sh b/run_ogg_test.sh old mode 100644 new mode 100755 diff --git a/samples_ogg/satnogs_1446993_2019-12-29T12-32-38.ogg b/samples_ogg/satnogs_1446993_2019-12-29T12-32-38.ogg deleted file mode 100644 index 2d5c8e9..0000000 Binary files a/samples_ogg/satnogs_1446993_2019-12-29T12-32-38.ogg and /dev/null differ