Skip to content

brentianluis/tcp-udp-mimicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CMSC 137 Project 1

Name: Luis, Brent Ian

Student Number: 2012-46101

Lab Section: CD-3L

How to Run:

  1. Open two bash terminals.
  2. Compile the files with "javac *.java" without quotation marks in one of the terminals.
  3. Run Server file with "java Server" without quotation marks on the first terminal.
  4. Switch to the second terminal and run Client file with "java Client" without quotation marks.
  5. Switch back to the Server terminal to see the data transfer.

About

A Java program that implements an UDP mimicking TCP packet transfer

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages