# udptunnel **Repository Path**: sirgo/udptunnel ## Basic Information - **Project Name**: udptunnel - **Description**: UDP转TCP发送数据。 接收UDP数据,转成TCP后发送给TCP server . 只包含中转服务。 UDP client 和TCP server 使用nc.exe模拟。 详见: nc目录的read.txt - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 3 - **Created**: 2019-01-01 - **Last Updated**: 2024-06-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # udptunnel #### 介绍 UDP转TCP发送数据。 (原始代码来自网络,修改部分代码) 接收UDP数据,转成TCP后发送给TCP server . 只包含中转服务。 UDP client 和TCP server 使用nc.exe模拟。 详见: nc目录的read.txt