C++ Boost::asio使用示例
背景情況 vsomip中使用了boost::asio作為通信框架,所以有必要學習使用一下。 本文不涉及原理。 示例 服務端 客户端 同步/異步客户端 boost_client.h #ifndef BOOST_CLIENT_H #define BOOST_CLIENT_H #include "boost/asio.hpp" #define BLOCK_SIZE 64 * 102
Nickname SpringSmell
Contributes1
Followers0
背景情況 vsomip中使用了boost::asio作為通信框架,所以有必要學習使用一下。 本文不涉及原理。 示例 服務端 客户端 同步/異步客户端 boost_client.h #ifndef BOOST_CLIENT_H #define BOOST_CLIENT_H #include "boost/asio.hpp" #define BLOCK_SIZE 64 * 102
Nickname SpringSmell