thanks for the suggestions. I had planned to add the rotator state later on. I also have some new features almost ready (polar plot of the pass and waterfall plot), but I unfortunately couldn’t put as much time into it as I’d liked to. I think there will be a new release in the next 1 or 2 weeks.
Well those were pretty long two weeks but I finally got some time to work on this. I just released version 0.2.0. You can get the raspbian packet here.
The major changes (from the changelog):
Added
Command line parameter -a|–api to specify the SatNOGS network api endpoint.
Polar plot
Show satellite footprint on map.
toggle satellite footprint with f key
config option sat_footprint to enable/disable satellite footprint on start
Changed
Display as many future jobs as possible.
Compiles on stable Rust.
Fixed
Typos
Defaults for non essential config file entries.
Background of the log window is cleared on display.
The screenshot in the first post of this thread shows the new release with polar plot and satellite footprint.
After sorting out some dependencies issues with libssl1.1 I am up and running with the new version.
Much improved and frankly, even more powerful and helpful.
Nice work indeed. Thanks very much for your time.
(And thanks for the .deb installer, much cleaner!).
very nice the satnogs monitor try to install it on a laptop with pi desktop, the installation of libgpredict went well, the ./iss test worked. then I installed the satnogs-monitor_0.2.0_amd64.deb … but how do I start the program now ???
No, also the error message is in conflict with the executable being present. There is/was something wrong when you tried it. Are you sure you are on the same machine where you installed it?
After you started the monitor with several stations, either by configuring them in the config file or setting the IDs as arguments at the command line, you can switch between the station tabs with [TAB]. (See Readme)
root@raspberry:~# /usr/bin/satnogs-monitor -h
/usr/bin/satnogs-monitor: error while loading shared libraries: libgpredict.so: cannot open shared object file: No such file or directory
root@raspberry:~#
The error message is quite expressive: you are missing libgpredict.
There went probably something wrong during its compilation/installation. I did run all the steps as described in the readme and got a working installation of both libgpredict and the satnogs-monitor on Debian Sid (amd64 deb), Raspbian (armhf deb) and ArchLinux (build from source).