$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Richard Dingwall (rdingwall_at_[hidden])
Date: 2007-09-25 17:52:33
On 9/26/07, JD <jean.daniel.michaud_at_[hidden]> wrote:
>
> Hi,
>
> Iostreams documentation states: "For example, Boost.Iostreams can be
> used to create streams to access TCP connections". Is there any such
> attempt to create a TCP/IP communicating Source/Sink couple?
> I know asio is doing this, but I was looking for an pure Iostreams
> solution.
Asio does 'pure' iostreams too - check out the following examples:
http://asio.sourceforge.net/boost_asio_0_3_7/libs/asio/doc/examples/iostreams_daytime_server_cpp.html
http://asio.sourceforge.net/boost_asio_0_3_7/libs/asio/doc/examples/iostreams_daytime_client_cpp.html
Richard