Client-Server protocol, tailored to send different tipes of datagrams via UDP or TCP.
TODO
- In include/objects.hpp define your data structure, if necessary.
- In include/messages.hpp define a new message structure. Each message should be child of
struct Message
. - Since each different datagram is intended to be sent to a different port, please note the file
protocol_ports.md