Now a dumb question. Can I update it or do I have reinstall the whole kit and caboodle?
Do a git pull from the ~/op25 folder. Restart op25 & flask, if the DB isn't corrupt then you'll be golden.Now a dumb question. Can I update it or do I have reinstall the whole kit and caboodle?
not all boatbod switches will work with this branch -So I've been running the boatbod version for a while, working well for my needs. I saw this and figured I'd do a fresh install on a clean card. Can anyone point me to info on setting up this (osmocom) version? I have done the fresh card, dl/d the clone and did the install.sh.
I tried the boatbod ./rx.py command and get an error:
Traceback (most recent call last):
File "./rx.py", line 47, in <module>
from gnuradio import audio, eng_notation, gr, gru, filter, blocks, fft, analog, digital
ImportError: No module named gnuradio
Apparently I have missed a step or a few....
OR... is there an easy way to upgrade from my boatbod version? I can clone my saved card and try it on the copy.
Thanks in advance.
./rx.py --args 'rtl' --gains 'lna:30' -X -T trunk.tsv -q -1 -S 960000 -U -P constellation -l 'http:0.0.0.0:8080' -2 -v 10 2> stderr.2
To switch from boatbod to osmocom you first need to uninstall.Apparently I have missed a step or a few....
OR... is there an easy way to upgrade from my boatbod version? I can clone my saved card and try it on the copy.
Thanks in advance.
cd ~/op25/build
sudo make uninstall
OK, I'll give this a try when I get time. I think my fresh install did install everything I need, lots of errors.not all boatbod switches will work with this branch -
this one works for me with a rtl-sdr
Code:./rx.py --args 'rtl' --gains 'lna:30' -X -T trunk.tsv -q -1 -S 960000 -U -P constellation -l 'http:0.0.0.0:8080' -2 -v 10 2> stderr.2
error ImportError: No module named PIL
ii python-pil:amd64 5.1.0-1ubuntu0.6 amd64 Python Imaging Library (Pillow fork)
ii python3-pil:amd64 5.1.0-1ubuntu0.6 amd64 Python Imaging Library (Python3)
apt install python-pil
apt install python3-pil
sudo apt install python-pil
Windows would be difficult due to the gnuradio framework.Any plans to port OP25 to be able to run on a HackRF with a Portapack? Or maybe a windows version?
Any plans to port OP25 to be able to run on a HackRF with a Portapack? Or maybe a windows version?