搜索资源列表
boaWebServer
- Boa是一个非常小巧的Web服务器,可执行代码只有约60KB。它是一个单任务Web服务器,只能依次完成用户的请求,而不会fork出新的进程来处理并发连接请求。但Boa支持CGI,能够为CGI程序fork出一个进程来执行。Boa的设计目标是速度和安全,在其站点公布的性能测试中,Boa的性能要好于Apache服务器。-Boa is a very compact Web server executable code only about 60KB. It is a single task Web s
web-server.tar
- 自己写嵌入式系统的Web Server,基于Busybox的httpd,通过CGI可以实现交互式动态网页。
uClinux_source.rar
- 一个uclinux下进行网络数据处理,及串口读取,CGI配置,a uclinux network,rs232,web server
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
Webserver
- Webserver的移植与网络通讯实验 既在嵌入式设备上运行一个脚本或CGI的功能的WEB服务器.生成一个动态的叶面-Webserver transplant experiments both network communications and embedded devices running in a CGI scr ipt or the function of the WEB server. Generate a dynamic leaf
s3c2410adc.tar
- 基于s3c2410芯片的数据采集系统 目标环境:S3C2410芯片、经裁剪后的linux2.6内核、sqlite数据库、cgi库 项目描述:节点端采集数据,并通过网络把数据传给服务器端。 服务器接收数据,并把数据保存在数据库中。 服务器可以通过CGI程序远程控制节点发送数据的时间间隔。 该系统还有配套的数据库本地查询系统和基于CGI的网络查询系统。-S3C2410 chip-based data acquisition system target environment: S
CP2201forCGIWEB
- 基于芯科实验室的c8051f单片机与Cp2201的嵌入式以太网平台的CGI WEB服务器测试程序。-Based on Silicon Laboratories c8051f embedded single-chip Ethernet and Cp2201 platform CGI WEB server testing procedures.
webserverTest
- 一个开放源码的 WebSerevr,一个领先的嵌入式Web服务器。支持ASP、Javascr ipt、CGI、DHTML ,容易移植和系统集成 ,轻松实现远程的控制,访问-An open source WebSerevr, a leading embedded Web server. Support for ASP, Javascr ipt, CGI, DHTML, easy migration and system integration, easy remote control, acces
cgi
- 基于CGI库的程序编写的介绍 嵌入式web服务器建设-Based on CGI programming library introduction to the building of the embedded web server
routercgi
- 一个mips下的cgi程序.实现了能耗采集器的相关参数的配置,网络服务器的配置等.-one mips pb1200 c program.finish energy cellection parameter config.net server config and so on.
putty_s60v3_1.5.2
- 嵌入式linuxweb服务器,支持cgi动态编程,支持http用户认证,支持ssl加密-Embedded linuxweb server support cgi dynamic programming, support http user authentication, support for ssl encryption
update
- 更新程序,对嵌入式linux,此程序能更新系统的内核和根文件系统,将此程序编译成cgi,通过boa服务器调用能方便地通过网页更新内核及根文件系统。-Update procedures, embedded linux, this procedure can update the system s kernel and root file system, this program is compiled into a cgi, server calls by boa can easily updat
boa
- Web Server BOA的源码,以及嵌入式WEB服务器BOA的移植到arm9的方法、以及嵌入式Linux webserver Boa+CGI程序设计技术demo程序 -Web Server BOA source code, and the embedded WEB server BOA ported to ARM9 method, as well as embedded Linux webserver Boa+CGI programming technology of demo progra
MCB1700_Http_Demo
- 這是一個Keil公司實時庫(RL-ARM)含TCPnet HTTP服務器, 適用於KEIL MCB1700開發板。他演示如何使用Web服務器的CGI接口。-This is a Real-Time Library (RL-ARM) TCPnet HTTP Server example prebuild for Keil MCB1700 Evaluation Board. It shows how to use the Web Server CGI interface.
cgi
- 基于s3c2440实验箱的web服务器的实验代码,可以在主机打开指定路径的网页对实验箱的led,A\D,按键进行操作。-Experimental code of the web server based on S3C2440 experimental box, specify the path of the pages can be opened in the host experimental box led, A \ D keys.
cgi-app_WebServer
- 基于双十实验箱的web服务器的实验测试代码,可以在主机浏览器上访问开发板指定路径的网页,以实现对开发板的操作。-Based on double ten experimental box the experimental test code of the web server, you can specify the path of the development board web access on the host browser in order to achieve the operat
www
- 在服务器移植到开发板的前提下,可以在ubuntu环境下实现浏览器与PC机的交互,通过cgi程序实现。-On the server migration to development board under the premise of the environment can be achieved in ubuntu browsers interact with the PC via cgi program.
cgi_sql2.tar
- cgi程序的作用是为html文件和嵌入式网络服务器之间实现信息交互-cgi program' s role is to html file and the embedded Web server information exchange between
cgi_login
- cgi登录页面,在linux下开发,服务器为thttpd,使用cgilib库,通过cgi页面登录。 需要安装cgilib和thttpd搭建调试环境。-login web cgi soft,server:thttpd,client:html,use by cgilib。