Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 615 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 615 Bytes

Basic UDP Protocol programming with Boost ASIO Networking Library using C++ 20 Co-Routines

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