I noted that the satellite frequency information is downloaded into %APPDATA%\GPredict\trsp\ with *.trsp file for each satellite. When a new satellite is launched, I need to create a new *.trsp file under this directory. I noted that there are a lot of trsp files under this directory. My big question is “Where these trsp files come from?” Are the downloaded from GPredict’s GitHub ? If so, perhaps I should update GitHub files so that other users can also enjoy those new satelltes. But I donot understand the location of the original trsp files. Please tel me the location if someone knows it.
1 Like
downloaded from srv01.libre.space
from satnogs api
look at source code here
{"TRSP", "SERVER", "https://db.satnogs.org/api/"},
{"TRSP", "FREQ_FILE", "transmitters/?format=json"},
{"TRSP", "MODE_FILE", "modes/?format=json"},
{"TRSP", "PROXY", NULL},
but it seems .trsp file is generated self by gpredict based on above data
2 Likes
Thank you very much for your comment. I noted how it works.
2 Likes
Just to add that if you spot something wrong, you can either fix it locally by editing the .trsp files, however this will be overwritten on the next update, or better suggest this change directly to db.satnogs.org by following this guide.