What is the code doing, are there any issues, and if so how to fix them?
Answered with comments in file cpp_task.cpp
The code tries to rotate a matrix 90° but it fails, fix it.
Fixed in python_task.py
send emmediatly a measege over udp to specific ip&port send with a non blocking request a udp message to specific ip&port after X seconds' delay (where X could be any value between 1s and 255s) request periodic sending of a udp message to specific ip&port every X seconds. (where X could be any value between 1s and 255s)
Implemented in the Ipv4Sender class in task_3/src