C++ 20 Co-Routines programming for UDP networking using Boost ASIO 1.26 library - zip also added into repo
Prototype 1: 1 way messaging between Sender and Receiver over loopback interface. It shows how to send a simple C structure containing a number and a string text as a UDP message
Prototype 2: 2 way messaging between Sender and Receiver over loopback interface. Here the Sender gets feedback / acknowledgement of message sent to Receiver and change in the number value (+1000) sent and same sent text echoed back