搜索资源列表
mhttpd-2.0.1.tar
- 一个非常example的minimal http服务器,用非常纯粹的c++完成,可以作为学习c++和socket编程的最佳例子!-example of a very minimal http server, with very pure c completed, could serve as learning c socket programming and the best example!
httppro
- socket通讯Http代理客户端 socket通讯Http代理客户端 -socket http pro
libfsnet-0.0.1-src.tar
- 包含SMTP,POP3,FTP,HTTP...通讯协议实现的库,以及socket的api。-The libFSNetwork library contains network classes for protocols like SMTP,POP3,FTP,HTTP...etc. and a wrapped socket-api-class
download
- 基于socket的http下载程序,不支持断点-http download
VB_60_LAN_Sockets
- VB源码实现网口控制安捷伦N6700A仪器,ZIP包中包含工程等多个文件-Communication with the N6700A over LAN may be accomplished without the use of I/O libraries or drivers. In this example it is accomplished using Winsock. Dynamic Host Configuration Protocol (DHCP) is typical
NetMeeting_VideoCapture1
- 概要介绍: 本例子是视频采集与播放是基于vfw。 视频的传输是基于rtp来传输。用的第三开源包是jrtplib。 参考例子: (1)视频采集,播放,视频传输 我参考了从http://www.programsalon.com/ 下下来的NetMeeting_VideoCapture例子 不过它的传输是基于tcp/ip socket编程的。 (2)jrtplib官方网站的c/s例子 运行配置: VS2005 头文件 j
DELPHItransfile
- 使用socket,运用 WINSOCK 单元进行传送文件的程序-file transfer support HTTP. Support agreements, modules for use Winsock delivery procedures characteristics : 1, 2 multithreading support HTTP. 3, the system tray.
tcpIP4
- 一个简单的web服务器,它仅能处理一个请求. Web服务器: (1)当一个客户(浏览器)连接时创建一个连接套接字; (2)从连接套接字接收http请求。 (3)解释该请求以确定所请求的文件; (4)从服务器的文件系统获得请求的文件。 (5)创建一个由请求的文件组成的http响应报文。报文前面有首部行。 (6)经TCP连接想请求的浏览器发送响应。如果浏览器请求的文件不在服务器,服务器返回“404 Not Found”差错报文。 Web客户端:采用浏览器实现。输入UR