This is Webservice SDK for mbed. LPCXpresso1769/LPC1768/FRDM-K64F/LPC4088

Fork of libMiMic by Ryo Iizuka

Files at this revision

API Documentation at this revision

Comitter:
nyatla
Date:
Fri Jul 04 02:10:40 2014 +0000
Parent:
83:d46aa580722a
Child:
85:416f8bbbdf54
Commit message:
libMiMic r382???;

Changed in this revision

core/NyLPC_cMiMicEnv.c Show annotated file Show diff for this revision Revisions of this file
core/http/json/NyLPC_cJsonRpcParser.c Show annotated file Show diff for this revision Revisions of this file
core/include/NyLPC_config.h Show annotated file Show diff for this revision Revisions of this file
--- a/core/NyLPC_cMiMicEnv.c	Sun Jun 29 12:56:59 2014 +0000
+++ b/core/NyLPC_cMiMicEnv.c	Fri Jul 04 02:10:40 2014 +0000
@@ -1,7 +1,7 @@
 #include "NyLPC_cMiMicEnv.h"
 #include "../uip/NyLPC_cUipService_protected.h"
 
-const static char* VERSION="MiMic/1.5.10";
+const static char* VERSION="MiMic/1.6.0";
 
 #if NyLPC_MCU==NyLPC_MCU_LPC4088
 const static char* MCU="LPC4088";
--- a/core/http/json/NyLPC_cJsonRpcParser.c	Sun Jun 29 12:56:59 2014 +0000
+++ b/core/http/json/NyLPC_cJsonRpcParser.c	Fri Jul 04 02:10:40 2014 +0000
@@ -84,7 +84,7 @@
 
 const struct NyLPC_TTextIdTbl method_name_tbl[]=
 {
-	{"version",NAME_ID_VERSION},
+	{"jsonrpc",NAME_ID_VERSION},
 	{"method",NAME_ID_METHOD},
 	{"params",NAME_ID_PARAMS},
 	{"id",NAME_ID_ID},
--- a/core/include/NyLPC_config.h	Sun Jun 29 12:56:59 2014 +0000
+++ b/core/include/NyLPC_config.h	Fri Jul 04 02:10:40 2014 +0000
@@ -120,8 +120,8 @@
 //デバック情報
 ////////////////////////////////////////////////////////////////////////////////////////////////
 
-#define NyLPC_cHttpdThread_SIZE_OF_THREAD_STACK (1024+256)
-# define NyLPC_cHttpd_MAX_PERSISTENT_CONNECTION 1
+#define NyLPC_cHttpdThread_SIZE_OF_THREAD_STACK (1024+256+64)
+#define NyLPC_cHttpd_MAX_PERSISTENT_CONNECTION 1
 
 /*固有プラットフォーム設定はここに記述します。*/
 #undef NyLPC_ARCH