Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/everx-labs/ever-rldp
RLDP protocol implementation in Rust
https://github.com/everx-labs/ever-rldp
blockchain everscale rust venom-blockchain venom-developer-program venom-network
Last synced: about 1 month ago
JSON representation
RLDP protocol implementation in Rust
- Host: GitHub
- URL: https://github.com/everx-labs/ever-rldp
- Owner: everx-labs
- License: gpl-3.0
- Created: 2020-05-06T13:53:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-21T06:57:38.000Z (8 months ago)
- Last Synced: 2024-04-21T21:40:07.622Z (8 months ago)
- Topics: blockchain, everscale, rust, venom-blockchain, venom-developer-program, venom-network
- Language: Rust
- Homepage:
- Size: 390 KB
- Stars: 7
- Watchers: 10
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# WARNING! This repository is obsolete
RLDP protocol implementation was merged into the repository https://github.com/tonlabs/ever-adnl.git
# RLDP
RLDP protocol implementation
## Table of Contents
- [About](#about)
- [Getting Started](#getting-started)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)## About
Implementation of Reliable Large Datagram Protocol (RLDP) in safe Rust. RLDP is a protocol that runs on top of ADNL UDP, which is used to transfer large data blocks and includes Forward Error Correction (FEC) algorithms as a replacement of acknowledgment packets on the other side. This makes it possible to transfer data between network components more efficiently, but with more traffic consumption.
## Getting Started
### Prerequisites
Rust complier v1.65+.
### Installing
```
git clone --recurse-submodules https://github.com/tonlabs/ever-rldp.git
cd ever-rldp
cargo build --release
```## Usage
This project output is the library which is used as a part of Everscale/Venom node. Also it can be used in standalone tools.
## Contributing
Contribution to the project is expected to be done via pull requests submission.
## License
See the [LICENSE](LICENSE) file for details.
## Tags
`blockchain` `everscale` `rust` `venom-blockchain` `venom-developer-program` `venom-network`