An open API service indexing awesome lists of open source software.

https://github.com/rohit--jain/udp-asio-c-plus-plus-20

UDP 1 way and 2 way messaging with ASIO C++ 20
https://github.com/rohit--jain/udp-asio-c-plus-plus-20

boost-asio boost-asio-example boost-asio-sample c-plus-plus c-plus-plus-20 coroutines coroutines-c-plus-plus

Last synced: about 1 month ago
JSON representation

UDP 1 way and 2 way messaging with ASIO C++ 20

Awesome Lists containing this project

README

          

# 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