{"id":21529203,"url":"https://github.com/everx-labs/ever-adnl","last_synced_at":"2025-04-09T23:43:23.422Z","repository":{"id":40248261,"uuid":"261766635","full_name":"everx-labs/ever-adnl","owner":"everx-labs","description":"ADNL protocol implementation in Rust","archived":false,"fork":false,"pushed_at":"2024-04-17T14:59:28.000Z","size":557,"stargazers_count":10,"open_issues_count":0,"forks_count":15,"subscribers_count":10,"default_branch":"master","last_synced_at":"2024-04-20T18:32:34.891Z","etag":null,"topics":["blockchain","everscale","rust","venom-blockchain","venom-developer-program","venom-network"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/everx-labs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2020-05-06T13:27:09.000Z","updated_at":"2024-04-22T16:02:41.107Z","dependencies_parsed_at":"2023-02-17T07:10:27.037Z","dependency_job_id":"e7fa9efe-7c74-4b03-bf17-2d764a7fcff0","html_url":"https://github.com/everx-labs/ever-adnl","commit_stats":null,"previous_names":["everx-labs/ever-adnl"],"tags_count":209,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/everx-labs%2Fever-adnl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/everx-labs%2Fever-adnl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/everx-labs%2Fever-adnl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/everx-labs%2Fever-adnl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/everx-labs","download_url":"https://codeload.github.com/everx-labs/ever-adnl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248131467,"owners_count":21052819,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blockchain","everscale","rust","venom-blockchain","venom-developer-program","venom-network"],"created_at":"2024-11-24T01:56:13.656Z","updated_at":"2025-04-09T23:43:23.394Z","avatar_url":"https://github.com/everx-labs.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ADNL\n\nADNL protocol stack implementation (UDP \u0026 TCP), including:\n- ADNL (Abstract Datagram Network Layer) itself\n- RLDP (Reliable Large Datagram Protocol)\n- Overlay protocol\n- DHT protocol\n\n## Table of Contents\n\n- [About](#about)\n- [Getting Started](#getting-started)\n- [Usage](#usage)\n- [Contributing](#contributing)\n- [License](#license)\n\n## About\n\nImplementation of Abstract Datagram Network Layer (ADNL) protocol stack in safe Rust. ADNL is a protocol layer that provides all low level communications between Everscale/Venom blockshain nodes. Depending on scenario, ADNL can operate on top of UDP or TCP protocols. \n\nStack implementation includes several other protocols accompanying ADNL in node operation. Specifically:\n- Reliable Large Datagram Protocol (RLDP). 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.\n- Overlay protocol. This protocol runs on top of ADNL UDP, and it is responsible for dividing a single network into additional subnetworks (overlays). Overlays can be both public, to which anyone can connect, and private, where additional credentials is needed for entry, known only to a certain amount of participants.\n- Distributed Hash Table (DHT) Protocol. DHT protocol essentially manages the distributed key-value database, where each member of the network can store something, for example, information about themselves.\n\n## Getting Started\n\n### Prerequisites\n\nRust complier v1.76+.\n\n### Installing\n\n```\ngit clone --recurse-submodules https://github.com/tonlabs/ever-adnl.git\ncd ever-adnl\ncargo build --release\n```\n\n## Usage\n\nThis project output is the library which is used as a part of Everscale/Venom node. Also it can be used in standalone tools.\n\n## Contributing\n\nContribution to the project is expected to be done via pull requests submission.\n\n## License\n\nSee the [LICENSE](LICENSE) file for details.\n\n## Tags\n\n`blockchain` `everscale` `rust` `venom-blockchain` `venom-developer-program` `venom-network` \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feverx-labs%2Fever-adnl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feverx-labs%2Fever-adnl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feverx-labs%2Fever-adnl/lists"}