What exact branches must be used to run soft with no error ?
https://github.com/pinkavaj/gnuradio/branches
I modify sbrac script to run the correct branch , is this correct ?
git clone --progress $RECURSE https://github.com/pinkavaj/gnuradio.git
$LOGDEV 2>&1
git checkout master >>$LOGDEV 2>&1 git branch -D next-pinky >>$LOGDEV 2>&1 git checkout next-pinky >>$LOGDEV 2>&1
Still have error on run.sh
hope someone could help us
--
This should be the correct course (but I does not now what does $RECURSE).
You can use tetrapol_detector.sh script, If You remove the timeout command from it You will get almost the same affect as with run.sh
I will try to contact the author of the fix and GnuRadio team in order to check this fix, push it into upstream and fid out if there is another bug. I'm unable to reproduce this error so cannot debug it.
You can alternatively use script demod.py to receive and demodulate TETRAPOL.
This project is under development and very experimental so I cannot support You much more at this time.
JS
On Fri, 16 Oct 2015 17:56:56 +0200 fe8769 fe8769@gmail.com wrote:
What exact branches must be used to run soft with no error ?
https://github.com/pinkavaj/gnuradio/branches
I modify sbrac script to run the correct branch , is this correct ?
git clone --progress $RECURSE https://github.com/pinkavaj/gnuradio.git
$LOGDEV 2>&1
git checkout master >>$LOGDEV 2>&1 git branch -D next-pinky >>$LOGDEV 2>&1 git checkout next-pinky >>$LOGDEV 2>&1
Still have error on run.sh
hope someone could help us
--