<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://stopstogo.com/dokuwiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://stopstogo.com/dokuwiki/feed.php">
        <title>Dan's Wiki projects:a4sim:pythonudpserver</title>
        <description></description>
        <link>http://stopstogo.com/dokuwiki/</link>
        <image rdf:resource="http://stopstogo.com/dokuwiki/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-04-04T15:43:45+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://stopstogo.com/dokuwiki/doku.php?id=projects:a4sim:pythonudpserver:exampleservercode&amp;rev=1546297850&amp;do=diff"/>
                <rdf:li rdf:resource="http://stopstogo.com/dokuwiki/doku.php?id=projects:a4sim:pythonudpserver:start&amp;rev=1546297591&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://stopstogo.com/dokuwiki/lib/tpl/dokuwiki/images/favicon.ico">
        <title>Dan's Wiki</title>
        <link>http://stopstogo.com/dokuwiki/</link>
        <url>http://stopstogo.com/dokuwiki/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="http://stopstogo.com/dokuwiki/doku.php?id=projects:a4sim:pythonudpserver:exampleservercode&amp;rev=1546297850&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-12-31T23:10:50+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>projects:a4sim:pythonudpserver:exampleservercode</title>
        <link>http://stopstogo.com/dokuwiki/doku.php?id=projects:a4sim:pythonudpserver:exampleservercode&amp;rev=1546297850&amp;do=diff</link>
        <description>Example Python Server UDP code for X-Plane 11

	*  Example is from: &lt;https://github.com/charlylima/XPlaneUDP&gt;
	*  Information about converting struct data structures using Python: &lt;https://docs.python.org/3/library/struct.html&gt;


#!/usr/bin/python

# Example how to receive UDP Data from X-Plane 10 in Python3. 

# License: 
# 1) GPLv3
# 2) Consider it as programmer documentation, so you are free to copy some lines ignoring the License. 

# Configure Data-Output types 3, 17 and 20
# and the IP whe…</description>
    </item>
    <item rdf:about="http://stopstogo.com/dokuwiki/doku.php?id=projects:a4sim:pythonudpserver:start&amp;rev=1546297591&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-12-31T23:06:31+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>projects:a4sim:pythonudpserver:start</title>
        <link>http://stopstogo.com/dokuwiki/doku.php?id=projects:a4sim:pythonudpserver:start&amp;rev=1546297591&amp;do=diff</link>
        <description>Python UDP Server

	*  Example Python UDP Server Code - Works</description>
    </item>
</rdf:RDF>
