CanesFan95
Analog already is interoperable.
Installation could be different now that it's been 2 years since you had to run that command.
Yes there been some changes since it was written. Got over that hurdle to be met with this one now.Well my brain was not built to understand Linux. Trying to follow the OP post for building Osmocom OP25 and get hung here.
View attachment 168107
You might try just installing "gnuplot" rather than "gnuplot-x11"Yes there been some changes since it was written. Got over that hurdle to be met with this one now.
View attachment 168119
Just a little more updated information for someone after me comes looking that is new to Linux.
Is there a paragraph missing in the Wiki?Understood, I've created a new page OP25 - The RadioReference Wiki and will work on it. But it doesn't seem to let us insert images.
Is there a reason why the Osmocom would need be installed in addition to Boatbod?
The boatbod install takes care of all packages and pretty much everything else you might need to do, short of final configuration. Based on os version (and hence gnuradio version) it will advise/check which github branch, so no patches need to be applied to the sources. I've tried to make install.sh handle everything as seamlessly as possible.There are two different versions of OP25, Osmocom and Boatbod. You pic one or the other. The guide gives direction on how to install both versions on the same OS.
Pretty sure (been a while) if going with Boatbod, it may just download drivers from Osmocom.
Not easily. They share some library names which conflict with each other. I suppose if you made a couple of chroot hierachies you might be able to make it work, but honestly, setting up two separate VMs is so much easier.Can Boatbod be installed on the same virtual machine as Osmocom, to have both versions?
That message means that based on your OS's apt packages, you are using gnuradio-3.8 so you'll need to be using the "gr38" branch of the boatbod/op25 repo for everything to work properly. Ubuntu versions starting 22.04 and later are using gnuradio-3.10, which is the default for new installs of op25.Trying to install Boatbod on a separate, but get a message about something called GNURadio 3.8:
View attachment 178115
cd ~/op25
git checkout gr38
./install.sh
Either way will work...Gotcha. I installed 20.04.6, so I'll grab the latest Ubuntu and give that a shot. Thanks.
No - op25 will retune the single dongle to wherever it needs to go to follow the voice traffic.Quick Question
I was able to get rx.py running with a single sdr dongle, but I'm only getting some of the traffic on the voice channels.
Here's all the frequencies for the targeted system
851.1375c
852.6875c
853.3250c
853.8375
854.1875
854.5125c
854.7125
855.8375
856.0125
856.1625
856.4125
856.5125
Do I need to add more dongles to monitor ?
Thanks