<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Tutorials</title><link>https://sourceforge.net/p/kdis/wiki/Tutorials/</link><description>Recent changes to Tutorials</description><atom:link href="https://sourceforge.net/p/kdis/wiki/Tutorials/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 28 Dec 2015 02:08:10 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/kdis/wiki/Tutorials/feed" rel="self" type="application/rss+xml"/><item><title>Tutorials modified by Bud Davis</title><link>https://sourceforge.net/p/kdis/wiki/Tutorials/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v12
+++ v13
@@ -44,4 +44,4 @@

 Simple example to demonstrate how to iterate through all possible values of an enumeration. This example prints out all possible country values and their enum values.

-# [linux](http://sourceforge.net/p/kdis/wiki/linux /)
+# [linux](http://sourceforge.net/p/kdis/wiki/Linux /)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bud Davis</dc:creator><pubDate>Mon, 28 Dec 2015 02:08:10 -0000</pubDate><guid>https://sourceforge.netfe547de275c07e57f2fdaf3bb20191fb0f5c1f54</guid></item><item><title>Tutorials modified by Bud Davis</title><link>https://sourceforge.net/p/kdis/wiki/Tutorials/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bud Davis</dc:creator><pubDate>Mon, 28 Dec 2015 00:10:52 -0000</pubDate><guid>https://sourceforge.net8113fc3424a1121845e26183afd8a9875f034ca7</guid></item><item><title>Tutorials modified by Bud Davis</title><link>https://sourceforge.net/p/kdis/wiki/Tutorials/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v10
+++ v11
@@ -43,3 +43,5 @@
 # [Iterate Through An Enumeration](Iterate_Through_An_Enumeration)

 Simple example to demonstrate how to iterate through all possible values of an enumeration. This example prints out all possible country values and their enum values.
+
+# [linux](http://sourceforge.net/p/kdis/wiki/linux /)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bud Davis</dc:creator><pubDate>Mon, 28 Dec 2015 00:10:27 -0000</pubDate><guid>https://sourceforge.net83bd41926d64b82b8ca8d9cc9754581d1a0b28ed</guid></item><item><title>Tutorials modified by Karl  Jones</title><link>https://sourceforge.net/p/kdis/wiki/Tutorials/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v9
+++ v10
@@ -39,3 +39,7 @@
 # [The Connection Class](The_Connection_Class)

 Some examples on how the Connection class can be used. This is a cross-platform DIS centric socket class. 
+
+# [Iterate Through An Enumeration](Iterate_Through_An_Enumeration)
+
+Simple example to demonstrate how to iterate through all possible values of an enumeration. This example prints out all possible country values and their enum values.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Karl  Jones</dc:creator><pubDate>Fri, 17 Oct 2014 15:14:58 -0000</pubDate><guid>https://sourceforge.net897f993cf9e835ac14127cd32f71c7deea96f0d1</guid></item><item><title>Tutorials modified by Karl  Jones</title><link>https://sourceforge.net/p/kdis/wiki/Tutorials/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v8
+++ v9
@@ -2,27 +2,27 @@

 # Sending an Entity State PDU

-[Part 1 - Basics](Sending_a_Entity_State_PDU_Tutorial_) 
+[Part 1 - Basics](Sending_a_Entity_State_PDU_Tutorial) 

 This tutorial will show you how to send your first Entity State PDU. 

-[Part 2 - A little more advanced](Sending_a_Entity_State_PDU_Tutorial_Advanced_) 
+[Part 2 - A little more advanced](Sending_a_Entity_State_PDU_Tutorial_Advanced) 

 This tutorial continues from the basics showing how to populate the optional fields in the Entity State PDU. 

 # PDU Factory

-[PDU Factory 1](PDU_Factory_Tutorial_) 
+[PDU Factory 1](PDU_Factory_Tutorial) 
 This tutorial will show you how to use the PDU Factory to decode incoming DIS traffic. This code is included in the **PDU_Factory1** example that comes with KDIS. 

-[PDU Factory 2](PDU_Factory2_) 
+[PDU Factory 2](PDU_Factory2) 
 This tutorial is an example of how to use the connection classes subscriber technique. This code is included in the **PDU_Factory2** example that comes with KDIS. 

 # [Creating Custom PDU Factory Filters](Creating_Custom_PDU_Factory_Filters)

 This tutorial shows how to create a new filter for the PDU_Factory. 

-[ Converting Enumerations Into Their String Values](Converting_Enumerations_Into_Their_String_Values_Tutorial_)
+[ Converting Enumerations Into Their String Values](Converting_Enumerations_Into_Their_String_Values_Tutorial)

 This tutorial will show you how to convert an enumerated value into a string representation. 

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Karl  Jones</dc:creator><pubDate>Tue, 01 Jul 2014 17:34:08 -0000</pubDate><guid>https://sourceforge.netde5884336847905757b90f53415aeaedd81c3953</guid></item><item><title>Tutorials modified by Karl  Jones</title><link>https://sourceforge.net/p/kdis/wiki/Tutorials/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v7
+++ v8
@@ -2,23 +2,23 @@

 # Sending an Entity State PDU

-[ Part 1 - Basics](Sending_a_Entity_State_PDU_Tutorial_) 
+[Part 1 - Basics](Sending_a_Entity_State_PDU_Tutorial_) 

 This tutorial will show you how to send your first Entity State PDU. 

-[ Part 2 - A little more advanced](Sending_a_Entity_State_PDU_Tutorial_Advanced_) 
+[Part 2 - A little more advanced](Sending_a_Entity_State_PDU_Tutorial_Advanced_) 

 This tutorial continues from the basics showing how to populate the optional fields in the Entity State PDU. 

 # PDU Factory

-[ PDU Factory 1](PDU_Factory_Tutorial_) 
+[PDU Factory 1](PDU_Factory_Tutorial_) 
 This tutorial will show you how to use the PDU Factory to decode incoming DIS traffic. This code is included in the **PDU_Factory1** example that comes with KDIS. 

-[ PDU Factory 2](PDU_Factory2_) 
+[PDU Factory 2](PDU_Factory2_) 
 This tutorial is an example of how to use the connection classes subscriber technique. This code is included in the **PDU_Factory2** example that comes with KDIS. 

-# [Creating_Custom_PDU_Factory_Filters] 
+# [Creating Custom PDU Factory Filters](Creating_Custom_PDU_Factory_Filters)

 This tutorial shows how to create a new filter for the PDU_Factory. 

@@ -26,16 +26,16 @@

 This tutorial will show you how to convert an enumerated value into a string representation. 

-# [ Dead Reckoning](Dead_Reckoning_Tutorial_)
+# [Dead Reckoning](Dead_Reckoning_Tutorial)

 This tutorial explains how to use the DeadReckoningCalculator and the built in Dead Reckoning features that exist in some of the PDUs. 

-# [How_to_extend_the_KDIS_Data_Types_using_the_FactoryDecoder]
+# [How to extend the KDIS Data Types using the FactoryDecoder](How_to_extend_the_KDIS_Data_Types_using_the_FactoryDecoder)

 This tutorial will show you have KDIS Data types can be extended to support your own, this applies to some of the DIS data types that have many different versions such as the FixedDatum &amp;amp; VariableDatum. 

 This tutorial will show how we can extend KDIS data types with our own data. 

-# [The_Connection_Class]
+# [The Connection Class](The_Connection_Class)

 Some examples on how the Connection class can be used. This is a cross-platform DIS centric socket class. 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Karl  Jones</dc:creator><pubDate>Tue, 01 Jul 2014 17:33:30 -0000</pubDate><guid>https://sourceforge.net41eb9c0ec3576d77feca9d24ebf0e4e9d8a56cd1</guid></item><item><title>Tutorials modified by Karl  Jones</title><link>https://sourceforge.net/p/kdis/wiki/Tutorials/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -2,40 +2,40 @@

 # Sending an Entity State PDU

-     [ Part 1 - Basics](Sending_a_Entity_State_PDU_Tutorial_) 
+[ Part 1 - Basics](Sending_a_Entity_State_PDU_Tutorial_) 

-    This tutorial will show you how to send your first Entity State PDU. 
+This tutorial will show you how to send your first Entity State PDU. 

-     [ Part 2 - A little more advanced](Sending_a_Entity_State_PDU_Tutorial_Advanced_) 
+[ Part 2 - A little more advanced](Sending_a_Entity_State_PDU_Tutorial_Advanced_) 

-    This tutorial continues from the basics showing how to populate the optional fields in the Entity State PDU. 
+This tutorial continues from the basics showing how to populate the optional fields in the Entity State PDU. 

 # PDU Factory

-    [ PDU Factory 1](PDU_Factory_Tutorial_) 
-    This tutorial will show you how to use the PDU Factory to decode incoming DIS traffic. This code is included in the **PDU_Factory1** example that comes with KDIS. 
+[ PDU Factory 1](PDU_Factory_Tutorial_) 
+This tutorial will show you how to use the PDU Factory to decode incoming DIS traffic. This code is included in the **PDU_Factory1** example that comes with KDIS. 

-    [ PDU Factory 2](PDU_Factory2_) 
-    This tutorial is an example of how to use the connection classes subscriber technique. This code is included in the **PDU_Factory2** example that comes with KDIS. 
+[ PDU Factory 2](PDU_Factory2_) 
+This tutorial is an example of how to use the connection classes subscriber technique. This code is included in the **PDU_Factory2** example that comes with KDIS. 

-     [Creating_Custom_PDU_Factory_Filters] 
+# [Creating_Custom_PDU_Factory_Filters] 

-    This tutorial shows how to create a new filter for the PDU_Factory. 
+This tutorial shows how to create a new filter for the PDU_Factory. 

-# [ Converting Enumerations Into Their String Values](Converting_Enumerations_Into_Their_String_Values_Tutorial_)
+[ Converting Enumerations Into Their String Values](Converting_Enumerations_Into_Their_String_Values_Tutorial_)

-    This tutorial will show you how to convert an enumerated value into a string representation. 
+This tutorial will show you how to convert an enumerated value into a string representation. 

 # [ Dead Reckoning](Dead_Reckoning_Tutorial_)

