Index: branches/green_dot/README.TXT
===================================================================
--- branches/green_dot/README.TXT	(revision 164)
+++ branches/green_dot/README.TXT	(revision 164)
@@ -0,0 +1,2 @@
+./build is the build script that creates ./client
+./atmscli is a script to run the client with the ip for the ATMS server.
Index: branches/green_dot/build
===================================================================
--- branches/green_dot/build	(revision 138)
+++ branches/green_dot/build	(revision 164)
@@ -1,3 +1,9 @@
 #!/bin/bash
+# Compile everything and produce the executable client
+g++ -g fep_client.cpp fep_clnt.c fep_xdr.c -o client 
 
-g++ -g fep_client.cpp fep_clnt.c fep_xdr.c -o client && gcc ./dummyserver/fep_server.c ./dummyserver/fep_svc.c fep_xdr.c -o ./dummyserver/server
+
+
+# Obsolete
+#g++ -g fep_client.cpp fep_clnt.c fep_xdr.c -o client && gcc ./dummyserver/fep_server.c ./dummyserver/fep_svc.c fep_xdr.c -o ./dummyserver/server
+
Index: branches/green_dot/network_factory.cpp
===================================================================
--- branches/green_dot/network_factory.cpp	(revision 138)
+++ branches/green_dot/network_factory.cpp	(revision 164)
@@ -2,4 +2,7 @@
 #include <vector>
 #include <math.h>
+#include <stdio.h>
+#include <string.h>
+#include <cstdlib>
 
 // determine if a loop has data based on lane config data
Index: branches/green_dot/localcli
===================================================================
--- branches/green_dot/localcli	(revision 138)
+++ 	(revision )
@@ -1,3 +1,0 @@
-#!/bin/bash
-
-./client localhost 
