搜索资源列表
talk_tcp_linux
- unix/linux使用socket编程的一个具体示例,包括服务器段和客户端程序。并给出使用嵌入式microwin的GUI的参考设计说明。-unix / linux use socket programming of a specific examples, including the server and client programs. Given the use of embedded microwin GUI reference design specification.
webserver_cgi
- 一个基于s3c2410嵌入式系统的网络服务器程序-s3c2410 an embedded system based on a network server
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
socket_linux
- 嵌入式linux系统的socket通信程序,包括服务器端和客户端程序-Embedded Linux System socket communication procedures, including server and client programs
my_audio
- 我写的基于2410的音频播放的程序,采用c/s结构,pc客户端上传音频流,服务器端建立帧缓冲区接收,并播放出来-I wrote based on the 2410 Audio Player procedures adopted c / s structure, pc client uploads audio streams, the server-frame buffer zone established to receive and broadcast
08_httpd
- 嵌入式ARM开发板实现一个简单WEB服务器的程序
httpd
- S3C2410 Linux 平台下,万维网服务器通信程序。
client
- 嵌入式得应用程序 基于socket得通信程序 怎么实现和服务器端交互数据和菜单
Arm7
- 嵌入式得应用程序 基于socket得通信程序 怎么实现和服务器端交互数据和菜单
zhongduanfuwuqi0
- 一个基于ARM和linux的终端服务器程序
rpc_svc
- 远程过程调用服务器端程序,用于嵌入式linux中-remote procedure call server software, which for Embedded Linux
cgi
- 基于CGI库的程序编写的介绍 嵌入式web服务器建设-Based on CGI programming library introduction to the building of the embedded web server
spacxx
- 适用于华恒2410平台的中星微摄像头-zc301P的驱动程序(全部)和网络视频采集程序,含:视频服务器端采集程序(servfox)和PC监控程序(spacview),用Tor下载的,我已在华恒2410平台实验过,绝对可用,运行稳定。-Huaheng 2410 platform for Vimicro camera-zc301P drivers (all) and network video collection procedures, including: video server-side c
web_server
- 在嵌入式linux平台上的小型web服务器程序包-In a small embedded linux platform web server package
main4
- 嵌入式编程中网络通信操作练习 这是服务器程序部分-Embedded programming operation in the network communications server program which is part of practice
bbs_zou
- 一个简单的BBS服务器程序,在Red Hat Enterprise Linux 5中用gcc编译。-failed to translate
Linux-A-named-pipe-experiment
- 在Linux环境下用C语言编程,编程的主要内容是:命名管道的实验。包括:研究mkfifo命令,在当前目录下创建一个myfifo的命名管道 用mkfifo()函数实现相同的功能 编写一个服务器程序server.c,实现从管道myfifo中读取内容,并在终端中显示出来。打开一个命令行终端,运行server,然后打开另一个命令行终端,使用“cp 文件1 myfifo”命令把文件1的内容输出到myfifo,测试server.c的功能 编写客户机程序,实现把指定文件输出到myfifo的功能,从
LinuxUdpService
- linux下udp服务器程序和可执行文件,前面已上传了客户端,这里是服务器端-Udp server program under Linux and executable files, has been posted in front of the client, this is the server
src
- 串口服务器程序,主机通过网络连接串口服务器,透传从主机传过来的数据,支持tcp server、tcp client、udp-Serial server program, the host server via a network connection port, pass-through from the host pass over the data to support tcp server, tcp client, udp
server.tar
- 简单的linux服务器程序,提供了简单的socket创建监听以及收发。(Basic linux web server code)