Skip to content

What's relation of rust-libp2p and the libp2p in this project #1277

Answered by dignifiedquire
tinymahua asked this question in Q&A
Discussion options

You must be logged in to vote

I have previously worked with and on libp2p and rust-libp2p. Iroh is a different take on some similar issues you run into when trying to build more peer to peer based applications. But iroh itself currently does not use libp2p, and tries to solve for a specific set of protocols used on the wire. libp2p gives you a set of different protocols and extensions to connect peers in a peer to peer fashion.

Historically the first version of iroh (now known as beetle), which aimed at being a fully compatible IPFS node did use rust-libp2p. But as said above, the current version does not anymore.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@tinymahua
Comment options

Answer selected by tinymahua
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants