forked from timtan/NetworkPrograming
-
Notifications
You must be signed in to change notification settings - Fork 0
greghuang/NetworkPrograming
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published
Languages
- Java 99.3%
- Shell 0.7%