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
- Host: GitHub
- URL: https://github.com/rohit--jain/udp-asio-c-plus-plus-20
- Owner: rohit--jain
- License: apache-2.0
- Created: 2023-08-06T13:30:58.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-15T20:23:29.000Z (almost 2 years ago)
- Last Synced: 2025-02-24T03:31:04.409Z (over 1 year ago)
- Topics: boost-asio, boost-asio-example, boost-asio-sample, c-plus-plus, c-plus-plus-20, coroutines, coroutines-c-plus-plus
- Language: C++
- Homepage:
- Size: 9.34 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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