got stuff actually working

changed port numbers etc for the new robot

git-svn-id: https://robotics.mvla.net/svn/frc971/2013/trunk/src@4100 f308d9b7-e957-4cde-b6ac-9a88185e7312
diff --git a/aos/crio/bin/netconsole.sh b/aos/crio/bin/netconsole.sh
index 8976400..0578162 100755
--- a/aos/crio/bin/netconsole.sh
+++ b/aos/crio/bin/netconsole.sh
@@ -1,3 +1,4 @@
 #!/bin/bash
 
-socat UDP4-RECV:6666,reuseaddr!!UDP4-SENDTO:robot:6668 READLINE
+# READLINE is nicer, but it dies when given lots of output
+socat UDP4-RECV:6666,reuseaddr!!UDP4-SENDTO:robot:6668 STDIO