https://github.com/jaredpersonalorganization/tcp-asio-async
TCP ASIO Async Implementation
https://github.com/jaredpersonalorganization/tcp-asio-async
asio boost cplusplus cpp networking ssl tcp tcp-client tcp-server
Last synced: 11 months ago
JSON representation
TCP ASIO Async Implementation
- Host: GitHub
- URL: https://github.com/jaredpersonalorganization/tcp-asio-async
- Owner: JaredPersonalOrganization
- Created: 2024-08-12T00:11:04.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-02T20:35:09.000Z (over 1 year ago)
- Last Synced: 2025-01-09T09:19:35.454Z (over 1 year ago)
- Topics: asio, boost, cplusplus, cpp, networking, ssl, tcp, tcp-client, tcp-server
- Language: C++
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
An asynchronous TCP server and client implementation using Boost ASIO. The system streams data directly from objects through a flexible virtual interface and includes an SSL handshake for secure communication.
Example files are provided in Server and Client repositories respectly.