{"id":13344039,"url":"https://github.com/360tetsu360/zproxy","last_synced_at":"2025-03-12T06:31:08.879Z","repository":{"id":185223957,"uuid":"527094500","full_name":"360tetsu360/zproxy","owner":"360tetsu360","description":"[WIP] A simple proxy for mcbe.","archived":false,"fork":false,"pushed_at":"2022-08-23T02:49:30.000Z","size":27,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-24T16:50:23.147Z","etag":null,"topics":["bedrock","mcbe","minecraft","proxy","zig"],"latest_commit_sha":null,"homepage":"","language":"Zig","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/360tetsu360.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-08-21T03:21:13.000Z","updated_at":"2022-10-24T07:47:03.000Z","dependencies_parsed_at":"2023-08-01T05:59:05.317Z","dependency_job_id":null,"html_url":"https://github.com/360tetsu360/zproxy","commit_stats":null,"previous_names":["360tetsu360/zproxy"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/360tetsu360%2Fzproxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/360tetsu360%2Fzproxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/360tetsu360%2Fzproxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/360tetsu360%2Fzproxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/360tetsu360","download_url":"https://codeload.github.com/360tetsu360/zproxy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243171618,"owners_count":20247877,"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":["bedrock","mcbe","minecraft","proxy","zig"],"created_at":"2024-07-29T19:32:19.794Z","updated_at":"2025-03-12T06:31:08.520Z","avatar_url":"https://github.com/360tetsu360.png","language":"Zig","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ZPROXY\n[WIP] A simple proxy for mcbe written in zig.\n\n# Usage\n``` zig\nconst std = @import(\"std\");\nconst network = @import(\"network\");\nconst zproxy = @import(\"zproxy\");\n\nfn handle_client() bool {\n    return false;\n}\n\nfn handle_server() bool {\n    return false;\n}\n\npub fn main() !void {\n    try network.init();\n    defer network.deinit();\n\n    const bind_address = .{\n        .address = .{ .ipv4 = network.Address.IPv4.loopback },\n        .port = 19130,\n    };\n\n    const target_address = .{\n        .address = .{ .ipv4 = network.Address.IPv4.loopback },\n        .port = 19132,\n    };\n\n    try zproxy.startup(bind_address, target_address, handle_client, handle_server);\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F360tetsu360%2Fzproxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F360tetsu360%2Fzproxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F360tetsu360%2Fzproxy/lists"}