aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax <ikj1234i@yahoo.com>2017-07-05 16:51:07 -0400
committerMax <ikj1234i@yahoo.com>2017-07-05 16:51:07 -0400
commit2f3eb8908a789f88557accdc8036212b4b3de197 (patch)
treeaf00de9c67f01b3c05330baa11df9e1608cde2e9
parent99926acda54c1bd48f45b90ab474c47d3b0b0595 (diff)
update readme
-rw-r--r--op25/gr-op25_repeater/apps/README14
1 files changed, 8 insertions, 6 deletions
diff --git a/op25/gr-op25_repeater/apps/README b/op25/gr-op25_repeater/apps/README
index 6a28de0..cb98191 100644
--- a/op25/gr-op25_repeater/apps/README
+++ b/op25/gr-op25_repeater/apps/README
@@ -21,13 +21,14 @@ sudo apt-get install gnuplot-x11
EXAMPLE COMMAND LINE
====================
-./rx.py --args 'rtl' --gains 'lna:49' -f 456.7e6 -T tsys.tsv -q -1 -S 1000000 -P symbol -w 2> stderr.2
+./rx.py --args 'rtl' --gains 'lna:49' -f 456.7e6 -T tsys.tsv -q -1 -S 1000000 -P symbol -o 50000 -w 2> stderr.2
Running stderr to a file (e.g., "2> stderr.2") is recommended to avoid
screen misprinting.
-NOTE: For voice use the "-2" and "-V" options are not used. Instead the
-"-w" option is used (see AUDIO SERVER section, below).
+NOTE: For phase1 voice the "-V" option is not used. Instead the
+"-w" option is used (see AUDIO SERVER section, below). For P25 phase 2/TDMA,
+the "-2" option is required in addition to the "-w" option.
TERMINAL OPERATION
==================
@@ -62,10 +63,11 @@ Notes:
(change to the terminal window where the server is running and hit Ctrl-C,
then up-arrow, then Enter).
-2. When doing audio output it is no longer necessary to specify the "-2"
-or "-V" options in rx.py. However for now as a hack it's necessary to
+2. When doing audio output it is no longer necessary to specify the
+"-V" option in rx.py. However for now as a hack it's necessary to
give the "-w" (wireshark) rx.py option. If/when the hack is removed and
-wireshark is fixed it will no longer be necessary to use "-w".
+wireshark is fixed it will no longer be necessary to use "-w". The "-2"
+option is still required when using phase 2/TDMA.
3. If the use of "aplay" in this manner causes no problems (including
running in a VM, etc), the command will eventually be rolled into rx.py