<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.paparazziuav.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Kevin</id>
	<title>PaparazziUAV - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.paparazziuav.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Kevin"/>
	<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/wiki/Special:Contributions/Kevin"/>
	<updated>2026-04-28T14:38:02Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.37.1</generator>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=Server&amp;diff=18862</id>
		<title>Server</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=Server&amp;diff=18862"/>
		<updated>2014-07-28T17:18:36Z</updated>

		<summary type="html">&lt;p&gt;Kevin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;categorytree style=&amp;quot;float:right; clear:right; margin-left:1ex; border: 1px solid gray; padding: 0.7ex;&amp;quot; mode=pages&amp;gt;Tools&amp;lt;/categorytree&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;server&amp;lt;/tt&amp;gt; (in &amp;lt;tt&amp;gt;sw/ground_segment/tmtc/&amp;lt;/tt&amp;gt;) is an agent that logs, distributes, and preprocesses messages for the [[GCS]] and other agents as described in the [[Overview#System_Architecture|system overview]].&lt;br /&gt;
&lt;br /&gt;
See [[DevGuide/Server_GCS_com]] for the communication between the ''server'' and the ''[[GCS]]''.&lt;br /&gt;
&lt;br /&gt;
== Options ==&lt;br /&gt;
  -b Bus	Default is 127.255.255.255:2010&lt;br /&gt;
  -hostname &amp;lt;hostname&amp;gt; Set the address for the http server&lt;br /&gt;
  -http Send http: URLs (default is file:)&lt;br /&gt;
  -kml Enable KML file updating&lt;br /&gt;
  -kml_no_http KML without web server (local files only)&lt;br /&gt;
  -kml_port Port for KML files (default is 8889)&lt;br /&gt;
  -n Disable log&lt;br /&gt;
  -no_md5_check Disable safety matching of live and current configurations&lt;br /&gt;
  -replay_old_log Enable aircraft registering on PPRZ_MODE messages&lt;br /&gt;
  -help  Display this list of options&lt;br /&gt;
  --help  Display this list of options&lt;br /&gt;
&lt;br /&gt;
== Export KML to Google Map==&lt;br /&gt;
It is useful to export Flight information to Google Map. you can show basic flight information in google map cross platform through IP network.&lt;br /&gt;
&lt;br /&gt;
You will need a webserver runing in the GCS computer, for python simpleHTTPServer:&lt;br /&gt;
&lt;br /&gt;
 ''cd ~/paparazzi/''&lt;br /&gt;
&lt;br /&gt;
 ''python -m SimpleHTTPServer''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
to check if it work, you should see 8000 port is opened for listening.&lt;br /&gt;
&lt;br /&gt;
 -''netstat -l|grep 8000''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Then in Paparazzi center, excute a session. Pass some parameters to server agent:&lt;br /&gt;
&lt;br /&gt;
 ''server -kml -kml_port 8000 -hostname 192.168.0.100(replace with you paparazzi center IP address)''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It's done. Now in any computer in the network, open browser to access &amp;lt;nowiki&amp;gt;http://192.168.0.100:8000/var/airframes/(you AC name)/&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
you will see FollowMe.kml file, open it with Google earth. you will be able to see the real time flight information. the information updated are:&lt;br /&gt;
&lt;br /&gt;
  1. AC lat, lon, alt&lt;br /&gt;
  2. Flight Plan&lt;br /&gt;
  3. current route&lt;br /&gt;
&lt;br /&gt;
[[File:Kml_export.png]]&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Tools]] [[Category:User_Documentation]]&lt;/div&gt;</summary>
		<author><name>Kevin</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=Server&amp;diff=18808</id>
		<title>Server</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=Server&amp;diff=18808"/>
		<updated>2014-07-07T22:59:11Z</updated>

		<summary type="html">&lt;p&gt;Kevin: /* Export KML to Google Map */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;categorytree style=&amp;quot;float:right; clear:right; margin-left:1ex; border: 1px solid gray; padding: 0.7ex;&amp;quot; mode=pages&amp;gt;Tools&amp;lt;/categorytree&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;server&amp;lt;/tt&amp;gt; (in &amp;lt;tt&amp;gt;sw/ground_segment/tmtc/&amp;lt;/tt&amp;gt;) is an agent that logs, distributes, and preprocesses messages for the [[GCS]] and other agents as described in the [[Overview#System_Architecture|system overview]].&lt;br /&gt;
&lt;br /&gt;
See [[DevGuide/Server_GCS_com]] for the communication between the ''server'' and the ''[[GCS]]''.&lt;br /&gt;
&lt;br /&gt;
== Options ==&lt;br /&gt;
  -b Bus	Default is 127.255.255.255:2010&lt;br /&gt;
  -hostname &amp;lt;hostname&amp;gt; Set the address for the http server&lt;br /&gt;
  -http Send http: URLs (default is file:)&lt;br /&gt;
  -kml Enable KML file updating&lt;br /&gt;
  -kml_no_http KML without web server (local files only)&lt;br /&gt;
  -kml_port Port for KML files (default is 8889)&lt;br /&gt;
  -n Disable log&lt;br /&gt;
  -no_md5_check Disable safety matching of live and current configurations&lt;br /&gt;
  -replay_old_log Enable aircraft registering on PPRZ_MODE messages&lt;br /&gt;
  -help  Display this list of options&lt;br /&gt;
  --help  Display this list of options&lt;br /&gt;
&lt;br /&gt;
== Export KML to Google Map==&lt;br /&gt;
It is useful to export Flight information to Google Map. you can show basic flight information in google map cross platform through IP network.&lt;br /&gt;
&lt;br /&gt;
You will need a webserver runing in the GCS computer, for python simpleHTTPServer:&lt;br /&gt;
&lt;br /&gt;
 ''cd ~/paparazzi/''&lt;br /&gt;
&lt;br /&gt;
 ''python -m simpleHTTPServer''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
to check if it work, you should see 8000 port is opened for listening.&lt;br /&gt;
&lt;br /&gt;
 -''netstat -l|grep 8000''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Then in Paparazzi center, excute a session. Pass some parameters to server agent:&lt;br /&gt;
&lt;br /&gt;
 ''server -kml -kmlport 8000 -hostname 192.168.0.100(replace with you paparazzi center IP address)''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It's done. Now in any computer in the network, open browser to access &amp;lt;nowiki&amp;gt;http://192.168.0.100:8000/var/airframes/(you AC name)/&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
you will see FollowMe.kml file, open it with Google earth. you will be able to see the real time flight information. the information updated are:&lt;br /&gt;
&lt;br /&gt;
  1. AC lat, lon, alt&lt;br /&gt;
  2. Flight Plan&lt;br /&gt;
  3. current route&lt;br /&gt;
&lt;br /&gt;
[[File:Kml_export.png]]&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Tools]] [[Category:User_Documentation]]&lt;/div&gt;</summary>
		<author><name>Kevin</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=File:Kml_export.png&amp;diff=18807</id>
		<title>File:Kml export.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=File:Kml_export.png&amp;diff=18807"/>
		<updated>2014-07-07T22:56:38Z</updated>

		<summary type="html">&lt;p&gt;Kevin: real time flight KML export&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;real time flight KML export&lt;/div&gt;</summary>
		<author><name>Kevin</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=Server&amp;diff=18806</id>
		<title>Server</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=Server&amp;diff=18806"/>
		<updated>2014-07-07T22:51:04Z</updated>

		<summary type="html">&lt;p&gt;Kevin: /* Export KML to Google Map */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;categorytree style=&amp;quot;float:right; clear:right; margin-left:1ex; border: 1px solid gray; padding: 0.7ex;&amp;quot; mode=pages&amp;gt;Tools&amp;lt;/categorytree&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;server&amp;lt;/tt&amp;gt; (in &amp;lt;tt&amp;gt;sw/ground_segment/tmtc/&amp;lt;/tt&amp;gt;) is an agent that logs, distributes, and preprocesses messages for the [[GCS]] and other agents as described in the [[Overview#System_Architecture|system overview]].&lt;br /&gt;
&lt;br /&gt;
See [[DevGuide/Server_GCS_com]] for the communication between the ''server'' and the ''[[GCS]]''.&lt;br /&gt;
&lt;br /&gt;
== Options ==&lt;br /&gt;
  -b Bus	Default is 127.255.255.255:2010&lt;br /&gt;
  -hostname &amp;lt;hostname&amp;gt; Set the address for the http server&lt;br /&gt;
  -http Send http: URLs (default is file:)&lt;br /&gt;
  -kml Enable KML file updating&lt;br /&gt;
  -kml_no_http KML without web server (local files only)&lt;br /&gt;
  -kml_port Port for KML files (default is 8889)&lt;br /&gt;
  -n Disable log&lt;br /&gt;
  -no_md5_check Disable safety matching of live and current configurations&lt;br /&gt;
  -replay_old_log Enable aircraft registering on PPRZ_MODE messages&lt;br /&gt;
  -help  Display this list of options&lt;br /&gt;
  --help  Display this list of options&lt;br /&gt;
&lt;br /&gt;
== Export KML to Google Map==&lt;br /&gt;
It is useful to export Flight information to Google Map. you can show basic flight information in google map cross platform through IP network.&lt;br /&gt;
&lt;br /&gt;
You will need a webserver runing in the GCS computer, for python simpleHTTPServer:&lt;br /&gt;
&lt;br /&gt;
 ''cd ~/paparazzi/''&lt;br /&gt;
&lt;br /&gt;
 ''python -m simpleHTTPServer''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
to check if it work, you should see 8000 port is opened for listening.&lt;br /&gt;
&lt;br /&gt;
 -''netstat -l|grep 8000''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Then in Paparazzi center, excute a session. Pass some parameters to server agent:&lt;br /&gt;
&lt;br /&gt;
 ''server -kml -kmlport 8000 -hostname 192.168.0.100(replace with you paparazzi center IP address)''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It's done. Now in any computer in the network, open browser to access &amp;lt;nowiki&amp;gt;http://192.168.0.100:8000/var/airframes/(you AC name)/&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
you will see FollowMe.kml file, open it with Google earth. you will be able to see the real time flight information. the information updated are:&lt;br /&gt;
&lt;br /&gt;
  1. AC lat, lon, alt&lt;br /&gt;
  2. Flight Plan&lt;br /&gt;
  3. current route&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Tools]] [[Category:User_Documentation]]&lt;/div&gt;</summary>
		<author><name>Kevin</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=Server&amp;diff=18805</id>
		<title>Server</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=Server&amp;diff=18805"/>
		<updated>2014-07-07T22:41:40Z</updated>

		<summary type="html">&lt;p&gt;Kevin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;categorytree style=&amp;quot;float:right; clear:right; margin-left:1ex; border: 1px solid gray; padding: 0.7ex;&amp;quot; mode=pages&amp;gt;Tools&amp;lt;/categorytree&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;server&amp;lt;/tt&amp;gt; (in &amp;lt;tt&amp;gt;sw/ground_segment/tmtc/&amp;lt;/tt&amp;gt;) is an agent that logs, distributes, and preprocesses messages for the [[GCS]] and other agents as described in the [[Overview#System_Architecture|system overview]].&lt;br /&gt;
&lt;br /&gt;
See [[DevGuide/Server_GCS_com]] for the communication between the ''server'' and the ''[[GCS]]''.&lt;br /&gt;
&lt;br /&gt;
== Options ==&lt;br /&gt;
  -b Bus	Default is 127.255.255.255:2010&lt;br /&gt;
  -hostname &amp;lt;hostname&amp;gt; Set the address for the http server&lt;br /&gt;
  -http Send http: URLs (default is file:)&lt;br /&gt;
  -kml Enable KML file updating&lt;br /&gt;
  -kml_no_http KML without web server (local files only)&lt;br /&gt;
  -kml_port Port for KML files (default is 8889)&lt;br /&gt;
  -n Disable log&lt;br /&gt;
  -no_md5_check Disable safety matching of live and current configurations&lt;br /&gt;
  -replay_old_log Enable aircraft registering on PPRZ_MODE messages&lt;br /&gt;
  -help  Display this list of options&lt;br /&gt;
  --help  Display this list of options&lt;br /&gt;
&lt;br /&gt;
== Export KML to Google Map==&lt;br /&gt;
It is useful to export Flight information to Google Map. you can show basic flight information in google map cross platform through IP network.&lt;br /&gt;
&lt;br /&gt;
You will need a webserver runing in the GCS computer, for python simpleHTTPServer:&lt;br /&gt;
&lt;br /&gt;
''cd ~/paparazzi/''&lt;br /&gt;
&lt;br /&gt;
''python -m simpleHTTPServer''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Then in Paparazzi center, excute a session. Pass some parameters to server agent:&lt;br /&gt;
&lt;br /&gt;
''server -kml -kmlport 8000 -hostname 192.168.0.100(replace with you paparazzi center IP address)''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It's done. Now in any computer in the network, open browser to access &amp;lt;nowiki&amp;gt;http://192.168.0.100:8000/var/airframes/(you AC name)/&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
you will see FollowMe.kml file, open it with Google earth. you will be able to see the real time flight information.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Tools]] [[Category:User_Documentation]]&lt;/div&gt;</summary>
		<author><name>Kevin</name></author>
	</entry>
</feed>