Hi all.
I am running Satnogs on a Raspberry Pi also I run GPredict on a Windows machine.
Is it possible to run both programs on a single pi ?
And if so , how ?
Thanks for any info…
Hi all.
I am running Satnogs on a Raspberry Pi also I run GPredict on a Windows machine.
Is it possible to run both programs on a single pi ?
And if so , how ?
Thanks for any info…
I installed gpredict on an Pi with ‘apt-get install gpredict’. That was on a Debian 12 (bookworm) system. My satnogs system (Debian 11 bullseye) has the gpredict package available (‘apt-cache search gpredict’) so I expect it to work there.
Since gpredict is a GUI, you’ll either have to connect from a system running X11 and display the window back (ssh -X into the satnogs system) or run a virtual desktop on the Pi with something like vncserver. I’m not sure how much work it will be to get a working desktop with vncserver to run on a satnogs system. I use tightvncserver on my other Pis.
Glen
Hi Glen,
Thanks for the reply,
My setup sounds similar to yours,
I use VNC server on my other Pi,s as they are both “Headless”
it was just the issue of Satnogs being CLI based and GPredict is GUI.
will keep digging and when time permits will try it out ,
Thanks again