kng / satnogs_gr-satellites

First try on combining gr-satellites with the satnogs-client and satnogs-flowgraphs
GNU General Public License v3.0
12 stars 3 forks source link

Updating SATLIST #4

Closed janvgils closed 3 years ago

janvgils commented 3 years ago

If I am correct is the variable $SATLIST responsible for the function to see if gr_satellites can decode a SatNOGS observation.

After I updated gr_satellites the grsat-wrapper.sh was still not decoding observation that where supported with the new gr_satellites build, I this example CAPE-3.

Would it be an idea to check if gr_satellites is changed to regenerate the $SATLIST list?

Maybe something like:

date -r /usr/local/bin/gr_satellites or stat -c %z /usr/local/bin/gr_satellites

kng commented 3 years ago

Agreed on this feature. Just pushed a solution for it based on your suggestions. Let's see if it runs ok.

janvgils commented 3 years ago

Thanks for the update and testing, what is the best way to update this change? Just replace the grsat-wrapper.sh wrapper?

kng commented 3 years ago

That will work, make note of the settings you've made. KEEPLOGS, IQMODE, SELECTED.

janvgils commented 3 years ago

This upgrade is working and therefor the issue can be closed.