cpp-libp2p icon indicating copy to clipboard operation
cpp-libp2p copied to clipboard

C++17 implementation of libp2p

Results 54 cpp-libp2p issues
Sort by recently updated
recently updated
newest added

Dependency download is too slow.

- Remove `dynamic_cast`. - Can use TLS over any libp2p stream. - Can use in WASM (browsers don't allow TCP). Open questions: - `std::error_code` and `boost::system::error_code` conversion. - Inconsistent conversions...

- In manjaro Linux kernel 4.19.187-1-MANJARO - cmake 3.20.1 - gcc 10.2 download HunterGate.cmake, in main CMakeLists.txt ``` include("cmake/HunterGate.cmake") HunterGate( URL "https://github.com/cpp-pm/hunter/archive/v0.23.297.tar.gz" SHA1 "3319fe6a3b08090df7df98dee75134d68e2ef5a3" ) project(sync_db_cpp LANGUAGES CXX) hunter_add_package(libp2p) find_package(libp2p...

Bumps [github.com/gogo/protobuf](https://github.com/gogo/protobuf) from 1.3.1 to 1.3.2. Release notes Sourced from github.com/gogo/protobuf's releases. Release v.1.3.2 Tested versions: go 1.15.6 protoc 3.14.0 Bug fixes: skippy peanut butter Commits b03c65e skippy peanut butter...

dependencies

Make identify agent version configurable

hey guys! glad to be here, I'm really having trouble as I don't see any tutorials and I cannot see the messages in GOSSIP chat example between 2 different machines....

help wanted

The cmake `Hunter` takes long time to setup dependency packages, and finally failed. I even can't find what it do every time it pause to wait something. And I can't...

help wanted

From testing of my program, after YamuxStream tagging stream being unreadable in onFINReceived at [this line](https://github.com/libp2p/cpp-libp2p/blob/91d58f28bb8cbce06fd717082fa2b4274a33ae07/src/muxer/yamux/yamux_stream.cpp#L300), there may still be remaining data to be processed in [onLengthRead](https://github.com/libp2p/cpp-libp2p/blob/91d58f28bb8cbce06fd717082fa2b4274a33ae07/src/protocol/kademlia/impl/session.cpp#L101). So I think...

help wanted

Hello! I follow the steps of readme to compile the project.The following sentence will not continue. **Senetence** GTEST_ROOT: C:///Install (ver.: 1.8.0-hunter-p11) What should I do? Thanks!

help wanted

- simplify noise read write (reverts e13f051). - fix noise write reported count. - `spanSize` cast helper. - fix clang-tidy ci.