# tcp-coupler **Repository Path**: gitee211012/tcp-coupler ## Basic Information - **Project Name**: tcp-coupler - **Description**: Couple two tcp connections - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-17 - **Last Updated**: 2021-11-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # tcp-coupler tcp-coupler is a tcp server, it can makes two client connect to each other like a p2p connection. ## Usage 1. Start up the tcp-coupler. 2. Prepare a ID with 16 characters. 3. Client A make a tcp connection to the tcp-coupler, and send the ID. 4. Client B make a tcp connection to the tcp-coupler, and send the ID. 5. Client A and client B can send any data to each other.