# telnet_clinet **Repository Path**: fulinux/telnet_clinet ## Basic Information - **Project Name**: telnet_clinet - **Description**: 想写一个简单的TCP服务器,实习读卡器和windows客户端的通信 - **Primary Language**: C - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2014-03-11 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 服务端命令./server 【1234】 , 其中123是端口可以设置为其他值。 客户端命令./clinet 【服务端的IP地址】【1234】,我的IP地址是192.168.1.105 端口要保持一致,即1234。