hi

Dependencies:   EthernetInterface mbed-rtos mbed-src

Fork of TCPSocket_HelloWorld by mbed official

Files at this revision

API Documentation at this revision

Comitter:
zain_mbed
Date:
Sun Nov 23 16:34:21 2014 +0000
Parent:
15:69e41cbbc8ac
Commit message:
bunty

Changed in this revision

EthernetInterface.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed-rtos.lib Show annotated file Show diff for this revision Revisions of this file
mbed-src.lib Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show diff for this revision Revisions of this file
diff -r 69e41cbbc8ac -r 6dd4121c0642 EthernetInterface.lib
--- a/EthernetInterface.lib	Sun Sep 21 05:55:13 2014 +0000
+++ b/EthernetInterface.lib	Sun Nov 23 16:34:21 2014 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/EthernetInterface/#5887ae6c0c2c
+http://mbed.org/users/mbed_official/code/EthernetInterface/#de796e2a5e98
diff -r 69e41cbbc8ac -r 6dd4121c0642 main.cpp
--- a/main.cpp	Sun Sep 21 05:55:13 2014 +0000
+++ b/main.cpp	Sun Nov 23 16:34:21 2014 +0000
@@ -8,9 +8,9 @@
     printf("IP Address is %s\n", eth.getIPAddress());
     
     TCPSocketConnection sock;
-    sock.connect("mbed.org", 80);
+    sock.connect("http://192.168.0.233/cgi-bin/ext/e_alarm.cgi?zone=0", 80);
     
-    char http_cmd[] = "GET /media/uploads/mbed_official/hello.txt HTTP/1.0\n\n";
+    char http_cmd[] = "http://192.168.0.233/cgi-bin/ext/e_alarm.cgi?zone=0";
     sock.send_all(http_cmd, sizeof(http_cmd)-1);
     
     char buffer[300];
diff -r 69e41cbbc8ac -r 6dd4121c0642 mbed-rtos.lib
--- a/mbed-rtos.lib	Sun Sep 21 05:55:13 2014 +0000
+++ b/mbed-rtos.lib	Sun Nov 23 16:34:21 2014 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed-rtos/#631c0f1008c3
+http://mbed.org/users/mbed_official/code/mbed-rtos/#02f5cf381388
diff -r 69e41cbbc8ac -r 6dd4121c0642 mbed-src.lib
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed-src.lib	Sun Nov 23 16:34:21 2014 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mbed_official/code/mbed-src/#1f0269907d8b
diff -r 69e41cbbc8ac -r 6dd4121c0642 mbed.bld
--- a/mbed.bld	Sun Sep 21 05:55:13 2014 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/552587b429a1
\ No newline at end of file