Difference between revisions of "Server"

From PaparazziUAV
Jump to navigation Jump to search
Line 1: Line 1:
<categorytree style="float:right; clear:right; margin-left:1ex; border: 1px solid gray; padding: 0.7ex;" mode=pages>Tools</categorytree>
__TOC__
The <tt>server</tt> (in <tt>sw/ground_segment/tmtc/</tt>) is an agent that logs, distributes, and preprocesses messages for the [[GCS]] and other agents as described in the [[Overview#System_Architecture|system overview]].
The <tt>server</tt> (in <tt>sw/ground_segment/tmtc/</tt>) is an agent that logs, distributes, and preprocesses messages for the [[GCS]] and other agents as described in the [[Overview#System_Architecture|system overview]].


Line 16: Line 19:
   --help  Display this list of options
   --help  Display this list of options


[[Category:Software]] [[Category:User_Documentation]]
[[Category:Tools]] [[Category:User_Documentation]]

Revision as of 07:58, 24 January 2013

The server (in sw/ground_segment/tmtc/) is an agent that logs, distributes, and preprocesses messages for the GCS and other agents as described in the system overview.

See DevGuide/Server_GCS_com for the communication between the server and the GCS.

Options

 -b Bus	Default is 127.255.255.255:2010
 -hostname <hostname> Set the address for the http server
 -http Send http: URLs (default is file:)
 -kml Enable KML file updating
 -kml_no_http KML without web server (local files only)
 -kml_port Port for KML files (default is 8889)
 -n Disable log
 -no_md5_check Disable safety matching of live and current configurations
 -replay_old_log Enable aircraft registering on PPRZ_MODE messages
 -help  Display this list of options
 --help  Display this list of options