{"id":23662761,"url":"https://github.com/kezhengjie/forward_cpp","last_synced_at":"2025-08-08T19:13:25.863Z","repository":{"id":163339227,"uuid":"468689948","full_name":"kezhengjie/forward_cpp","owner":"kezhengjie","description":"A tcp forward tools implaments with select.","archived":false,"fork":false,"pushed_at":"2022-05-05T06:16:54.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-25T03:22:16.841Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","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/kezhengjie.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":"2022-03-11T09:38:40.000Z","updated_at":"2022-03-11T09:39:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"31655f35-c199-41d2-98f4-9da407674bd7","html_url":"https://github.com/kezhengjie/forward_cpp","commit_stats":null,"previous_names":["kezhengjie/forward_cpp"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kezhengjie%2Fforward_cpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kezhengjie%2Fforward_cpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kezhengjie%2Fforward_cpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kezhengjie%2Fforward_cpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kezhengjie","download_url":"https://codeload.github.com/kezhengjie/forward_cpp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239656204,"owners_count":19675564,"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-12-29T05:07:41.300Z","updated_at":"2025-02-19T12:27:41.256Z","avatar_url":"https://github.com/kezhengjie.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# forward_cpp\nA TCP forward tools.\n\n##\nThis is a tcp port forward tool.  \nIf you have boost lib,it is highly recommand using  \nforward-boost.cpp,which implemented with boost::asio  \nand faster than select.  \nforward.cpp implemented with select,works in most of  \ncircumstance.  \n\n## compile\nThis code could be compiled both in Unix/Windows os.  \n\n### In unix:  \n`g++ -o forward forward.cpp`\n\n### In Windows:  \n`cl /EHsc /Ox forward.cpp`\n\n## usage\nforward localport remoteaddr remoteport  \n`./forward 65444 192.168.1.2 22`  \nIn this case,the program will forward all data to 192.168.1.2:22  \n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkezhengjie%2Fforward_cpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkezhengjie%2Fforward_cpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkezhengjie%2Fforward_cpp/lists"}