Skip to content

MNetSocket-Pythonv1.0

Latest
Compare
Choose a tag to compare
@MagicDeveloperDRL MagicDeveloperDRL released this 01 Apr 12:16
· 2 commits to main since this release

本项目是一个只有4份Python代码的开源小工程,用来学习基于TCP的套接字通信包,可以自定义通信协议,处理分包和粘包问题。内置一个服务端和客户端程序,也有对应的博客讲解代码。整个工程基本基于良好的面向对象思想,代码注释清晰简洁。