
Hi Vicente, On 30 January 2010 16:08, vicente.botet <vicente.botet@wanadoo.fr> wrote:
----- Original Message ----- From: "Dean Michael Berris" <mikhailberis@gmail.com> To: <boost@lists.boost.org> Sent: Saturday, January 30, 2010 12:33 AM Subject: [boost] C++ Networking Library Release 0.5
Good day everyone, and I apologize in advance for the shameless plug. That said though, I'd like to announce the availability of version 0.5 of the C++ Network Library (cpp-netlib) on both Github and Sourceforge.
For those interested in trying out a header-only being-developed-for-boost-inclusion networking library collection, you
You can find documentation about cpp-netlib over at
Thanks in advance everyone and I hope this helps!
Hi,
looking at the Message Concept let me think that the goal of library is to help on networking application for text based protocols. Is this the scope of the library? Can the library be used on binary based protocols?
Normally this should be the case. The Message concept is used to define the storage criteria and doesn't specify whether that should be text or binary, though cpp-netlib will implement mostly text-based protocols. HTH, Glyn