albertaloop / T_SWE_2022_2023

Software for AlbertaLoop's first-generation pod.
MIT License
3 stars 0 forks source link

Health Check Request #26

Open Iyury1 opened 1 year ago

Iyury1 commented 1 year ago

Summary

Write the functionality of the command transmitter for sending health check requests issued by the UI over the UDP "health check socket" held by the UDP module.

Pseudocode for the health check request is located in the Network Comms Design Plan document

The code should be written into the "execute()" function of the HealthCheck class. The execute() method will call functions belonging to UDPModule.healthCheck.

See the updated UML class diagram for more information.