Difference between revisions of "GS Software"

From SatNOGS Wiki
(deprecated warning)
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{Warning|Information on this page is outdated! Relevant information can be found through the menu at the top of the screen, and this page should be deleted someday.}}
 +
 
SatNOGS includes an open-source modular software stack, developed from scratch or utilizing existing projects. The versatility of the architecture enables communication with existing software or easy development of custom software for specific needs.
 
SatNOGS includes an open-source modular software stack, developed from scratch or utilizing existing projects. The versatility of the architecture enables communication with existing software or easy development of custom software for specific needs.
  
Line 4: Line 6:
  
 
==Tracking==
 
==Tracking==
 +
 
Two options for tracking are available. Operators may use the popular GPredict for real-time satellite tracking and orbit prediction or a custom build solution in Python that provides API for custom or remote unattended tracking. Both solutions are communicating with the mount using rotctld over Easycomm protocol.
 
Two options for tracking are available. Operators may use the popular GPredict for real-time satellite tracking and orbit prediction or a custom build solution in Python that provides API for custom or remote unattended tracking. Both solutions are communicating with the mount using rotctld over Easycomm protocol.
  
 
===SatNOGS tracking software===
 
===SatNOGS tracking software===
  
Github:[https://github.com/satnogs/satnogs-client/]
+
* [https://gitlab.com/librespacefoundation/satnogs/satnogs-client satnogs-client]
 +
* [http://gpredict.oz9aec.net/ GPredict]
 +
 
 +
==Web services==
  
===<span class="plainlinks">[http://gpredict.oz9aec.net/ GPredict]</span>===
+
The main parts of SatNOGS web services are the Network, for orchestrating the network of distributed ground stations, and DB, for crowdsourcing Transmitter data.
  
==Contribution==
+
* [https://gitlab.com/librespacefoundation/satnogs/satnogs-network satnogs network]
===[http://docs.satnogs.org/db/contribute.html satnogs db]===
+
* [https://gitlab.com/librespacefoundation/satnogs/satnogs-db satnogs db]
===[http://docs.satnogs.org/network/contribute.html satnogs network]===
 

Revision as of 20:40, 2 February 2019

Important.png
Information on this page is outdated! Relevant information can be found through the menu at the top of the screen, and this page should be deleted someday.

SatNOGS includes an open-source modular software stack, developed from scratch or utilizing existing projects. The versatility of the architecture enables communication with existing software or easy development of custom software for specific needs.

For all following Software components you can select to either use the SatNOGS software of the equivalent software for non-networked operations.

Tracking

Two options for tracking are available. Operators may use the popular GPredict for real-time satellite tracking and orbit prediction or a custom build solution in Python that provides API for custom or remote unattended tracking. Both solutions are communicating with the mount using rotctld over Easycomm protocol.

SatNOGS tracking software

Web services

The main parts of SatNOGS web services are the Network, for orchestrating the network of distributed ground stations, and DB, for crowdsourcing Transmitter data.