updates for ml410 board
[fleet.git] / src / edu / berkeley / fleet / fpga / Client.java
index a4257ee..0ff6da1 100644 (file)
@@ -36,7 +36,7 @@ public class Client extends FleetProcess {
     }
 
     public Client(String bitfile, byte[] program) throws IOException {
-        s = new Socket(InetAddress.getByName("bee441.megacz.com"), 3133);
+        s = new Socket(InetAddress.getByName("goliath.megacz.com"), 3133);
         OutputStream os = s.getOutputStream();
         PrintWriter pw = new PrintWriter(new OutputStreamWriter(os));
         pw.print(Server.pass_string+" "+bitfile+"\n");