You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 years ago | |
---|---|---|
.. | ||
SMTPClient.py | 4 years ago | |
UDP_Pinger_Client.py | 4 years ago | |
UDP_Pinger_Server.py | 4 years ago | |
Websever.py | 4 years ago | |
readme.md | 4 years ago |
readme.md
套接字编程参考实现
说明
这个目录中的四个Python文件是实验单元“基于套接字的网络编程” 中三个实验的参考实现代码。
其中:
- UDP_Pinger_*.py 是实验“套接字基础与UDP通信”的参考实现
- Websever.py 是实验“TCP通信与Web服务器”的参考实现
- SMTPClient.py 是实验“SMTP客户端实现”的参考实现