mork
rust-libp2p
mork | rust-libp2p | |
---|---|---|
1 | 34 | |
11 | 4,732 | |
- | 2.1% | |
0.0 | 9.5 | |
over 2 years ago | 5 days ago | |
Rust | Rust | |
- | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
mork
-
I've made a filesharing program
I have created a filesending program in rust. Here it is: https://github.com/dojje/mork. Install instructions and all that is in the readme file.
rust-libp2p
- How Nat Traversal Works
- Peer to Peer Network Stack
-
You can help Anna's Archive by seeding torrents
* (i.e. WebRTC: https://github.com/libp2p/rust-libp2p/tree/master/examples/browser-webrtc)
-
On Implementation of Distributed Protocols
Substrate and Lighthouse use libp2p as a networking stack for communication between nodes. The libp2p framework is a versatile modular peer-to-peer networking stack. It provides a collections of abstractions, mechanisms, and protocols for facilitating communication in P2P systems. In particular, libp2p supports multiple transport mechanisms (TCP, QUIC, WebSocket, WebTransport, etc.), encryption schemes (TLS and Noise), and stream multiplexing. Higher-level protocols in libp2p are implemented on top of reliable, ordered, bidirectional binary streams, which are transparently encrypted and multiplexed by the framework.
-
Bifrost: A peer-to-peer communications engine with pluggable transports
It's a peer-to-peer "engine" with switchable components. Seems to run on different platforms (browsers, mobile, desktop, server).
At a glance, it looks pretty much like libp2p (https://libp2p.io/) but seems to integrate with libp2p as well (meaning you should be able to use Bifrost on one end, and libp2p on the other), so I'm guessing there is at least some fundamental difference, but I cannot spot it. Seems to use slightly different terminology compared to libp2p.
- Libp2p – A Modular Network Stack
- [AskJS] Any js browser based p2p libraries?
-
Decentralized Databases: ComposeDB
ComposeDB is a graph database created by 3BoxLabs, a company well-known in the Web3 ecosystem for their work on decentralized identifiers (DIDs) and their main product the Ceramic network. Ceramic is a network of nodes that store and share composable data streams on top of libp2p, the network stack that also powers IPFS.
-
What about a Zig implementation of lib2p2?
Yes, there is already a Rust version (https://github.com/libp2p/rust-libp2p) that behaves well at this level but I think we can reach a higher level of performance on this point with Zig. Also, if you look at the long term roadmap of libp2p (https://github.com/libp2p/specs/blob/master/ROADMAP.md), the mobile devices and IoT integrations for example are part of the considerations.
-
A Rust client library for interacting with Microsoft Airsim https://github.com/Sollimann/airsim-client
libp2p
What are some alternatives?
rustypaste - A minimal file upload/pastebin service.
cosmos-sdk - :chains: A Framework for Building High Value Public Blockchains :sparkles:
uploadserver - Simple Rust file server which lets you upload, share, and download files from a web browser. Ready-to-run binaries for Windows, Mac, and Linux. Free/Open-Source alternative to AirDrop/Dropbox for transferring files on your local network without having to install anything. A more sophisticated version of `python3 -m http.server 8000`.
go-livepeer - Official Go implementation of the Livepeer protocol
nox - Rust implementation of the Fluence network peer
y-crdt - Rust port of Yjs
redshirt - 🧑🔬 Operating system
automerge-rs - Rust implementation of automerge [Moved to: https://github.com/automerge/automerge]
ffsend - :mailbox_with_mail: Easily and securely share files from the command line. A fully featured Firefox Send client.
freenet-core - Declare your digital independence
filite - A simple, light and standalone pastebin, URL shortener and file-sharing service
consensus-specs - Ethereum Proof-of-Stake Consensus Specifications