搜索资源列表
linuxtftp服务器源码包
- linux系统中下载根文件系统和内核需要!
大华DVR工控型服务器软件
- 大华工控型DVR服务器软件源代码,基于大华SDK及压缩板卡,代码是QT3的,LINUX操作系统。
networking.rar
- 嵌入式Linux下使用的telnet客户端和服务器源码,非常经典。,Embedded Linux to use the telnet client and server source code, very classic.
socket
- linux 里面的socket完好封装。 把基本的客户端和服务器端写成了函数,方便调用。-socket inside the well-linux package. The basic client and server written in a function to facilitate the call.
ch32b
- 程序运行要求系统中有一台运行Linux 6.0以上版本的Linux服务器,并且开放PING和UDP协议,远程发送文件程序-Program requirements have a system running Linux 6.0 or above versions of Linux servers, and open PING and the UDP protocol, remote procedure to send the file
linux
- 通过客户机和服务器的方式来进行网络通信,通信信号,交给嵌入式驱动程序,完成对led管的发光控制.-Client and server through the means of network communications, communication signal, to the embedded drivers, led to complete control of light-emitting tube.
ppt
- Linux服务器配置教程,ppt,非常适合初学的朋友发。我从中获益良多。-Linux server configuration tutorial, ppt, very suitable for beginner friends fat. I have learned a lot from them.
mrua_EM8622L_2[1].8.2.0_dev.arm.nodts
- 1. 8623L平台,其并行flash已经被烧入uClinux系统,并有IP地址. 2. Windows客户机,使用tera term通过串口,把kernel烧到并行flash上,用命令boot rom启动uClinux并且登陆. 3. Linux服务器,主要作用是编译软件,有nfs服务,nfs服务目录是/nfsdir,文件包括有8623L的驱动程序,应用程序和音视频文件,可以被8620L使用. em8623的开发包-1. 8623L platform, and its paral
GoAhead
- Goahead移植到基于ARM体系结构的网络服务器-Goahead ported to ARM architecture-based network servers
socket2
- 基于linux操作系统下的socket编程,完成一个简单聊天工具。服务器端首先:向内核申请一个socket。第二绑定地址到socket上,地址包括主机、端口。第三在socket上,允许接入呼叫并设置队列长度为1.第四等待/接受呼叫。第五传输数据(及可以聊天)。 客户端:第一向内核请求建立socket 第二与服务器相连。第三传输数据 -Linux operating system based on the socket programming, to complete a simple
LINUX
- 基于Linux操作系统下的ftp服务器配置实现-Based on the Linux operating system of the ftp server configuration to achieve
cgi
- 基于CGI库的程序编写的介绍 嵌入式web服务器建设-Based on CGI programming library introduction to the building of the embedded web server
boa-0.94.14rc20
- boa web网页视频服务器首选 但是 需要 下载者 有较好的linux 基础-boa web page to download the video server of choice, but those who have good linux based
Embedded_Remote_Control_System_Based_on_GPRS
- 本课题基于ARM嵌入式硬件平台,以嵌入式Linux为操作系统,设计并实现了一个远程控制系统。该系统主要包括远程控制终端系统、控制服务器系统和受控终端系统三大模块,实现了GSM短消息收发、GPRS数据传输、视频图像采集、蓝牙无线通信、直流电机变速控制和远程终端人机交互等功能。该系统可广泛应用于智能家居、工矿采集和机械生产等远程控制方面。-The remote control system designed and implemented in the paper is based on ARM e
application
- arm-linux环境小型物联网络,应用层程序,包括服务器端和客户端两部分-arm-linux environment-linked network of small objects, the application layer procedures, including server and client in two parts
9260kernel-porting
- AT91SAM926 ARM9 内核移植手册,非常实用,基于AT91SAM9260-EK开发板。包含以下内容: 1.准备所需要的软件和编译工具包 2.安装ARM-LINUX-GCC工具链 3.安装编译AT91BootStrap Bootloader 4.安装编译Uboot及AT91-Uboot补丁 5.安装编译Linux2.6.22及AT91-Linux补丁 6.安装下载工具AT91ISP及烧写文件 7.NFS根文件系统的建立 8.移植Boa Web服务器 9
linux helix server破解版
- 主要是搭建linux下的helix server视屏服务器,是破解版~~
Linux-A-named-pipe-experiment
- 在Linux环境下用C语言编程,编程的主要内容是:命名管道的实验。包括:研究mkfifo命令,在当前目录下创建一个myfifo的命名管道 用mkfifo()函数实现相同的功能 编写一个服务器程序server.c,实现从管道myfifo中读取内容,并在终端中显示出来。打开一个命令行终端,运行server,然后打开另一个命令行终端,使用“cp 文件1 myfifo”命令把文件1的内容输出到myfifo,测试server.c的功能 编写客户机程序,实现把指定文件输出到myfifo的功能,从
Soft-keyboard
- Qtopia版本的软键盘输入程序。在linux服务器上交叉编译后,可以移植到ARM开发板上运行。可以参考README.txt。-This Qt program Qtopia version of the soft keyboard input program. Cross compiler on Linux server can be ported to run on the ARM development board. Encounter a problem you can refer to
server.tar
- 简单的linux服务器程序,提供了简单的socket创建监听以及收发。(Basic linux web server code)