-    This tutorial explains how to use the DeadReckoningCalculator and the built in Dead Reckoning features that exist in some of the PDUs. 
+This tutorial explains how to use the DeadReckoningCalculator and the built in Dead Reckoning features that exist in some of the PDUs. 

 # [How_to_extend_the_KDIS_Data_Types_using_the_FactoryDecoder]

-    This tutorial will show you have KDIS Data types can be extended to support your own, this applies to some of the DIS data types that have many different versions such as the FixedDatum &amp;amp; VariableDatum. 
+This tutorial will show you have KDIS Data types can be extended to support your own, this applies to some of the DIS data types that have many different versions such as the FixedDatum &amp;amp; VariableDatum. 

-    This tutorial will show how we can extend KDIS data types with our own data. 
+This tutorial will show how we can extend KDIS data types with our own data. 

 # [The_Connection_Class]

-    Some examples on how the Connection class can be used. This is a cross-platform DIS centric socket class. 
+Some examples on how the Connection class can be used. This is a cross-platform DIS centric socket class. 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Karl  Jones</dc:creator><pubDate>Fri, 27 Jun 2014 16:01:30 -0000</pubDate><guid>https://sourceforge.netb5e46ef9f6da7f40b069879fcc16f04cc860eb2d</guid></item><item><title>Tutorials modified by Karl  Jones</title><link>https://sourceforge.net/p/kdis/wiki/Tutorials/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -15,7 +15,7 @@
     [ PDU Factory 1](PDU_Factory_Tutorial_) 
     This tutorial will show you how to use the PDU Factory to decode incoming DIS traffic. This code is included in the **PDU_Factory1** example that comes with KDIS.

-    [ PDU Factory 2](PDU_Factory_2_) 
+    [ PDU Factory 2](PDU_Factory2_) 
     This tutorial is an example of how to use the connection classes subscriber technique. This code is included in the **PDU_Factory2** example that comes with KDIS. 

      [Creating_Custom_PDU_Factory_Filters] 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Karl  Jones</dc:creator><pubDate>Fri, 27 Jun 2014 12:06:07 -0000</pubDate><guid>https://sourceforge.net5457fca53e25e06adbbfa8abc083ad41c8632a1b</guid></item><item><title>Tutorials modified by Karl  Jones</title><link>https://sourceforge.net/p/kdis/wiki/Tutorials/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -30,7 +30,9 @@

     This tutorial explains how to use the DeadReckoningCalculator and the built in Dead Reckoning features that exist in some of the PDUs. 

-# [How_to_extend_the_FixedDatum_&amp;amp;_VariableDatum_data_types_to_allow_for_custom_data]
+# [How_to_extend_the_KDIS_Data_Types_using_the_FactoryDecoder]
+
+    This tutorial will show you have KDIS Data types can be extended to support your own, this applies to some of the DIS data types that have many different versions such as the FixedDatum &amp;amp; VariableDatum. 

     This tutorial will show how we can extend KDIS data types with our own data. 

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Karl  Jones</dc:creator><pubDate>Fri, 27 Jun 2014 12:06:07 -0000</pubDate><guid>https://sourceforge.net2ccc9ac794ddb81ac3f35aee53b89331365ac305</guid></item><item><title>Tutorials modified by Karl  Jones</title><link>https://sourceforge.net/p/kdis/wiki/Tutorials/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -2,19 +2,23 @@

 # Sending an Entity State PDU

-## [ Part 1 - Basics](Sending_a_Entity_State_PDU_Tutorial_)
+     [ Part 1 - Basics](Sending_a_Entity_State_PDU_Tutorial_) 

     This tutorial will show you how to send your first Entity State PDU. 

-## [ Part 2 - A little more advanced](Sending_a_Entity_State_PDU_Tutorial_Advanced_)
+     [ Part 2 - A little more advanced](Sending_a_Entity_State_PDU_Tutorial_Advanced_) 

     This tutorial continues from the basics showing how to populate the optional fields in the Entity State PDU. 

-# [ PDU Factory](PDU_Factory_Tutorial_)
+# PDU Factory

-    This tutorial will show you how to use the PDU Factory to decode incoming DIS traffic. This code is included in the **PDU_Factory** example that comes with KDIS. 
+    [ PDU Factory 1](PDU_Factory_Tutorial_) 
+    This tutorial will show you how to use the PDU Factory to decode incoming DIS traffic. This code is included in the **PDU_Factory1** example that comes with KDIS. 

-## [Creating_Custom_PDU_Factory_Filters]
+    [ PDU Factory 2](PDU_Factory_2_) 
+    This tutorial is an example of how to use the connection classes subscriber technique. This code is included in the **PDU_Factory2** example that comes with KDIS. 
+
+     [Creating_Custom_PDU_Factory_Filters] 

     This tutorial shows how to create a new filter for the PDU_Factory. 

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Karl  Jones</dc:creator><pubDate>Fri, 27 Jun 2014 12:06:07 -0000</pubDate><guid>https://sourceforge.net616bc57e09e47b507978e1f594cea649f9af4184</guid></item></channel></rss>