TCPEchoServer for Murata Type-YD WiFi module
Dependencies: PowerControl SNICInterface mbed-rtos mbed
Fork of TCPEchoServer by
mbed 上で動作する TCPEchoServer です(ムラタ製 TypeYDモジュール使用)。
ターミナルを接続して実行すると、割り当てられたIPアドレスが表示されます。 対向機から実行する Python スクリプトは、こちら です(IPアドレスを書き換えて使用して下さい)。
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
9:26c84c9352f1 | 2015-04-02 | MACRUM | Update libraries |
8:6e121d9ce02b | 2015-02-10 | MACRUM | Changed parameter type of TCPSocketServer::accept() API |
7:27b297e209a6 | 2015-01-23 | MACRUM | Initial release |
6:5dae237341f7 | 2013-06-04 | emilmont | Point to the latest libraries |
5:0f0fdadab553 | 2013-03-01 | emilmont | Update libraries |
4:807322f7570e | 2012-08-13 | emilmont | Update library dependencies |
3:36fd3cfad85a | 2012-08-01 | emilmont | Update socket library |
2:ec5ae99791da | 2012-07-31 | emilmont | Add explicit setting of socket blocking/non-blocking mode and timeout |
1:5cebe0e38cd2 | 2012-07-25 | emilmont | First implementation |
0:38cbb854d85f | 2012-07-25 | mbed_official | Template for TCPEchoServer example |