update hostname of bee441
[fleet.git] / src / edu / berkeley / fleet / slipway / Client.java
index c4d4e11..406be4c 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.cs.berkeley.edu"), 3133);
+        s = new Socket(InetAddress.getByName("bee441.megacz.com"), 3133);
         OutputStream os = s.getOutputStream();
         PrintWriter pw = new PrintWriter(new OutputStreamWriter(os));
         pw.print(Server.pass_string+" "+bitfile+"\n");