Difference between revisions of "GS Software"

From SatNOGS Wiki
(Fix categories and typography)
Line 4: Line 4:
  
 
==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://github.com/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://github.com/satnogs/satnogs-network satnogs network]
===[http://docs.satnogs.org/db/contribute.html satnogs db]===
+
* [https://github.com/satnogs/satnogs-db satnogs db]
===[http://docs.satnogs.org/network/contribute.html satnogs network]===
 

Revision as of 17:33, 29 October 2016

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.