php access

Dependencies:   EthernetInterface HTTPClient mbed-rtos mbed

Fork of SimpleXively by wolf SSL

Files at this revision

API Documentation at this revision

Comitter:
thursday1024
Date:
Thu Jul 28 23:26:22 2016 +0000
Parent:
1:3c8fcecce568
Commit message:
php access 2

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
php_access.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Thu Jul 30 07:29:17 2015 +0000
+++ b/main.cpp	Thu Jul 28 23:26:22 2016 +0000
@@ -3,7 +3,7 @@
 #include "mbed.h" 
 #include "EthernetInterface.h"
 #include "HTTPClient.h"
-#define BUFF_SIZE 128
+#define BUFF_SIZE 128   
 
 extern void php_access_main( char *uri, char *ch_name, int* sp );
 char php_uri[]="https://alpha.c.dendai.ac.jp/plot/save_data.php"; 
--- a/php_access.cpp	Thu Jul 30 07:29:17 2015 +0000
+++ b/php_access.cpp	Thu Jul 28 23:26:22 2016 +0000
@@ -9,7 +9,7 @@
 void php_access_main( char *uri, char *ch_name, int *sp ){
     int ret ;
     int i ;
-#define BUFFSIZE 1024
+#define BUFFSIZE 1024   
     static char buff[BUFFSIZE];
     char str[256];