<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to User Interface</title><link>https://sourceforge.net/p/chipkitnetwork/wiki/User%2520Interface/</link><description>Recent changes to User Interface</description><atom:link href="https://sourceforge.net/p/chipkitnetwork/wiki/User%20Interface/feed" rel="self"/><language>en</language><lastBuildDate>Sat, 07 Jul 2012 14:00:21 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/chipkitnetwork/wiki/User%20Interface/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage User Interface modified by Majenko Technologies</title><link>https://sourceforge.net/p/chipkitnetwork/wiki/User%2520Interface/</link><description>&lt;pre&gt;--- v2
+++ v3
@@ -1,4 +1,9 @@
 Everything in the network stack is an object.  Network interfaces, sockets, even the network stack itself.
+
+Portions of the library rely on the *DSPI* library, so you must ensure you include that in your sketch or the IDE won't be able to include it in the compiled code:
+
+    #include &lt;DSPI.h&gt;
+    #include &lt;Network.h&gt;
 
 The idea around the operation is quite simple.
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Majenko Technologies</dc:creator><pubDate>Sat, 07 Jul 2012 14:00:21 -0000</pubDate><guid>https://sourceforge.net455581e84a34c4f8c9bf9e257add1700fbca1571</guid></item><item><title>WikiPage User Interface modified by Majenko Technologies</title><link>https://sourceforge.net/p/chipkitnetwork/wiki/User%2520Interface/</link><description>&lt;pre&gt;--- v1
+++ v2
@@ -7,13 +7,13 @@
 The basic object classes are:
 
 * Network Card Objects
-** [ENC28J60]
+    * [ENC28J60]
 * Network Socket Objects
-** [TCPClient]
-** [TCPServer]
-** [UDP]
+    * [TCPClient]
+    * [TCPServer]
+    * [UDP]
 * Network Stack Objects
-** [Network]
+    * [Network]
 * Server Objects
-** [HTTPServer]
+    * [HTTPServer]
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Majenko Technologies</dc:creator><pubDate>Sat, 07 Jul 2012 13:49:45 -0000</pubDate><guid>https://sourceforge.net993ae05c3871135b322aa31a8ebba94c08df3f15</guid></item><item><title>WikiPage User Interface modified by Majenko Technologies</title><link>https://sourceforge.net/p/chipkitnetwork/wiki/User%2520Interface/</link><description>Everything in the network stack is an object.  Network interfaces, sockets, even the network stack itself.

The idea around the operation is quite simple.

First you create an object of the type you want, then you add it to the network.

The basic object classes are:

* Network Card Objects
** [ENC28J60]
* Network Socket Objects
** [TCPClient]
** [TCPServer]
** [UDP]
* Network Stack Objects
** [Network]
* Server Objects
** [HTTPServer]

</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Majenko Technologies</dc:creator><pubDate>Sat, 07 Jul 2012 13:48:59 -0000</pubDate><guid>https://sourceforge.net4028fae2e8d5396774320f78e1434fdf071ae2d3</guid></item></channel></rss>