kevincon / asio-rawsockets-example
Simple demonstration of using Boost.Asio's basic_raw_socket template class to transmit packets with a custom transport layer header.
☆30Updated 5 years ago
Alternatives and similar repositories for asio-rawsockets-example:
Users that are interested in asio-rawsockets-example are comparing it to the libraries listed below
- C++ binding for nanomsg☆107Updated 10 years ago
- Lightweight C++ wrapper for LibEvent 2 API☆48Updated 7 years ago
- Proposed IP address classes for standard c++☆36Updated 10 years ago
- Components for service discovery via udp multicasting. It's using boost::asio for async networking. It's non-blocking and non-locking.☆18Updated 9 years ago
- Source code for examples from article "How to write simple HTTP proxy with Boost.Asio", http://alexott.net/en/cpp/BoostAsioProxy.html☆80Updated 4 years ago
- Additional functionality built on top of (Boost.)Asio☆26Updated last month
- Active Object snippets with C++11, C++03 and C++/Qt☆22Updated 7 years ago
- Simple resource pool for recycling resources in C++☆67Updated 8 months ago
- Use functors, lambdas and std::chrono to schedule tasks in the near future☆92Updated 3 years ago
- C++11 signal/slot implementation☆79Updated 3 years ago
- C++ Concurrency library!☆26Updated 6 years ago
- Support for multiple RPC protocols in a single library☆67Updated 2 years ago
- Publish/Subscribe framework for C++☆19Updated 9 years ago
- Freundlich's C++ toolkit☆33Updated 2 weeks ago
- Header only C++14 micro benchmark☆14Updated 9 years ago
- header only log inherited from Nanolog