Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

An example project for network-programming written in C/C++

Are there good open-source projects on P2P file-sharing systems or distributed file systems written in C/C++ ?

I need a project to start with network-programming.

Can anyone give me any suggestions?

like image 602
MainID Avatar asked Dec 07 '22 08:12

MainID


1 Answers

Boost asio examples on the boost.org are really good one to start.

http://www.boost.org/doc/libs/1_37_0/doc/html/boost_asio/examples.html

like image 89
Mykola Golubyev Avatar answered Dec 09 '22 20:12

Mykola Golubyev