TCPEchoServer for Murata Type-YD WiFi module
Dependencies: PowerControl SNICInterface mbed-rtos mbed
Fork of TCPEchoServer by
mbed 上で動作する TCPEchoServer です(ムラタ製 TypeYDモジュール使用)。
ターミナルを接続して実行すると、割り当てられたIPアドレスが表示されます。 対向機から実行する Python スクリプトは、こちら です(IPアドレスを書き換えて使用して下さい)。
History
Update libraries
2015-04-02, by MACRUM [Thu, 02 Apr 2015 02:47:18 +0000] rev 9
Update libraries
Changed parameter type of TCPSocketServer::accept() API
2015-02-10, by MACRUM [Tue, 10 Feb 2015 05:25:09 +0000] rev 8
Changed parameter type of TCPSocketServer::accept() API
Initial release
2015-01-23, by MACRUM [Fri, 23 Jan 2015 10:15:33 +0000] rev 7
Initial release
Point to the latest libraries
2013-06-04, by emilmont [Tue, 04 Jun 2013 16:07:06 +0100] rev 6
Point to the latest libraries
Update libraries
2013-03-01, by emilmont [Fri, 01 Mar 2013 15:37:15 +0000] rev 5
Update libraries
Update library dependencies
2012-08-13, by emilmont [Mon, 13 Aug 2012 09:38:47 +0000] rev 4
Update library dependencies
Update socket library
2012-08-01, by emilmont [Wed, 01 Aug 2012 13:07:32 +0000] rev 3
Update socket library
Add explicit setting of socket blocking/non-blocking mode and timeout
2012-07-31, by emilmont [Tue, 31 Jul 2012 11:51:28 +0000] rev 2
Add explicit setting of socket blocking/non-blocking mode and timeout
First implementation
2012-07-25, by emilmont [Wed, 25 Jul 2012 15:43:24 +0000] rev 1
First implementation
Template for TCPEchoServer example
2012-07-25, by mbed_official [Wed, 25 Jul 2012 15:38:39 +0000] rev 0
Template for TCPEchoServer example