Menu

Tree [d8beeb] master /
 History

HTTPS access


File Date Author Commit
 echo 2010-06-21 Xie Tao Xie Tao [d8beeb] file README is added and source is clean
 lib 2010-06-21 Xie Tao Xie Tao [d8beeb] file README is added and source is clean
 Make.defines 2010-06-21 Xie Tao Xie Tao [f0c931] this is the first time the server and client wo...
 Makefile 2010-06-21 Xie Tao Xie Tao [e2431f] fixed a big bug(error)
 README 2010-06-21 Xie Tao Xie Tao [488895] file README is added

Read Me

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>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.