This website works better with JavaScript.
Explore
Help
Sign In
p2oql4fvh
/
p2l5wexnu
forked from
lori0001/p2l5wexnu
Watch
1
Star
0
Fork
You've already forked p2l5wexnu
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
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.
edit
master
general
edit
layout
branch-wudi
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'edit'
${ noResults }
p2l5wexnu
/
code
/
reference
/
ch_socket
/
readme.md
391 B
Raw
Permalink
Blame
History
套接字编程参考实现
说明
这个目录中的四个Python文件是实验单元“基于套接字的网络编程” 中三个实验的参考实现代码。
其中:
UDP_Pinger_*.py 是实验“套接字基础与UDP通信”的参考实现
Websever.py 是实验“TCP通信与Web服务器”的参考实现
SMTPClient.py 是实验“SMTP客户端实现”的参考实现