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

Fork of libMiMic by Ryo Iizuka

Revision:
2:b96c1e90d120
Child:
5:6d67db3875cb
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/core/include/NyLPC_net.h	Wed Mar 27 12:07:47 2013 +0000
@@ -0,0 +1,50 @@
+/*********************************************************************************
+ * PROJECT: MiMic
+ * --------------------------------------------------------------------------------
+ *
+ * This file is part of MiMic
+ * Copyright (C)2011 Ryo Iizuka
+ *
+ * MiMic is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as published
+ * by the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ *
+ * For further information please contact.
+ *  http://nyatla.jp/
+ *  <airmail(at)ebony.plala.or.jp> or <nyatla(at)nyatla.jp>
+ *
+ *********************************************************************************/
+/**
+ * @file
+ * このファイルは、mimicVmディレクトリ以下に宣言されるヘッダファイルを集積します。
+ */
+#ifndef NYLPC_NET_H_
+#define NYLPC_NET_H_
+#include "../net/NyLPC_cNet.h"
+
+#include "../net/httpd/NyLPC_cHttpdConnection.h"
+#include "../net/httpd/NyLPC_cHttpd.h"
+#include "../net/httpd/mod/NyLPC_cModShortUrl.h"
+#include "../net/httpd/mod/NyLPC_cModRemoteMcu.h"
+#include "../net/httpd/mod/NyLPC_cModMiMicSetting.h"
+#include "../net/httpd/mod/NyLPC_cModRomFiles.h"
+
+
+#ifdef __cplusplus
+extern "C" {
+#endif /* __cplusplus */
+
+#ifdef __cplusplus
+}
+#endif /* __cplusplus */
+
+#endif