You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
libp2p is an open source networking library used by the world's most important distributed systems such as Ethereum, IPFS, Filecoin, Optimism and countless others. There are native implementations in Go, Rust, Javascript, C++, Nim, Java/Kotlin, Python, .Net, Swift and Zig. It is the simplest solution for global scale peer-to-peer networking and includes support for pub-sub message passing, distributed hash tables, NAT hole punching and browser-to-browser direct communication.
What Libp2p enables is a way to allow to arbitrary devices on the internet to talk to each other. It also has a way to get eventual consistency via pubsub. (group messaging)
Reporting traffic slow downs or accidents to other users
Reporting hazards
Probably some other stuff
The key is that this would need to be opt in only as it could introduce privacy and security issues. Also there needs to be strong data anonymizing stuff and under no circumstances should a single user be able to be targeted.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
What is libp2p?
libp2p is an open source networking library used by the world's most important distributed systems such as Ethereum, IPFS, Filecoin, Optimism and countless others. There are native implementations in Go, Rust, Javascript, C++, Nim, Java/Kotlin, Python, .Net, Swift and Zig. It is the simplest solution for global scale peer-to-peer networking and includes support for pub-sub message passing, distributed hash tables, NAT hole punching and browser-to-browser direct communication.
What Libp2p enables is a way to allow to arbitrary devices on the internet to talk to each other. It also has a way to get eventual consistency via pubsub. (group messaging)
https://libp2p.io/
What it could be used for?
The key is that this would need to be opt in only as it could introduce privacy and security issues. Also there needs to be strong data anonymizing stuff and under no circumstances should a single user be able to be targeted.
Beta Was this translation helpful? Give feedback.
All reactions