<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,22 +1,10 @@
 /*---------------------------------------------------------------------------------
-	$Id: template.c,v 1.4 2005/09/17 23:15:13 wntrmute Exp $
 
-	Basic Hello World
+OSCpad. Use your Nintendo DS as an OSC speaking multi controller.
 
-	$Log: template.c,v $
-	Revision 1.4  2005/09/17 23:15:13  wntrmute
-	corrected iprintAt in templates
-	
-	Revision 1.3  2005/09/05 00:32:20  wntrmute
-	removed references to IPC struct
-	replaced with API functions
-	
-	Revision 1.2  2005/08/31 01:24:21  wntrmute
-	updated for new stdio support
-
-	Revision 1.1  2005/08/03 06:29:56  wntrmute
-	added templates
+(c) half/byte aka Jan Krutisch
 
+http://theqtisch.com/
 
 ---------------------------------------------------------------------------------*/
 #include &quot;nds.h&quot;
@@ -32,13 +20,13 @@
 #include &lt;nds/arm9/ndsmotion.h&gt;
 #include &lt;fat.h&gt;
 
+// fallback values, compatible with Mac Wifi Sharing.
 
 #define ADDRESS &quot;10.0.2.1&quot;
 #define PORT 7000
 
 #define OUTPUT_BUFFER_SIZE 1024
 
-
 #define		VCOUNT		(*((u16 volatile *) 0x04000006))
 
 // wifi timer function, to update internals of sgIP
@@ -218,8 +206,10 @@ int main(void) {
       if (!returnCode) break;
       hostName = strtok(configData, &quot;:&quot;);
       if (!hostName) continue;
+      iprintf(&quot;new hostname: &lt;%s&gt;\b&quot;, hostName);
       portName = strtok(NULL, &quot;:&quot;);
       if (!portName) continue;
+      iprintf(&quot;portName: %s\n&quot;, portName);
       strcpy(hostname, hostName);
       portnum = atoi(portName);
       break;</diff>
      <filename>arm9/source/main.cpp</filename>
    </modified>
    <modified>
      <diff>@@ -1 +1 @@
-10.0.2.1:7000
\ No newline at end of file
+10.0.2.1:7777
\ No newline at end of file</diff>
      <filename>config.txt</filename>
    </modified>
    <modified>
      <diff></diff>
      <filename>oscpad.nds</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>0ebd09557b7747d9afae0c568a12495b26c7d080</id>
    </parent>
  </parents>
  <author>
    <name>Jan Krutisch</name>
    <email>jan@krutisch.de</email>
  </author>
  <url>http://github.com/halfbyte/nds-oscpad/commit/93eb077ae18ca4f38f4f814ac9a4011ee2a917ee</url>
  <id>93eb077ae18ca4f38f4f814ac9a4011ee2a917ee</id>
  <committed-date>2008-08-18T08:00:34-07:00</committed-date>
  <authored-date>2008-08-18T08:00:34-07:00</authored-date>
  <message>changes in parsing, a few cleanups</message>
  <tree>e6dd0e923b86b0d94d961e659854e530535281ad</tree>
  <committer>
    <name>Jan Krutisch</name>
    <email>jan@krutisch.de</email>
  </committer>
</commit>
