{"id":22071794,"url":"https://github.com/mhutter/gudcat","last_synced_at":"2025-03-23T19:17:59.217Z","repository":{"id":57551413,"uuid":"65390337","full_name":"mhutter/gudcat","owner":"mhutter","description":"Send data via UDP in a controlled manner","archived":false,"fork":false,"pushed_at":"2022-08-23T14:39:11.000Z","size":18,"stargazers_count":0,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-29T02:24:52.226Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mhutter.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-08-10T14:42:29.000Z","updated_at":"2019-03-21T12:30:08.000Z","dependencies_parsed_at":"2022-09-26T18:41:16.545Z","dependency_job_id":null,"html_url":"https://github.com/mhutter/gudcat","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhutter%2Fgudcat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhutter%2Fgudcat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhutter%2Fgudcat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhutter%2Fgudcat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mhutter","download_url":"https://codeload.github.com/mhutter/gudcat/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245153892,"owners_count":20569408,"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-11-30T20:34:08.417Z","updated_at":"2025-03-23T19:17:59.170Z","avatar_url":"https://github.com/mhutter.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gudcat\n\n[![GoDoc](https://godoc.org/github.com/mhutter/gudcat?status.svg)](https://godoc.org/github.com/mhutter/gudcat)\n\ngudcat lets you send data via UDP in a more or less controlled manner.\n\n## Synopsis\n\n```bash\n# on the server\ngudcat server :3000 \u003e target.file\n\n# on the client\ngudcat client -size 512 -delay 1ms \u003c source.file\n```\n\n## Installation\n\n    go get -u github.com/mhutter/gudcat/gudcat\n\n(yep, thats `gudcat` twice)\n\n## Usage\n\n    Usage:\n        gudcat client [options] address\n        gudcat server address\n\n### Client\n\n    Usage:\n        gudcat client [options] address\n\n    Read data from stdin and send it to \u003caddress\u003e via UDP.\n\n    Usage of flags:\n      -delay duration\n          Delay between packages. Valid time units are 'ns', 'us' (or 'µs'),\n          'ms', 's', 'm', 'h'.\n      -size int\n          package size in bytes (default 64000)\n\n    Examples:\n        gudcat client -delay 10ms -size 510 localhost:3388 \u003c input.file\n        gudcat client '[fe80::1]:3388'\n\n\n### Server\n\n    Usage:\n        gudcat server [options] address\n\n    Listen on \u003caddress\u003e for data and print it to stdout\n\n    Options:\n      -timeout duration\n          Valid time units are 'ns', 'us' (or 'µs'), 'ms', 's', 'm', 'h'.\n\n    Timeout: The timeout will only start once the server has\n    received some data. New data will reset the timeout.\n\n    Examples:\n        gudcat server -timeout 1s :3388\n        gudcat server [::]:3388\n        gudcat server 127.0.0.1:3388\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmhutter%2Fgudcat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmhutter%2Fgudcat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmhutter%2Fgudcat/lists"}