Skip to content

RJ/libf2f

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages