Package edu.UCL.xmiddle.controller

Class Summary
DataPacket This class represents a data packet, either received from or being sent to another host.
UDPAcknowledger UDPAcknowledger sends a specific DatagramPacket through a given DatagramSocket, waiting for that packet to be acknowledged.
UDPListener UDPListener receives data from a specific host, which is given upon creation of the instance
UDPLocator The UDPLocator is responsible for "showing" to other hosts that we are online and realising which other hosts are currently in reach.
UDPNetwork  
UDPSender UDPSender.java UDPSender sends Data packets through the network to a specified UDPHost which is defined upon creation.