资源列表
simple_ping_code
- 兼容ipv4和ipv6的简化源代码。总代码量只有公开可得代码的20%
PingCsharp
- PING程序是我们使用的比较多的用于测试网络连通性的程序。PING程序基于ICMP,使用ICMP的回送请求和回送应答来工作。由计算机网络课程知道,ICMP是基于IP的一个协议,ICMP包通过IP的封装之后传递。有两个程序,一个是利用.NET原有的PING类实现PING命令,另外一个是用自己定义的ICMP报头,设计算法,求得ICMP的回送应答信息。-Use Csharp to build up the project of ping
The-Socket-file-transfer
- Socket文件传输实验 通过本实验,掌握Socket编程技术,培养通过实验解决文件传输的实践能力。-Socket file transmission experiment. through this experiment, to master the Socket programming techniques, and cultivate the practical ability to solve the file transfer through experiments.
Winsock_src
- winsock src solution tcp ip stack client server connect socket api sockaddr functions basic network networking close programming communication ports protocol internet transfer control
SocketClientTest
- 客户端的源码,tcp协议。有加log。SocketClientTest.v11.suo(Client source code, TCP protocol. Plus log)
Lab03
- 嵌入式系统tcp/ip协议栈--第三部分,越来越精彩-Embedded tcp/ip protocol stack- the third part, more exciting
downloader
- 简单的一个多线程下载demo,用来包括对进度条的刷新,数据库的操作-A simple multi-threaded download demo, including the progress bar to refresh, database operations, etc.
chat_code
- 网络聊天程序,分服务器端和客户端程序代码,采用winsocket原理编写.
sample_client_vs_2008
- Development tool : Visual Studio 2008 Character Set : Use Multi-Byte Character Set ClientSample is a simple client program. You are able to connect to a server. You can see logs or receved data and send messages(CR, LF).
2getIPadress
- 案例2 获取自己的IP地址(用VC++.NET描述)
stackfiles
- VHDL IP Stack: This IP stack for an FPGA is a complex design because of the number of layers and the complexity of each that is required. It is limited to 10Mb/s operation and is designed for a full duplex switched network. It implements the lower la
socket
- 一个关于C/S架构的程序,VC中Socket通信的使用