<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Implementation</title><link>https://sourceforge.net/p/linnetx/wiki/Implementation/</link><description>Recent changes to Implementation</description><atom:link href="https://sourceforge.net/p/linnetx/wiki/Implementation/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 23 May 2012 04:36:52 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/linnetx/wiki/Implementation/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Implementation modified by Craig</title><link>https://sourceforge.net/p/linnetx/wiki/Implementation/</link><description>&lt;pre&gt;--- v12
+++ v13
@@ -7,15 +7,15 @@
 
 These elements categorize functions and data types in the code, while serving at different levels.
 
------------------------------------------------------------------------------------
+----------------------------------------------------------------------------------
 
 ###network###
 Handles lowest level of communication
 
 * Configuring sockets
 * Raw messaging
-* #####packets#####
-    * Data packet processing
+* #####messages#####
+    * Data message processing
 
 ###switch###
 Identifies a switch on the network
@@ -29,3 +29,15 @@
 * Functions and data utilizing the network and switch groups
 * Special const data packets
 * Data message processing
+
+----------------------------------------------------------------------------------
+
+###net###
+* net_new()
+* net_free(net)
+* net_send_msg(msg)
+
+###msg###
+* msg_new()
+* msg_free(msg)
+* msg_add(size,data)
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Craig</dc:creator><pubDate>Wed, 23 May 2012 04:36:52 -0000</pubDate><guid>https://sourceforge.net6adf28a99ae226502c842e30b25038ce9ad4b413</guid></item><item><title>WikiPage Implementation modified by Craig</title><link>https://sourceforge.net/p/linnetx/wiki/Implementation/</link><description>&lt;pre&gt;--- v11
+++ v12
@@ -13,8 +13,9 @@
 Handles lowest level of communication
 
 * Configuring sockets
-* Raw messages
-
+* Raw messaging
+* #####packets#####
+    * Data packet processing
 
 ###switch###
 Identifies a switch on the network
@@ -27,4 +28,4 @@
 
 * Functions and data utilizing the network and switch groups
 * Special const data packets
-* Data packet construction
+* Data message processing
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Craig</dc:creator><pubDate>Wed, 23 May 2012 04:12:41 -0000</pubDate><guid>https://sourceforge.neteebc65d2844aa4352a5af57acffe849012a38890</guid></item><item><title>WikiPage Implementation modified by Craig</title><link>https://sourceforge.net/p/linnetx/wiki/Implementation/</link><description>&lt;pre&gt;--- v10
+++ v11
@@ -1,11 +1,11 @@
 #Organization#
 
 ###Groups###
-* network
-* switch
 * interface
+    * network
+    * switch
 
-These elements categorize functions and data types in the code. They also serve at different levels
+These elements categorize functions and data types in the code, while serving at different levels.
 
 -----------------------------------------------------------------------------------
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Craig</dc:creator><pubDate>Wed, 23 May 2012 00:22:23 -0000</pubDate><guid>https://sourceforge.net0947029175da07e6c857e94ee6eae4dd2a5e0adb</guid></item><item><title>WikiPage Implementation modified by Craig</title><link>https://sourceforge.net/p/linnetx/wiki/Implementation/</link><description>&lt;pre&gt;--- v9
+++ v10
@@ -12,19 +12,19 @@
 ###network###
 Handles lowest level of communication
 
-* Sets up sockets
-
+* Configuring sockets
+* Raw messages
 
 
 ###switch###
 Identifies a switch on the network
 
-* Contains structs with information about an identified switch on the network
-* Special data packets
-* 
+* Data types to store information about located switches on the network
 
 
 ###interface###
 Handles communication between switch and client
 
 * Functions and data utilizing the network and switch groups
+* Special const data packets
+* Data packet construction
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Craig</dc:creator><pubDate>Wed, 23 May 2012 00:21:34 -0000</pubDate><guid>https://sourceforge.net7148007baca7d6c0d74c3a67369001963041998f</guid></item><item><title>WikiPage Implementation modified by Craig</title><link>https://sourceforge.net/p/linnetx/wiki/Implementation/</link><description>&lt;pre&gt;--- v8
+++ v9
@@ -20,9 +20,11 @@
 Identifies a switch on the network
 
 * Contains structs with information about an identified switch on the network
+* Special data packets
+* 
 
 
 ###interface###
 Handles communication between switch and client
 
