搜索资源列表
C8051F340的web服务器程序
- C8051F340的web服务器程序,嵌入式web服务器程序,源码。
功能齐全的嵌入式web服务器
- 这是我写的一个功能齐全的嵌入式web服务器,在友善之臂S3C2440板子上调试通过并验收。嵌入式设备具有有限的内存资源,所以在设计上要求嵌入式web服务器代码不仅要完成需求的所有功能,还要求代码尽可能的优化和精简。基于以上需求,完成了嵌入式web服务器所要求的基本功能: 1. 实现对静态网页请求的应答。 2. 实现对动态网页请求的应答,web服务器有执行外部程序的能力。 3. 可以同时接受和处理多个客户端的请求应答。 4. 有效防止僵尸进程的产生。 5. 错误处理。 --------------
Embededwebserver.rar
- 嵌入式WEB服务器及远程测控应用详解,一个详细的嵌入式开发系统。,Embedded WEB server and explain the application of remote monitoring and control, a detailed development of embedded systems.
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 * *
android-server
- android java web 服务器, 实现断点传输,支持jpeg格式,支持html和htm格式,支持http1.0协议,是一个嵌入式的web服务器-android java web server, to achieve breakpoint transmission, support jpeg formats, support for html and htm formats, support for http1.0 agreement is an embedded web serv
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
- 远程监测 基于嵌入式服务器的远程温度监测系统的设计-Embedded Server-based remote monitoring of remote temperature monitoring system
web
- 采用ajax技术,实现嵌入式web server-ajax+ web server
Linux-Web-(Mc9328MX)
- 基于Mc9328MX芯片的Linux嵌入式操作系统对于WEB服务器的应用-Mc9328MX chips based on the Linux operating system for embedded WEB server applications
cgi
- 基于CGI库的程序编写的介绍 嵌入式web服务器建设-Based on CGI programming library introduction to the building of the embedded web server
WEB
- 嵌入式WEB服务器及远程测控应用技术方案-Embedded WEB server and a remote monitoring and control use of technical solutions
Embestem
- 嵌入式Web服务器的远程电机控制系统Embedded Web server for remote motor control system-Embedded Web server for remote motor control system
insert-linux-web
- 在嵌入式linux下编写httpserver,这是一些参考的例程,包括了大部分可能用到的网页模板-Prepared in the embedded linux httpserver, this is some reference routine, including the most likely to use page templates
Web
- 硕士学位论文基于arm的嵌入式远程监控系统设计-Master' s degree thesis on the arm of the Embedded Remote Monitoring System
WEB-003
- 在传统的Web 应用中,Web 服务器往往与数据库系统或者文件系统并存在一台高性能的计算机系统中,数据库服务器是Web 服务器的信息来源,Web 服务器则是系统的信息发布中心,它接收来自浏览器的请求,并根据请求生成新的页面发送给Web 浏览器,完成信息在网络范围内的传输。Web 服务器检索 的信息来自数据库系统,实时性要求不高,可以满足常规的查询和检索系统的要求。 随着嵌入式系统技术的发展,人们越来越多的采用WEB 技术进行嵌入式系统的远程监控。-In traditional Web a
嵌入式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服务器才能运行