Skip to content

ASThome00/UDPProject_AST

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

UDP Server and Client

Instructions for running Client

To run the client, run the following command in cmd:

java UDPClient (IP Address of server) (port of server)

If no IP address is provided, the client assumes localhost

If no port is provided, the client assumes port 2000

Instructions for running Server

To run the server, run the following command in cmd:

java UDPServer (path to quotes file)

If no quotes file path is provided, the server assumes "quotes.csv" as the path

About

A UDP Server and Client written in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages