SpiffiRacoon / group-12-kadlab

Lab for the LTU course D7024E
MIT License
0 stars 0 forks source link

23 messages #24

Closed TovahParnes closed 1 month ago

TovahParnes commented 1 month ago

The functions Listen and SendMessage are implemented. Each different message type, ex ping, will have it's own SendMessage function. Create a messageHandler that switches based on the message type. Ping is updated to use this new message handler instead of being a stand alone function.