Skip to content

cindyzunic/socket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java implementation of client, server. Client sends string, server responds with reversed string. Excercise with TCP, UDP connections.

Instructions:
1. Compile code by calling:
	make
2. Run server by calling:
	./server.sh <req_code>
3. Run client by calling:
	./client.sh <hostname> <n_port> <req_code> 'message'
	
Dev Environment: Mac OS Sierra v. 10.12
Java Version 1.8.0_92
Compiler version: GNU-make 3.81

Tested on ubuntu1404-002.student.cs.uwaterloo.ca and ubuntu1404-012.student.cs.uwaterloo.ca

About

Socket programming assignment for CS456, implemented in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published