ECHO Server/Client Code
Brought to you by:
x-tao
File | Date | Author | Commit |
---|---|---|---|
echo | 2010-06-21 |
![]() |
[d8beeb] file README is added and source is clean |
lib | 2010-06-21 |
![]() |
[d8beeb] file README is added and source is clean |
Make.defines | 2010-06-21 |
![]() |
[f0c931] this is the first time the server and client wo... |
Makefile | 2010-06-21 |
![]() |
[e2431f] fixed a big bug(error) |
README | 2010-06-21 |
![]() |
[488895] file README is added |
This project is just for practicing, understanding some theories of TCP/IP. Developed by Xie Tao <xie_tao@163.com>, a college student who is learning Unix Network Programming by myself. It is welcome to communicate with me to change experience. run commands below to verify what is going to happen: $make $./echo/echosrv & Maybe, now it's better to open another terminal or switch a tty. $./echo/echocli <Server's IP Address> Now type something at where client is running [Enter], Normally you can get what you typed just now. Another method to test fast and large amount input: run client as this form: $./echo/echocli <Server's IP Address> < <a text file>