{"id":19334350,"url":"https://github.com/sticnarf/agga","last_synced_at":"2026-07-01T00:31:45.002Z","repository":{"id":71210979,"uuid":"111203944","full_name":"sticnarf/agga","owner":"sticnarf","description":"[WIP] Redirect TCP connections through a cluster","archived":false,"fork":false,"pushed_at":"2017-12-22T17:18:51.000Z","size":27,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-24T07:47:15.464Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Scala","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/sticnarf.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-11-18T12:30:12.000Z","updated_at":"2020-05-19T20:15:56.000Z","dependencies_parsed_at":"2023-05-23T13:45:22.795Z","dependency_job_id":null,"html_url":"https://github.com/sticnarf/agga","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sticnarf/agga","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sticnarf%2Fagga","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sticnarf%2Fagga/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sticnarf%2Fagga/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sticnarf%2Fagga/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sticnarf","download_url":"https://codeload.github.com/sticnarf/agga/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sticnarf%2Fagga/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34988712,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-30T02:00:05.919Z","response_time":92,"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":[],"created_at":"2024-11-10T02:58:31.977Z","updated_at":"2026-07-01T00:31:44.995Z","avatar_url":"https://github.com/sticnarf.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"# agga\n\nRedirect TCP connections through a cluster\n\n## Build\n\n```bash\n$ sbt assembly\n```\n\nThen, the assembly can be found in the `target/scala-2.12` directory.\n\n## Usage\n\nLaunch a new cluster:\n\n```bash\n$ java -jar agga-assembly-0.1-SNAPSHOT.jar \\\n  -Dakka.remote.netty.tcp.hostname=server0.example.com \\\n  -Dakka.remote.netty.tcp.port=7000 \\\n  -Dakka.remote.netty.tcp.bind-hostname=192.168.1.100 \\\n  -Dakka.remote.netty.tcp.bind-port=2552\n  -Dakka.cluster.seed-nodes.0=akka.tcp://agga@192.168.1.100:2552\n  -Dagga.tcp-redir.hostname=127.0.0.1 \\\n  -Dagga.tcp-redir.port=1080 \\\n  -Dagga.accepted-keys.0=client-key-0 \\\n  -Dagga.accepted-keys.1=client-key-1\n```\n\nJoin a cluster:\n\n```bash\n$ java -jar agga-assembly-0.1-SNAPSHOT.jar \\\n  -Dakka.remote.netty.tcp.hostname=server1.example.com \\\n  -Dakka.remote.netty.tcp.port=7000 \\\n  -Dakka.remote.netty.tcp.bind-hostname=192.168.1.101 \\\n  -Dakka.remote.netty.tcp.bind-port=2552\n  -Dakka.cluster.seed-nodes.0=akka.tcp://agga@192.168.1.100:2552\n  -Dagga.tcp-redir.hostname=127.0.0.1 \\\n  -Dagga.tcp-redir.port=1080 \\\n  -Dagga.accepted-keys.0=client-key-2 \\\n  -Dagga.accepted-keys.1=client-key-3\n```\n\n## Client\n\nSee [sticnarf/agga-client-scala](https://github.com/sticnarf/agga-client-scala).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsticnarf%2Fagga","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsticnarf%2Fagga","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsticnarf%2Fagga/lists"}