{"id":17119238,"url":"https://github.com/xhacker/rdt-over-udp","last_synced_at":"2025-04-13T04:37:12.492Z","repository":{"id":15980607,"uuid":"18723599","full_name":"xhacker/RDT-over-UDP","owner":"xhacker","description":"RDT over UDP.","archived":false,"fork":false,"pushed_at":"2014-04-13T09:22:20.000Z","size":620,"stargazers_count":23,"open_issues_count":0,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-26T21:37:29.655Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","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/xhacker.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}},"created_at":"2014-04-13T07:04:39.000Z","updated_at":"2024-04-10T01:57:59.000Z","dependencies_parsed_at":"2022-08-31T11:13:06.654Z","dependency_job_id":null,"html_url":"https://github.com/xhacker/RDT-over-UDP","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xhacker%2FRDT-over-UDP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xhacker%2FRDT-over-UDP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xhacker%2FRDT-over-UDP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xhacker%2FRDT-over-UDP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xhacker","download_url":"https://codeload.github.com/xhacker/RDT-over-UDP/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248665676,"owners_count":21142121,"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":[],"created_at":"2024-10-14T17:56:35.484Z","updated_at":"2025-04-13T04:37:12.470Z","avatar_url":"https://github.com/xhacker.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RDT Over UDP\n\nA simple implementation of RDT (Reliable Data Transfer) 3.0.  \nYou need to run in correct order: interceptor, receiver, then sender.\n\n\u003cimg src=\"screenshot.png\" width=\"1022\"\u003e\n\n## Interceptor\n25% of packets will be dropped. Another 25% of packets will be corrupted by randomly changing one byte. You can change the percentage by editing **intercepter.py**.\n```bash\nUsage: python interceptor.py FromSenderPort ToReceiverPort FromReceiverPort ToSenderPort\npython interceptor.py 1600 1601 1602 1603\n```\n\n## Receiver\n```bash\npython receiver.py 127.0.0.1 1602 127.0.0.1 1601\n```\n\n## Sender\n```bash\npython sender.py 127.0.0.1 1600 127.0.0.1 1603 file.txt\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxhacker%2Frdt-over-udp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxhacker%2Frdt-over-udp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxhacker%2Frdt-over-udp/lists"}