{"id":43077378,"url":"https://github.com/willbarkoff/airport","last_synced_at":"2026-01-31T14:11:21.585Z","repository":{"id":64307794,"uuid":"269806935","full_name":"willbarkoff/airport","owner":"willbarkoff","description":"🛫 A simple program for redirecting stdout and stdin to the network.","archived":false,"fork":false,"pushed_at":"2020-06-05T23:55:14.000Z","size":5,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-20T06:38:46.127Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://willbarkoff.dev/airport","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/willbarkoff.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":"2020-06-05T23:23:42.000Z","updated_at":"2024-06-20T06:38:46.128Z","dependencies_parsed_at":"2023-01-15T11:01:00.000Z","dependency_job_id":null,"html_url":"https://github.com/willbarkoff/airport","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/willbarkoff/airport","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willbarkoff%2Fairport","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willbarkoff%2Fairport/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willbarkoff%2Fairport/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willbarkoff%2Fairport/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/willbarkoff","download_url":"https://codeload.github.com/willbarkoff/airport/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willbarkoff%2Fairport/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28944822,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T13:02:32.153Z","status":"ssl_error","status_checked_at":"2026-01-31T13:00:07.528Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2026-01-31T14:11:21.495Z","updated_at":"2026-01-31T14:11:21.570Z","avatar_url":"https://github.com/willbarkoff.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Airport\n\nA simple program for redirecting stdout and stdin to network ports.\n\n![Go version](https://img.shields.io/github/go-mod/go-version/willbarkoff/airport?logo=go\u0026style=flat-square)\n[![Latest release](https://img.shields.io/github/v/tag/willbarkoff/airport?label=latest%20release\u0026sort=semver\u0026style=flat-square)](https://github.com/willbarkoff/airport/releases)\n[![License](https://img.shields.io/github/license/willbarkoff/airport?style=flat-square)](./LICENSE.md)\n\n- [⬇️ **Download**](https://github.com/willbarkoff/airport/releases) \n- [🐛 **Report a bug**](https://github.com/willbarkoff/airport/issues/new)\n\n---\n\n## Examples\n\n\u003e ⚠️ `bash` is used in this example just as a simple program. **You should not use bash or another shell with airport, as it will expose your computer over the network**.\n\nUsing airport is super simple. It takes one argument, the command to run. For example:\n\n```shell\n$ airport /bin/bash\n```\n\nThen, in another terminal window:\n```shell\n$ nc localhost 8080\ncat hello.txt\nHello, world\n```\n\nTo specify a port, simply use the `address` flag.\n\n```shell\n$ airport --address :1234 /bin/bash\n```\n\nAs of right now, `stdin` and `stdout` are redirected over the network, while `stderr` is output to the local computer's stderr. If you want you can change this with the `--redirectStderr` flag, for example:\n\n```shell\n$ airport --address :1234 --redirectStderr /bin/bash\n```\n\n## Usage\n```shell\n$ airport --help\nUsage of airport:\n  -address string\n        the address to listen on (default \":8080\")\n  -redirectStderr\n        redirects stderr over the network\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillbarkoff%2Fairport","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwillbarkoff%2Fairport","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillbarkoff%2Fairport/lists"}