| Interface | Description |
|---|---|
| ControllerDiscoverer | |
| DeviceConnectedEventListener |
Interface for sending Device Connected Events
This way we can be notified when a new device has entered the network
|
| Class | Description |
|---|---|
| ControllerServer | |
| ControllerServerThread | |
| FileReceiver |
Class that receives files from network so we can store them
onto our filesystem instead of using scp
|
| NetworkCommunication |
This class takes care of communication between the device and the controller.
|
| UDPCachedMessage |
Class used to reduce the amount of memory garbage by caching the messages
|