2008年6月14日土曜日

cat is on the mat!

utano

tmgちゃんお疲れ☆
p.110の途中までしかやっていませんが
私はネコちゃんがマットにのってるよメールがきましたー!!!

p.109のコードのvoid setup()なのですが

void setup(){
//open a connection to the host:
client = new Client(this, "web.sfc.keio.ac.jp", 80);

//send the HTTP GET request
client.write("GET /~t05541ss/catcam/cat-script.php?sensorValue=321 HTTP/1.0\r\n");
client.write("HOST: web.sfc.keio.ac.jp\r\n\r\n");
//note that you've got a request in progress
requestInProgress = true;
}

上記のようにかくと動きました!
tmgさまのアカウントでそこ書き直してみたらいけるかなぁ??

0 件のコメント: