/UDPProject_AST

A UDP Server and Client written in Java

Primary LanguageJava

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