Changes between Version 125 and Version 126 of LibrariesUnderConstruction


Ignore:
Timestamp:
Oct 19, 2010, 3:34:33 PM (12 years ago)
Author:
viboes
Comment:

Added Cpp Network Library

Legend:

Unmodified
Added
Removed
Modified
  • LibrariesUnderConstruction

    v125 v126  
    785785The Boost.multi_signature_function library could be used as a building block in more complex components. In the example directory are presented a dynamic dispatcher and an object factory.
    786786
     787---------------------------------------------------------------------------------------------------
     788== Boost.Network ==
     789 * '''Author(s):'''  Dean Michael Berris
     790 * '''Version:''' 0.7
     791 * '''State:''' Under development but usable
     792 * '''Last upload:''' 2010, October 10
     793 * '''Links:''' [http://github.com/mikhailberis/cpp-netlib/downloads
     794 Downloads] [http://mikhailberis.github.com/cpp-netlib/ Documentation]
     795 * '''Categories:''' [#DataCommunications DataCommunication]
     796 * '''Description:'''The cpp-netlib is a library that provides application layer protocol support using modern C++ techniques. It is light-weight, fast, cross-platform and is intended to be as easy to configure as possible.
    787797
    788798---------------------------------------------------------------------------------------------------