Is there a way to add to this .sh file to automatically open a 2nd terminal window and go to cd op25/op25/gr-op25_repeater/apps/oplog and then run ./oplog.sh so I don't have to do it manually?
I would suggest running both OP25 and OPLOG as system services instead of having to open individual terminal sessions to run
the scripts manually. See the attachment; OP25_Reference_files.zip.
Edit "op25-rx.service", "op25-flask.service" and "oplog.sh" contained in the archive and replace "
username" with "your_username".
The "op25-rx.service" file assumes that you've named your op25 startup script as op25.sh.
sudo cp op25-rx.service /etc/systemd/system
sudo cp op25-flask.service /etc/systemd/system
cp oplog.sh /home/
username/op25/op25/gr-op25_repeater/apps/oplog
sudo systemctl enable op25-rx.service
sudo systemctl start op25-rx.service
sudo systemctl enable op25-flask.service
sudo systemctl start op25-flask.service
Once the services are running, you'll be able to view the OP25 GUI on Port 8080 and OPLOG on Port 5000 in separate tabs using
your favorite browser.
Example