搜索资源列表
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
buffer
- boa的源码,一个非常好用的web服务器,支持html和cgi,可以运行在多个平台之上.
app
- 嵌入式平台下,cgi的应用实例。可使你的嵌入式平台提供一个web服务器。
uClinux_source.rar
- 一个uclinux下进行网络数据处理,及串口读取,CGI配置,a uclinux network,rs232,web server
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
cgi-webpage-dm644x
- this source code is modified from GOAHEAD web cgi to fit for dm644x, just download and compile it directly, to use it , see README inside.
Hi3510_Linux_Web_Server
- 论述了在基于嵌入式linux操作系统和海思Hi3510中webserver的实现方法,通过CGI用户可以动态访问webserver-Discusses the embedded linux-based operating systems and webserver Hisilicon Hi3510 in the realization of methods, users can dynamically via CGI access to webserver
cgi
- 基于CGI库的程序编写的介绍 嵌入式web服务器建设-Based on CGI programming library introduction to the building of the embedded web server
ccgiCODE
- c 语言编写的 CGI 程序 ,有教程有详细的程序例子-C LANGUGE CGI CODE
cgiweb
- ARM-LINUX 下WEB 的实现,学生管理系统的 HTML及C编写的CGI程序-ARM-LINUX WEB
32768-DarkerTheme.0.3.tar
- 嵌入式linux开发,针对CGI的web网站,可实现用户登录,session保持等功能-Embedded linux development, for CGI' s web site, user login can be realized, session and other functions to keep
network
- CGI动态网页,可以在网页上刷新以得到实进时间,也可以通可提交实现对linux服务的时间更改-CGI dynamic web pages on the web page, can refresh to get real into time, also can achieve through may submit to Linux the time of service to change
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
bbr_sourcecode_eybuild
- 宽带路由器WEB源码 嵌入式开发的有利参考 -cgi programming under linux routines, embedded development favorable reference-WEB code of broad band router
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
WEB_get_adc-
- WEB CGI adc远程数据采集源码,有需要的下载。-get adc date with web,use CGI code.
cgi_src-2.0
- CGI网页程序,是嵌入式是开发网站时用的。-The CGI program initialization environment, is embedded in the use of web.
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。
www
- 基于s5pc100-A8板的智能仓储物联系统,1. M0作为前端信息采集器,通过温湿度、光感等模块实时采集节点所在仓库的环境数据,通过RFID射频刷卡模拟货物出入库,将采集到的数据和货物存储信息通过ZIGBEE无线传输给A8主控板进行数据分析。 2. A8是整个系统的逻辑处理核心,采用多线程架构,线程间使用全局变量、互斥锁、条件变量实现线程同步、互斥、唤醒等动作;分析M0发送来的数据,唤醒相应线程进行短信报警、摄像头抓拍、蜂鸣器、LED灯光报警、出入库等动作,并将数据存入数据库中; 3.