搜索资源列表
HTTP1.0
- 用Java作的HTTP1.0 下的Webserver服务器 用TCP协议,采用多线程技术,可作为WEbServer的入门例子-Java for the HTTP1.0 the Webserver server using TCP protocol, multi-threading technology that can serve as examples of entry WEbServer
socket-webserver
- socket webserver tcp/ip嵌入式开发 lm3s8962-socket webserver tcp/ip embedded development lm3s8962
TCPServer
- Webserver for service TCP Port (Java) in Multi-Thread
Sockets-2.3.9.1
- C++ Sockets 是一个跨平台的 Sockets 库,实现包括 TCP、UDP、ICMP、SCTP 协议。已实现的应用协议包括有 SMTP、HTTP(S)、Ajp (1.3)。具有 SOCKS 客户端实现以及匿名 DNS ,支持 HTTP 的 GET/POST/PUT 以及 WebServer 的框架。-his is a GPL licensed C++ class library wrapping the berkeley sockets C API, and therefore wor
Sockets-2.3.9.3
- C++ Sockets 是一个跨平台的 Sockets 库,实现包括 TCP、UDP、ICMP、SCTP 协议。已实现的应用协议包括有 SMTP、HTTP(S)、Ajp (1.3)。具有 SOCKS 客户端实现以及匿名 DNS ,支持 HTTP 的 GET/POST/PUT 以及 WebServer 的框架。-C++ Sockets is a cross-platform Sockets library, implementation, including TCP, UDP, ICMP, SCT
DM9000A-WebServer
- 利用DM9000A实现网络服务器的各种功能,包括TCP/IP、UDP、http等功能,基于ADS1.2开发环境,移植强-DM9000A for network servers using a variety of features, including TCP/IP, UDP, http and other functions, ADS1.2-based development environment, strong transplantation
webserver
- 嵌入式web服务器源码,实现了在LPC2300上移植TCP/IP协议栈以及实现HTTP协议功能-embedded system web server
client-and-server
- 了解Webserver在目标平台的移植 了解TCP/IP协议格式 掌握网络通信的编程方法 掌握Qt编程方法及技巧 -Understanding of the Webserver in the transplantation of the target platform to understand the TCP/IP protocol format to master Qt programming methods and techniques to master the prog
EXP28-WebServer
- 单片机UDP协议源码,用C8051F040单片机与CP2200网络芯片实现以太网通信。-tcp/ip source code on c8051f120 plus cp2200 chip.-SCM UDP protocol source code, C8051F040 microcontroller with CP2200 network chip Ethernet communication.-tcp/ip source code on c8051f120 plus cp2200 chip.
UC-OS-TCP-IP
- 一个迷你的webserver的实现,对学习Linux下socket编程有帮助-a mini webserver,ery useful for Linux socket
WebServer
- java实现tcp多线程服务,北京理工大学计算机网络实验-java tcp multithreaded, Beijing Institute of Technology Computer Network Experiment
HTTP1.0
- 用Java作的HTTP1.0 下的Webserver服务器 用TCP协议,采用多线程技术,可作为WEbServer的入门例子-Java for the HTTP1.0 the Webserver server using TCP protocol, multi-threading technology that can serve as examples of entry WEbServer
webserver
- 安卓起床服务器的WEB客户端。能通过TCP/IP接收到安卓端数据-ANDROID WEBSERVER
tcp_webserver.c
- This is simple web server implementation file using TCP protocol. It is implemented in C. Use any web browser as a client to get the output in the browser itself.
tinyhttpd-0.1.0
- 基于C语言编写,一个简单地http server,TCP通信,可以作为一个简单地网络编程入门。-This is a tiny webserver, programmed by C .