-* 
+* Functions and data utilizing the network and switch groups
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Craig</dc:creator><pubDate>Wed, 23 May 2012 00:15:02 -0000</pubDate><guid>https://sourceforge.net1fa0cc666b74ae07e91b1fc8245070ee48b59da3</guid></item><item><title>WikiPage Implementation modified by Craig</title><link>https://sourceforge.net/p/linnetx/wiki/Implementation/</link><description>&lt;pre&gt;--- v7
+++ v8
@@ -10,19 +10,19 @@
 -----------------------------------------------------------------------------------
 
 ###network###
-handles lowest level of communication
+Handles lowest level of communication
 
 * Sets up sockets
 
 
 
 ###switch###
-identifies a switch on the network
+Identifies a switch on the network
 
 * Contains structs with information about an identified switch on the network
 
 
 ###interface###
-handles communication between switch and client
+Handles communication between switch and client
 
 * 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Craig</dc:creator><pubDate>Tue, 22 May 2012 23:58:45 -0000</pubDate><guid>https://sourceforge.neta08eb0777df087be5cfa39037d7c6b53a4012c3c</guid></item><item><title>WikiPage Implementation modified by Craig</title><link>https://sourceforge.net/p/linnetx/wiki/Implementation/</link><description>&lt;pre&gt;--- v6
+++ v7
@@ -10,18 +10,19 @@
 -----------------------------------------------------------------------------------
 
 ###network###
+handles lowest level of communication
+
 * Sets up sockets
 
-handles lowest level of communication
+
 
 ###switch###
 identifies a switch on the network
-
 
 * Contains structs with information about an identified switch on the network
 
 
 ###interface###
+handles communication between switch and client
+
 * 
-
-handles communication between switch and client
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Craig</dc:creator><pubDate>Tue, 22 May 2012 23:58:10 -0000</pubDate><guid>https://sourceforge.net314d7310638cd9729a1cfd7527252626a59c53f0</guid></item><item><title>WikiPage Implementation modified by Craig</title><link>https://sourceforge.net/p/linnetx/wiki/Implementation/</link><description>&lt;pre&gt;--- v5
+++ v6
@@ -7,18 +7,21 @@
 
 These elements categorize functions and data types in the code. They also serve at different levels
 
+-----------------------------------------------------------------------------------
+
 ###network###
-Handles lowest level of communication
-
 * Sets up sockets
 
+handles lowest level of communication
+
 ###switch###
-Identifies a switch on the network
+identifies a switch on the network
+
 
 * Contains structs with information about an identified switch on the network
 
 
 ###interface###
-Handles communication between switch and client
+* 
 
-* 
+handles communication between switch and client
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Craig</dc:creator><pubDate>Tue, 22 May 2012 23:57:30 -0000</pubDate><guid>https://sourceforge.net70d485a1387c5a76146562e44d7552851499ea7c</guid></item><item><title>WikiPage Implementation modified by Craig</title><link>https://sourceforge.net/p/linnetx/wiki/Implementation/</link><description>&lt;pre&gt;--- v4
+++ v5
@@ -8,16 +8,17 @@
 These elements categorize functions and data types in the code. They also serve at different levels
 
 ###network###
+Handles lowest level of communication
+
 * Sets up sockets
 
-handles lowest level of communication
+###switch###
+Identifies a switch on the network
 
-###switch###
 * Contains structs with information about an identified switch on the network
 
-identifies a switch on the network
 
 ###interface###
+Handles communication between switch and client
+
 * 
-
-handles communication between switch and client
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Craig</dc:creator><pubDate>Tue, 22 May 2012 23:54:59 -0000</pubDate><guid>https://sourceforge.net3187d5aac8237e66bb9c86e8fb59738196b9ad97</guid></item><item><title>WikiPage Implementation modified by Craig</title><link>https://sourceforge.net/p/linnetx/wiki/Implementation/</link><description>&lt;pre&gt;--- v3
+++ v4
@@ -9,12 +9,15 @@
 
 ###network###
 * Sets up sockets
+
 handles lowest level of communication
 
 ###switch###
 * Contains structs with information about an identified switch on the network
+
 identifies a switch on the network
 
 ###interface###
 * 
+
 handles communication between switch and client
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Craig</dc:creator><pubDate>Tue, 22 May 2012 20:26:02 -0000</pubDate><guid>https://sourceforge.netf444320a4dd2dbef57f79c9318c17711b380ce3e</guid></item></channel></rss>