From bf9deb734365450af1525517617750bed634894f Mon Sep 17 00:00:00 2001 From: Tuna Date: Wed, 23 Mar 2011 16:03:22 -0700 Subject: [PATCH 1/2] fixing clientside stuff --- boatduinode.rb | 2 +- public/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/boatduinode.rb b/boatduinode.rb index 5631e56..db0689a 100644 --- a/boatduinode.rb +++ b/boatduinode.rb @@ -24,7 +24,7 @@ @serial = SerialPort.new("/dev/ttyUSB0", 9600, 8, 1, SerialPort::NONE) #@ws = WebSocket.new "ws://localhost:8080/socket.io/websocket" -@ws = WebSocket.new "ws://boatduinode.nodester.com/socket.io/websocket" +@ws = WebSocket.new "ws://boatduinode.nodester.com:80/socket.io/websocket" puts "Connected" def up diff --git a/public/index.html b/public/index.html index ed8d1aa..c15a49d 100644 --- a/public/index.html +++ b/public/index.html @@ -18,7 +18,7 @@

Use arrow keys to control the boat!