# tcp_client **Repository Path**: ReallyT-bag/tcp_client ## Basic Information - **Project Name**: tcp_client - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-07-16 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 编译 * 方式一 cmake编译 ``` mkdir cmake cd cmake && cmake .. make ``` * 方式二 blade编译 ``` blade build ... ```