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

Dependents:   MbedFileServer_1768MiniDK2 RedWireBridge IssueDebug_gcc MiMicRemoteMCU-for-Mbed ... more

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers NyLPC_net.h Source File

NyLPC_net.h

Go to the documentation of this file.
00001 /*********************************************************************************
00002  * PROJECT: MiMic
00003  * --------------------------------------------------------------------------------
00004  *
00005  * This file is part of MiMic
00006  * Copyright (C)2011 Ryo Iizuka
00007  *
00008  * MiMic is free software: you can redistribute it and/or modify
00009  * it under the terms of the GNU Lesser General Public License as published
00010  * by the Free Software Foundation, either version 3 of the License, or
00011  * (at your option) any later version.
00012  *
00013  * This program is distributed in the hope that it will be useful,
00014  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00015  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00016  * GNU General Public License for more details.
00017  *
00018  * You should have received a copy of the GNU Lesser General Public License
00019  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
00020  *
00021  * For further information please contact.
00022  *  http://nyatla.jp/
00023  *  <airmail(at)ebony.plala.or.jp> or <nyatla(at)nyatla.jp>
00024  *
00025  *********************************************************************************/
00026 /**
00027  * @file
00028  * このファイルは、mimicVmディレクトリ以下に宣言されるヘッダファイルを集積します。
00029  */
00030 #ifndef NYLPC_NET_H_
00031 #define NYLPC_NET_H_
00032 
00033 #include "../net/mdns/NyLPC_cMDnsServer.h"
00034 
00035 #include "../net/httpd/NyLPC_cHttpdConnection.h"
00036 #include "../net/httpd/NyLPC_cHttpd.h"
00037 #include "../net/httpd/NyLPC_cHttpdUtils.h"
00038 
00039 #include "../net/httpd/mod/NyLPC_cModFileIoBaseClass.h"
00040 #include "../net/httpd/mod/NyLPC_cModRemoteMcu.h"
00041 #include "../net/httpd/mod/NyLPC_cModMiMicSetting.h"
00042 #include "../net/httpd/mod/NyLPC_cModWebSocket.h"
00043 #include "../net/httpd/mod/NyLPC_cModRomFiles.h"
00044 #include "../net/httpd/mod/NyLPC_cModUrl.h"
00045 #include "../net/httpd/mod/NyLPC_cModUPnPDevice.h"
00046 #include "../net/httpd/mod/NyLPC_cModJsonRpc.h"
00047 
00048 #include "../net/httpcl/NyLPC_cHttpClient.h"
00049 
00050 
00051 #include "../net/upnp/NyLPC_cSsdpSocket.h"
00052 #include "../net/upnp/NyLPC_cUPnP.h"
00053 
00054 #ifdef __cplusplus
00055 extern "C" {
00056 #endif /* __cplusplus */
00057 
00058 #ifdef __cplusplus
00059 }
00060 #endif /* __cplusplus */
00061 
00062 #endif