RJ / libf2f

Library for building p2p networks, C++ boost/asio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Library for building p2p networks, C++ boost/asio

License:GNU General Public License v3.0


Languages

Language:C++ 100.0%