ASThome00 / UDPProject_AST

A UDP Server and Client written in Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Java 100.0%