搜索资源列表
C8051F340的web服务器程序
- C8051F340的web服务器程序,嵌入式web服务器程序,源码。
功能齐全的嵌入式web服务器
- 这是我写的一个功能齐全的嵌入式web服务器,在友善之臂S3C2440板子上调试通过并验收。嵌入式设备具有有限的内存资源,所以在设计上要求嵌入式web服务器代码不仅要完成需求的所有功能,还要求代码尽可能的优化和精简。基于以上需求,完成了嵌入式web服务器所要求的基本功能: 1. 实现对静态网页请求的应答。 2. 实现对动态网页请求的应答,web服务器有执行外部程序的能力。 3. 可以同时接受和处理多个客户端的请求应答。 4. 有效防止僵尸进程的产生。 5. 错误处理。 --------------
嵌入式WEB模块的论文
- 嵌入式WEB模块的论文
基于ARM平台的嵌入式WEB服务器的设计与实现
- 基于ARM平台的嵌入式WEB服务器的设计与实现
enc28j60_lpc2148.LPC2148驱动ENC28J60实现嵌入式WEB功能
- LPC2148驱动ENC28J60实现嵌入式WEB功能。,LPC2148-driven features ENC28J60 Embedded WEB.
mini_httpd-1.19.tar.gz
- 嵌入式web服务器源代码。可以移植的arm等嵌入式上。经试验运行稳定可靠。欢迎下载并给出建议,Embedded web server source code. Can be transferred, such as embedded on the arm. Stable and reliable operation by the pilot。Welcome to download and give recommendations
Embedded_Web.zip
- 本附件为嵌入式Web的相关资料,包括嵌入式Web所用到的网络芯片(Silicon Lab的CP2200或Microchip的ENC28J60),和外围MCU等等的资料,和相关的源码。 有兴趣的朋友也可以动手做一下,主控可以是8051或ARM。实现起来比较简单。 ,The attachment for the embedded Web-related information, including the use of embedded Web network chip (Silicon Lab
Embededwebserver.rar
- 嵌入式WEB服务器及远程测控应用详解,一个详细的嵌入式开发系统。,Embedded WEB server and explain the application of remote monitoring and control, a detailed development of embedded systems.
boa-0.94.13.tar.gz
- 一个嵌入式web server的源码。小巧好用,a source code for embeded web server.It is tiny and easy to be used.
wince-web-server-cgi
- 利用GoAhead构建嵌入式web应用。在wince环境下的CGI程序。-/* * cgi.c-- CGI processing (for the GoAhead Web server * * Copyright (c) GoAhead Software Inc., 1995-2000. All Rights Reserved. * * See the file "license.txt" for usage and redistribution
wince-web-server-main
- 利用GoAhead构建嵌入式web应用。在wince环境下的主程序。-/* * cgi.c-- CGI processing (for the GoAhead Web server * * Copyright (c) GoAhead Software Inc., 1995-2000. All Rights Reserved. * * See the file "license.txt" for usage and redistribution l
wince-web-server-handler
- 利用GoAhead构建嵌入式web应用。在wince环境下的handler程序。-/* * handler.c-- URL handler support * * Copyright (c) GoAhead Software Inc., 1995-2000. All Rights Reserved. * * See the file "license.txt" for usage and redistribution license requirements * *
EasyWEB
- 该程序实现在LPC1768下的嵌入式web服务器,通过该程序可以了解TCP通信的过程、LPC1768的EMAC控制模块。Keil下编译。-Under the program to achieve the LPC1768 embedded web server, through the program can understand the process of TCP traffic, LPC1768 the EMAC control module. Keil compiled.
webbuild
- 包括boa-0.94.13和cgic205,适合嵌入式web服务器建设-Including the boa-0.94.13 and cgic205, suitable for building embedded web server
tcpip
- 嵌入式web平台-Embedded web platform
monkey-0.9.2.tar
- monkey是一款多线程web服务器,是学习嵌入式web服务器的理想之选,这里给出源码和文档。-monkey is a multi-threaded web server, embedded web server is to learn from ideal, given source code and documentation here.
web
- 采用ajax技术,实现嵌入式web server-ajax+ web server
WEB
- 嵌入式WEB服务器及远程测控应用技术方案-Embedded WEB server and a remote monitoring and control use of technical solutions
嵌入式WEB服务器及远程测控应用详解
- 嵌入式WEB服务器及远程测控应用详解,包括服务器的移植及注意点等(Embedded WEB server and remote monitoring and control applications, including the server migration and attention points)
交换机嵌入式web
- 基于linux的交换机嵌入式web,使用的HTML+JS+CGI实现,需要部署web服务器才能运行