https://github.com/rubdos/libap2p
library for advanced peer to peer
https://github.com/rubdos/libap2p
Last synced: 9 days ago
JSON representation
library for advanced peer to peer
- Host: GitHub
- URL: https://github.com/rubdos/libap2p
- Owner: rubdos
- License: gpl-3.0
- Created: 2012-06-12T15:47:24.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2013-06-23T01:33:07.000Z (about 13 years ago)
- Last Synced: 2026-03-31T06:36:01.441Z (4 months ago)
- Language: C++
- Size: 730 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
Copyright (C)
2012 - 2013 - Ruben De Smet
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 3
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, see
# libap2p
## About
libap2p aims to become an advanced cross platform peer to peer library.
API documentation can be found here:
[HTML doxygen pages:](http://rubdos.github.com/libap2p/doxygen_html)
[LaTeX doxygen:](http://rubdos.github.com/libap2p/doxygen_latex)
CAUTION: not usable yet!
## Requirements:
* cryptopp
* boost libraries (iostreams, filesystem, system, thread, signals)
* cmake
* make compatible
* g++ compiler or compatible (mingw...)
## Compiling:
1. $> mkdir build && cd build
2. $> cmake ..
3. $> make #(or make -j[threadcount])