Skip to content

greghuang/NetworkPrograming

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Layout

.
|-- README
|-- build.xml
|-- Makefile
|-- runclient.sh
|-- runserver.sh
`-- src
    |-- RequestProcessor.java
    |-- TClient.java
    |-- TServer.java


How to build
	in main directory.
    
	   make 


How to execute Server
	in main directory..
	
	./runserver.sh    
    
How to execute client
    in main directory it will connect to a server that you must specify in command line.

    After lunching clinet, you need to connect to clinet by telent with 1006 port

    ./runclient server_ip 
    
    e.g

    ./runclient 10.1.113.73

    telnet 127.0.0.1 1006


About

Training Course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.3%
  • Shell 0.7%