# TcpTunel **Repository Path**: VCodeWork/TcpTunel ## Basic Information - **Project Name**: TcpTunel - **Description**: TCP连接多路转发工具,用于发包到多个监听服务器端口 - **Primary Language**: C# - **License**: MPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 26 - **Forks**: 0 - **Created**: 2020-10-29 - **Last Updated**: 2024-07-02 ## Categories & Tags **Categories**: networklib **Tags**: None ## README # TcpTunel #### 介绍 TCP连接多路转发工具,用于发包到多个监听服务器端口。 配置文件:eg=》8005|127.0.0.1:8003|127.0.0.1:8004|www.code-xxx.cn:8006 ,标识监听8005端口,并转发到8003,8004,www.code-xxx.cn下8006端口,设计实现上下端发送数据互通。 #### 软件架构 软件架构说明 ![软件架构说明](https://images.gitee.com/uploads/images/2020/1029/151118_70a89bfb_452845.png "设计图.png") #### 软件主要类结构 ![软件主要类结构](https://images.gitee.com/uploads/images/2020/1029/151553_b9552308_452845.png "主要类结构图.png") #### 软件运行截图 ![软件Winform端运行截图](https://images.gitee.com/uploads/images/2020/1118/093119_f2c9e7cc_452845.png "软件Winform端运行截图.png") #### 使用说明 config.txt中编辑配置文件:eg=》8005|127.0.0.1:8003|127.0.0.1:8004|127.0.0.1:8006 ,标识监听8005端口,并转发到8003,8004,8006端口