Skip to content

rohit--jain/UDP-ASIO-C-plus-plus-20

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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