python-server:用Python编写的简单客户端-服务器系统

时间:2024-03-15 23:17:57
【文件属性】:

文件名称:python-server:用Python编写的简单客户端-服务器系统

文件大小:8KB

文件格式:ZIP

更新时间:2024-03-15 23:17:57

Python

Python服务器 通过套接字在两个python脚本之间进行通信。 用法 它为用户界面使用模块。 (请参阅) 要将curses安装在UNIX系统上: pip install curses 要将curses安装在Windows系统上: : pip install windows-curses 然后,您必须在server.py (第12行)和client.py (第12行("IP", port)中设置服务器的("IP", port) ) 然后,您可以使用python 3运行server.py或client.py (在IDLE中不起作用)。 默认命令 客户 stop -停止客户端。 平-发送一个ping到服务器。 服务器 停止-停止服务器 list -列出在线的客户端。 平-发送一个ping到每一个客户端。 终端 简单的诅咒终端仿真。 可以独立于客户端/服务器使用。 MAX


【文件预览】:
python-server-master
----server.py(4KB)
----README.md(1KB)
----client.py(3KB)
----terminal.py(6KB)
----.gitignore(2KB)
----common.py(4KB)

网友评论