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

Fork of libMiMic by Ryo Iizuka

Committer:
furutani
Date:
Fri Feb 24 04:43:41 2017 +0000
Revision:
115:fa79286d8ea4
Parent:
83:d46aa580722a
Delete missing include line.; Add parameter "timeout" to TCPSocket::connect(), precv().; Fix to send ARP request to default gateway when connecting to IP address of different segment.;

Who changed what in which revision?

UserRevisionLine numberNew contents of line
nyatla 83:d46aa580722a 1 /*********************************************************************************
nyatla 83:d46aa580722a 2 * PROJECT: MiMic
nyatla 83:d46aa580722a 3 * --------------------------------------------------------------------------------
nyatla 83:d46aa580722a 4 *
nyatla 83:d46aa580722a 5 * This file is part of MiMic
nyatla 83:d46aa580722a 6 * Copyright (C)2011 Ryo Iizuka
nyatla 83:d46aa580722a 7 *
nyatla 83:d46aa580722a 8 * MiMic is free software: you can redistribute it and/or modify
nyatla 83:d46aa580722a 9 * it under the terms of the GNU Lesser General Public License as published
nyatla 83:d46aa580722a 10 * by the Free Software Foundation, either version 3 of the License, or
nyatla 83:d46aa580722a 11 * (at your option) any later version.
nyatla 83:d46aa580722a 12 *
nyatla 83:d46aa580722a 13 * This program is distributed in the hope that it will be useful,
nyatla 83:d46aa580722a 14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
nyatla 83:d46aa580722a 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
nyatla 83:d46aa580722a 16 * GNU General Public License for more details.
nyatla 83:d46aa580722a 17 *
nyatla 83:d46aa580722a 18 * You should have received a copy of the GNU Lesser General Public License
nyatla 83:d46aa580722a 19 * along with this program. If not, see <http://www.gnu.org/licenses/>.
nyatla 83:d46aa580722a 20 *
nyatla 83:d46aa580722a 21 * For further information please contact.
nyatla 83:d46aa580722a 22 * http://nyatla.jp/
nyatla 83:d46aa580722a 23 * <airmail(at)ebony.plala.or.jp> or <nyatla(at)nyatla.jp>
nyatla 83:d46aa580722a 24 *
nyatla 83:d46aa580722a 25 *********************************************************************************/
nyatla 83:d46aa580722a 26 /**
nyatla 83:d46aa580722a 27 * @file
nyatla 83:d46aa580722a 28 * このファイルは、jsonRPCディレクトリ以下に宣言されるヘッダファイルを集積します。
nyatla 83:d46aa580722a 29 */
nyatla 83:d46aa580722a 30 #ifndef NYLPC_JSONRPC_H_
nyatla 83:d46aa580722a 31 #define NYLPC_JSONRPC_H_
nyatla 83:d46aa580722a 32 #include "../jsonrpc/NyLPC_cJsonRpcFunction.h"
nyatla 83:d46aa580722a 33
nyatla 83:d46aa580722a 34 #ifdef __cplusplus
nyatla 83:d46aa580722a 35 extern "C" {
nyatla 83:d46aa580722a 36 #endif /* __cplusplus */
nyatla 83:d46aa580722a 37
nyatla 83:d46aa580722a 38 #ifdef __cplusplus
nyatla 83:d46aa580722a 39 }
nyatla 83:d46aa580722a 40 #endif /* __cplusplus */
nyatla 83:d46aa580722a 41
nyatla 83:d46aa580722a 42 #endif
nyatla 83:d46aa580722a 43