搜索资源列表
-
0下载:
MUSCLE (Multi User Server Client Linking Environment) 提供一个多路的消息服务器以及相应的网络API,其客户端涉及多种语言包括 C, C++, C#, Delphi, Java, 和 Python. MUSCLE 用来在网络上传输消息对象,所有消... -Middleware Design
-
-
0下载:
python tcp server tool
-
-
1下载:
python tcp server and client
-
-
0下载:
# Simple FTP
A simple TCP file transfer application.
## Dependencies
Python 3
## To run
1. Start the server on the machine to receive the file using the following command:
```bash
python3 server.py <local-port>
-
-
0下载:
实现简单的socket请求,在客户端和服务器端实现通信(achieve socket requirements between client and server.)
-