Skip to content
Snippets Groups Projects
Commit 38051549 authored by owner's avatar owner
Browse files

Homework 1

parent b4841804
No related branches found
No related tags found
No related merge requests found
## Homework 1: Unicast Networking
Welcome everybody! This is where your homework goes.
Deliverables:
* Update unicast sockets sender/receiver, modifying provided code, test via telnet.
* Demonstrate ability to build, run and document Java programs that perform networking tasks.
Please see the [README.md](../../../README.md) in the parent
[assignments](../../../../assignments) directory for detailed instructions.
/**
* TCP Unicast homework assignments supporting the NPS MOVES MV3500 Networked Graphics course.
*
* @see <a href="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/tree/master/assignments" target="_blank">networkedGraphicsMV3500 assignments</a>
* @see java.lang.Package
* @see <a href="https://stackoverflow.com/questions/22095487/why-is-package-info-java-useful" target="_blank">StackOverflow: why-is-package-info-java-useful</a>
* @see <a href="https://stackoverflow.com/questions/624422/how-do-i-document-packages-in-java" target="_blank">StackOverflow: how-do-i-document-packages-in-java</a>
*/
package MV3500Cohort2024JulySeptember.homework1.Lennon;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment