public
Description: Library for building p2p networks, C++ boost/asio
Homepage:
Clone URL: git://github.com/RJ/libf2f.git
libf2f /
name age message
file CMakeLists.txt Mon Jul 20 06:57:51 -0700 2009 error msg [RJ]
file LICENSE.txt Fri May 29 00:47:52 -0700 2009 added readme, license for initial push [RJ]
file README.txt Fri May 29 00:47:52 -0700 2009 added readme, license for initial push [RJ]
directory app/ Mon Jun 22 03:51:19 -0700 2009 very bad uuid generator added for easy testing [RJ]
directory bin/ Wed May 27 10:54:08 -0700 2009 initial commit, f2f library [RJ]
directory build/ Wed May 27 10:54:08 -0700 2009 initial commit, f2f library [RJ]
directory include/ Wed Jul 08 07:08:58 -0700 2009 get/set state per connection [RJ]
directory lib/ Wed May 27 10:54:08 -0700 2009 initial commit, f2f library [RJ]
directory src/ Mon Jul 20 06:57:51 -0700 2009 error msg [RJ]
README.txt
libf2f is a (work-in-progress) C++ boost/asio library for building p2p networks

Provides:
* network servent/router
* connection handling and abstraction
* message class that is marshalled to/from the network
* very simple test app (only supports ping+pong)

Does not provide:
* high level protocol, you have to design implement this yourself
  (ie, extend the Protocol class)

Will hopefully provide in future:
* UPnP control capability to set up port-fwds
* Flow control strategies to manage bandwidth utilisation
* A better, simple demo app