OP25 New Web interface?

Status
Not open for further replies.

maus92

Member
Premium Subscriber
Joined
Jun 23, 2004
Messages
8,284
Location
The OP
I just (re) installed OP25 to an old i3-2gen Mini-ITX box. I noticed that the build I downloaded today has a different web interface that the version I'm running. I like that the user can configure output somewhat, but I don't like that the Plot button is gone, as well as the tuning arrows. Did I happen to catch a new version in mid-dev?
 

boatbod

Member
Joined
Mar 3, 2007
Messages
3,422
Location
Talbot Co, MD
Mine still has a plot button??!!
Last thing I changed (added) on the web console was th BkLIST/WhLIST buttons.
 

maus92

Member
Premium Subscriber
Joined
Jun 23, 2004
Messages
8,284
Location
The OP
The computer was probably the machine I initially tested OP25 on, installed before the "Boatbod" branch was a thing. The machine had Ubuntu 16.04 LTS installed, but OP25 never worked, so I abandoned the project and moved to RPi3 got that to work. Instead of wiping the SSD, I an in-place upgrade to 18.04.1 LTS, which apparently preserved the other OP25 branch - even though I *thought* I installed the Boatbod branch over the older installation. I guess it didn't replace some files.
 

dave3825

* * * * * * * * * * * *
Premium Subscriber
Joined
Feb 17, 2003
Messages
8,706
Location
Suffolk County NY
Last thing I changed (added) on the web console was th BkLIST/WhLIST buttons.

I have not updated anything on my pi 3b+ in a very long time. Been extremely busy. Do you have any screenshots of the new web console and how can I update my boatbod op25? Right now it's working perfect but would like the newer web console as well as any new updates to op25. I know someone will post the update procedure, but please also include what directory to do it from.

Thanks..
 

boatbod

Member
Joined
Mar 3, 2007
Messages
3,422
Location
Talbot Co, MD
I have not updated anything on my pi 3b+ in a very long time. Been extremely busy. Do you have any screenshots of the new web console and how can I update my boatbod op25? Right now it's working perfect but would like the newer web console as well as any new updates to op25. I know someone will post the update procedure, but please also include what directory to do it from.

Thanks..
If your op25 is already on the 'boatbod' github repo you can do the following to uodate it:
Code:
cd ~/op25
git pull
rm -rf build/*
./install.sh

If your op25 is on the max/osmocom version, you can follow the same instructions but you will get the latest version from Max.
If you want to swap versions, I recommend you clone a new copy and build it from scratch.
Code:
cd ~
git clone https://github.com/boatbod/op25 op25.boatbod
cd op25.boatbod
./install.sh
 
Status
Not open for further replies.
Top