Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Tasks

1. Take a look at cpp_task.cpp

What is the code doing, are there any issues, and if so how to fix them?

Answered with comments in file cpp_task.cpp

2. Take a look at python_task.py

The code tries to rotate a matrix 90° but it fails, fix it.

Fixed in python_task.py

3. Desing and Implement a C++ class that offers interface to:

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

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages