EthernetInterface, TCP Echo Server, support multi session
Dependencies: EthernetInterface mbed-rtos mbed
Fork of TCPEchoServer by
mbed RTOS により、マルチセッションに対応した TCP Echo Server です。
複数のTCP接続を受付け、処理することができます。
accept の後に fork (スレッドを生成)しています。
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
8:46437b951a2f | 2013-11-07 | okini3939 | re-use thread |
7:0a3cf89d5b93 | 2013-11-01 | okini3939 | 1st build |
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 |