{"id":25449813,"url":"https://github.com/webrror/sere","last_synced_at":"2025-08-21T09:07:38.116Z","repository":{"id":277235772,"uuid":"931776584","full_name":"webrror/sere","owner":"webrror","description":"This Rust package provides a simple file transfer utility using the iroh and iroh_blobs libraries. You can use this tool to send and receive files using a peer-to-peer network setup.","archived":false,"fork":false,"pushed_at":"2025-02-12T21:27:52.000Z","size":37,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-16T09:07:37.025Z","etag":null,"topics":["blobs","iroh","iroh-blobs","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/webrror.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"publiccode":null,"codemeta":null}},"created_at":"2025-02-12T20:50:56.000Z","updated_at":"2025-02-12T21:27:55.000Z","dependencies_parsed_at":"2025-02-12T21:46:15.229Z","dependency_job_id":null,"html_url":"https://github.com/webrror/sere","commit_stats":null,"previous_names":["webrror/sere"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/webrror/sere","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webrror%2Fsere","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webrror%2Fsere/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webrror%2Fsere/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webrror%2Fsere/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webrror","download_url":"https://codeload.github.com/webrror/sere/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webrror%2Fsere/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271455198,"owners_count":24762701,"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","status":"online","status_checked_at":"2025-08-21T02:00:08.990Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["blobs","iroh","iroh-blobs","rust"],"created_at":"2025-02-17T21:19:17.659Z","updated_at":"2025-08-21T09:07:38.094Z","avatar_url":"https://github.com/webrror.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# File Transfer with Iroh Blobs\n\n\u003cp\u003e\n\u003c!--     \u003cimg alt=\"Actions\" src=\"https://github.com/webrror/sere/actions/workflows/rust.yml/badge.svg\"\u003e --\u003e\n\u003c!--     \u003cimg alt=\"GitHub repo size\" src=\"https://img.shields.io/github/repo-size/webrror/sere\"\u003e --\u003e\n    \u003cimg alt=\"Language\" src=\"https://img.shields.io/badge/Rust-8A2BE2\"\u003e\n    \u003cimg alt=\"GitHub Issues or Pull Requests\" src=\"https://img.shields.io/github/issues-raw/webrror/sere?color=8A2BE2\"\u003e\n    \u003cimg alt=\"GitHub Pull Requests\" src=\"https://img.shields.io/github/issues-pr/webrror/sere?color=8A2BE2\"\u003e\n\u003c/p\u003e\n\n\nThis Rust package provides a simple file transfer utility using the [`iroh`](https://github.com/n0-computer/iroh) and [`iroh_blobs`](https://github.com/n0-computer/iroh-blobs) libraries. You can use this tool to send and receive files using a peer-to-peer network setup.\n\n\u003e [!CAUTION] \n\u003e This currently uses memory for the transfer, so it is not suitable for large files.\n\n\u003c!-- \u003e [!NOTE] \n\u003e Version with file system support is WIP --\u003e\n\n## Features\n- Send files to a peer and generate a ticket for others to fetch the file.\n- Receive files by providing a valid ticket.\n\n## Requirements\n- Rust (latest stable version)\n- Tokio async runtime\n\n## Installation\n\n1. Clone the repository and navigate to the project directory:\n\n    ```bash\n    git clone https://github.com/webrror/sere.git\n    cd sere\n    ```\n\n\n## Usage\n\nThe package provides two commands:\n- `send`: Send a file.\n- `receive`: Receive a file.\n\n### Sending a File\n\nTo send a file, use the following command:\n\n```bash\ncargo run send [FILE_PATH]\n```\n\n### Receiving a File\n\nTo receive a file, use the following command:\n\n```bash\ncargo run receive [TICKET] [FILE_PATH]\n```\n\n## References\n\n- [iroh](https://github.com/n0-computer/iroh)\n- [iroh-blobs](https://github.com/n0-computer/iroh-blobs)\n- [Unlimited, free file transfer, no account required [Youtube]](https://youtu.be/jl4cAkRTMT8?si=dtEXhC2fiqr7Rbsn)\n- [sendme](https://www.iroh.computer/sendme)\n- [Simple peer-to-peer file transfer tool](https://www.iroh.computer/docs/quickstart)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebrror%2Fsere","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebrror%2Fsere","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebrror%2Fsere/lists"}