summaryrefslogtreecommitdiff
path: root/gnuradio-examples/python/digital/limbo/README
diff options
context:
space:
mode:
Diffstat (limited to 'gnuradio-examples/python/digital/limbo/README')
-rw-r--r--gnuradio-examples/python/digital/limbo/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/gnuradio-examples/python/digital/limbo/README b/gnuradio-examples/python/digital/limbo/README
new file mode 100644
index 0000000000..fe48f43583
--- /dev/null
+++ b/gnuradio-examples/python/digital/limbo/README
@@ -0,0 +1,12 @@
+Files in here are in various states of disrepair and/or have been
+superceded by revised code in the directory above.
+
+They're here until we figure out what to do with them.
+
+
+* gmsk_test.py: stand-alone program that exercises the GMSK packet tx
+and rx code. The two halves are connected with a simulated noisy
+channel. It's easy to add extra instrumentation to log various internal
+states. We used a variant of this code to get this working in the
+first place.
+