debug version
Dependents: HTTPClient_WiFi_HelloWorld_src
Fork of SNICInterface by
History
update for debug
2015-08-15, by sunsmile2015 [Sat, 15 Aug 2015 04:01:35 +0000] rev 54
update for debug
Added default constructor and create() method
2015-03-31, by MACRUM [Tue, 31 Mar 2015 03:16:46 +0000] rev 53
Added default constructor and create() method
TCPSocketServer::accept is now blocking which is same behavior of original EthernetInterface library.
2015-03-31, by MACRUM [Tue, 31 Mar 2015 03:12:35 +0000] rev 52
TCPSocketServer::accept is now blocking which is same behavior of original EthernetInterface library.
Added getIPAddress() function
2015-03-31, by MACRUM [Tue, 31 Mar 2015 02:59:47 +0000] rev 51
Added getIPAddress() function
Fixed: NTPClient library compatibility. https://developer.mbed.org/users/ban4jp/code/SNICInterface_PullReq/rev/e1cb45f7a27f
2015-03-31, by MACRUM [Tue, 31 Mar 2015 02:53:44 +0000] rev 50
Fixed: NTPClient library compatibility. https://developer.mbed.org/users/ban4jp/code/SNICInterface_PullReq/rev/e1cb45f7a27f
disabled _DEBUG option. https://developer.mbed.org/users/ban4jp/code/SNICInterface_PullReq/rev/bed083d9f739
2015-03-31, by MACRUM [Tue, 31 Mar 2015 02:50:55 +0000] rev 49
disabled _DEBUG option. https://developer.mbed.org/users/ban4jp/code/SNICInterface_PullReq/rev/bed083d9f739
Fixed: HTTPClient library compatibility. https://developer.mbed.org/users/ban4jp/code/SNICInterface_PullReq/rev/c50e7332afcc
2015-03-31, by MACRUM [Tue, 31 Mar 2015 02:48:32 +0000] rev 48
Fixed: HTTPClient library compatibility. https://developer.mbed.org/users/ban4jp/code/SNICInterface_PullReq/rev/c50e7332afcc
Merged the changes of parameter of accept.
2015-02-02, by kishino [Mon, 02 Feb 2015 00:10:06 +0000] rev 47
Merged the changes of parameter of accept.
Changed the definition that depends on the target.
2015-01-30, by kishino [Fri, 30 Jan 2015 03:16:54 +0000] rev 46
Changed the definition that depends on the target.
Modified the type of the parameter of TCPSocketServer.accept.
2015-01-30, by kishino [Fri, 30 Jan 2015 03:07:35 +0000] rev 45
Modified the type of the parameter of TCPSocketServer.accept.