boost-asio
Boost Asio tcp::resolver: service not found
I\'m trying to create an HTTP client using Boost Asio. I copied the sync client example from asio, compile, then run. Unfortunately, on my logs, it shows Service not found. When I traced the code, I f[详细]
2023-03-19 03:01 分类:问答boost::asio and boost::bind errors
This questions is a bit annoying, I can\'t get the following code to compile. You will have to compile the code below.[详细]
2023-03-19 03:00 分类:问答boost::asio UDP how to receive messages on Windows?
I have two clas开发者_如何学Cses UDPSender and UDPReceiver. Senarios: (1)It works when I run UDPSender in QNX and UDPReceiver in Linux.[详细]
2023-03-18 18:38 分类:问答Error: bad instruction `dmb' when compiling Boost Example
I\'am trying to compile the Boost asio example, async_client.cpp(included in the boost 1.46.1 package) then I got the following error:[详细]
2023-03-18 16:40 分类:问答Cross building boost from Cygwin to arm-linux
I\'m trying to build an app that uses boost libraries with Cygwin then later on deploy it on Linux box . I downloaded the latest version of boost, 1.46.1 then followed the instructions here http://www[详细]
2023-03-18 02:22 分类:问答boost asio ssl async_write send me mostly gibberish
I\'m in the process of converting my non secure socket to ssl, using boost::asio::ssl While everything was working fine with non-ssl, async_write send me mostly gibberish.[详细]
2023-03-17 09:13 分类:问答Incorrect use of boost::asio and boost::thread
I am using boost::asio and boost::thread to realize a message service which accepts messages, send them asynchronously if there is no message being processed or queues the message if there are message[详细]
2023-03-17 02:53 分类:问答Boost asio async_read (async_write) wrapper
I\'m trying to code a wrapper over a boost::asio::ip::tcp::socket Something like that : class Socket { public:[详细]
2023-03-17 02:48 分类:问答reading from boost asio socket and printing to terminal
I want to use boost asio sockets to send a message from the server to the client and then print it out to the client terminal.I am trying to send the message \"hello\".It doesn\'t work.How can i fix t[详细]
2023-03-17 00:12 分类:问答How to read data from cin and send on socket while async_accepting from that socket?
I currently have a server using Asio like the example here. Currently, it works as intended in that every packet it receives from the client is responded to by the session::handle_read function.[详细]
2023-03-16 05:01 分类:问答