{"id":13436925,"url":"https://github.com/csete/gpredict","last_synced_at":"2025-05-15T20:01:14.207Z","repository":{"id":19452096,"uuid":"22696323","full_name":"csete/gpredict","owner":"csete","description":"Gpredict satellite tracking application","archived":false,"fork":false,"pushed_at":"2024-09-17T20:43:53.000Z","size":15093,"stargazers_count":956,"open_issues_count":151,"forks_count":260,"subscribers_count":65,"default_branch":"master","last_synced_at":"2025-04-13T04:03:17.516Z","etag":null,"topics":["amsat","c","gtk3","ham-radio","linux","satellite","space","tracking"],"latest_commit_sha":null,"homepage":"http://gpredict.oz9aec.net/","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/csete.png","metadata":{"files":{"readme":"README","changelog":"ChangeLog","contributing":"contributing.md","funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-08-06T20:03:51.000Z","updated_at":"2025-04-13T03:56:26.000Z","dependencies_parsed_at":"2024-09-18T00:56:42.316Z","dependency_job_id":null,"html_url":"https://github.com/csete/gpredict","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csete%2Fgpredict","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csete%2Fgpredict/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csete%2Fgpredict/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csete%2Fgpredict/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/csete","download_url":"https://codeload.github.com/csete/gpredict/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254414457,"owners_count":22067263,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["amsat","c","gtk3","ham-radio","linux","satellite","space","tracking"],"created_at":"2024-07-31T03:00:53.077Z","updated_at":"2025-05-15T20:01:13.686Z","avatar_url":"https://github.com/csete.png","language":"C","readme":"\nGpredict is a real time satellite tracking and orbit prediction program\nfor the Linux desktop. It uses the SGP4/SDP4 propagation algorithms together\nwith NORAD two-line element sets (TLE).\n\nSome core features of Gpredict include:\n\n- Tracking of a large number of satellites only limited by the physical\n  memory and processing power of the computer\n- Display the tracking data in lists, maps, polar plots and any combination\n  of these\n- Have many modules open at the same either in a notebook or in their own\n  windows. The modules can also run in full-screen mode\n- You can use many ground stations\n- Predict upcoming passes\n- Gpredict can run in real-time, simulated real-time (fast forward and\n  backward), and manual time control\n- Detailed information both the real time and non-real time modes\n- Doppler tuning of radios via Hamlib rigctld\n- Antenna rotator control via Hamlib rotctld\n\nVisit the gpredict homepage at http://gpredict.oz9aec.net/ for more info.\n\n\nRequirements\n------------\n\nGpredict is written using the Gtk+ 3 widget set, which is available for most\nUnix like operating systems, Mac and Windows. Following libraries are required\nfor successful compilation of Gpredict:\n\n- Gtk+ 3 or later\n- GLib 2.32 or later\n- GooCanvas 2\n- Libcurl 7.16 or later\n- Hamlib (runtime only, not required for build)\n\nIf you compile Gpredict from source you will also need the development packages\noften with -dev or -devel in the package name, e.g. libgtk-3-dev. On Debian and\nUbuntu systems you can install the build dependencies using:\n\n  sudo apt install libtool intltool autoconf automake libcurl4-openssl-dev\n  sudo apt install pkg-config libglib2.0-dev libgtk-3-dev libgoocanvas-2.0-dev\n\n\nTo build and install gpredict from source, first unpack the source package:\n\n  tar -xvf gpredict-x.y.z.tar.gz\n\nThen change to the gpredict-x.y.z directory and build gpredict:\n\n  ./configure\n  make\n  make install\n\nThe last step usually requires you to become root, otherwise you may not have\nthe required permissions to install gpredict. If you can not or do not want to\ninstall gpredict as root, you can install gpredict into a custom directory by\nadding --prefix=somedir to the ./configure step. For example\n\n  ./configure --prefix=/home/user/predict\n  \nwill configure the build to install the files into /home/user/gpredict folder.\n\nIf you are building directly from the git repository, you have to run\n./autogen.sh instead of of configure. You can pass the same options to the\nautogen.sh script as you would to the configure script.\n\nIf you want to know more about installation options refer to the INSTALL file\n(not for beginners).\n\n\nUsing Gpredict\n--------------\n\nGpredict comes bundled with some example data and will run \"out of the box\".\nOnce you got the idea of the UI, you can either modify the settings of the\ndefault module (click on the small down-arrow in the top right corner), or\ncreate a new module through File -\u003e New Module.\n\nYou are highly encouraged to have a look at the user manual available at\nhttp://gpredict.oz9aec.net/documents.php\n\n\nUser support\n------------\n\nUser support is provided through the Gpredict forum hosted by the Libre Space\nFoundation: https://community.libre.space/c/gpredict\n\n\nTerms and conditions\n--------------------\n\nGpredict is released under the GNU General Public License and comes with\nNO WARRANTY whatsoever. If you have problems installing or using Gpredict,\nfeel free to ask for support for example on the Gpredict forum hosted by\nthe Libre Space Foundation https://community.libre.space/c/gpredict\n\n\nNote that the development environment is being migrated from Sourceforge to\nGithub: https://github.com/csete/gpredict\n\nMailing lists, old bug trackers, etc, are still available on Sourceforge:\nhttp://sourceforge.net/projects/gpredict\n\n\nHappy Tracking!\n\nAlexandru Csete\nOZ9AEC\n","funding_links":[],"categories":["C","\u003ca id=\"9eee96404f868f372a6cbc6769ccb7f8\"\u003e\u003c/a\u003e工具"],"sub_categories":["\u003ca id=\"31185b925d5152c7469b963809ceb22d\"\u003e\u003c/a\u003e新添加的"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsete%2Fgpredict","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcsete%2Fgpredict","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsete%2Fgpredict/lists"}