Skip to content
/ Y-Chat Public

一个使用TCP协议实现的的局域网多人聊天室。A LAN multi-person chat room using TCP protocol.

License

Notifications You must be signed in to change notification settings

YURLAK/Y-Chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Y聊天室/Y-Chat

介绍

一个使用Python实现的局域网内多人聊天室,使用TCP协议,socket套接字模块和threading多线程模块。

特性

  • 局域网内多人聊天
  • 自定义昵称

使用

  • 打开一个服务器(YServer),设置端口后服务期开始监听。
  • 打开一个客户端,输入对应的服务器ip(本机的话也可以是127.0.0.1)和port后连接成功,输入昵称后开始聊天。

兼容性

以下是支持运行的平台:

  • Windows10~11:支持exe和源代码运行(需安装Python3.7.2编译器)。
  • Windows7:仅支持源代码运行,需安装Python3.7.2编译器(已附上),exe会有系统不兼容问题。
  • Linux

版权

使用GPL3.0许可证。

About

一个使用TCP协议实现的的局域网多人聊天室。A LAN multi-person chat room using TCP protocol.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages