搜索资源列表
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.
enbeddedlinux
- 本文主要介绍了几种剪裁linux核心的方法,可以用于嵌入式系统,嵌入式服务器的核心配置。-This paper introduces some tailoring Linux core, which can be used embedded systems, the core embedded server configuration.
sip
- sip网络电话服务器原代码,可用于LINUX平台,是DLINK-SIPROUTER的原代码,绝对好用! 先改文件名为ipp.tar.gz再解压-sip telephone network server source code can be used in Linux platform yes DLINK - SIPROUTER the original code, absolutely everything! Reforms first document, then extract ipp.
networking.rar
- 嵌入式Linux下使用的telnet客户端和服务器源码,非常经典。,Embedded Linux to use the telnet client and server source code, very classic.
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
ClientManagementSystemForBank
- 《银行排队取号、叫号系统》,Linux服务器(C语言)和ARM-Linux-Qt嵌入式项目-Client management system for bank based on Linux Server(C Lanuage) and Embeded Qt on ARM
linux-menu
- 本设计是基于蓝牙技术设计的一个嵌入式的点菜系统,采取c/s结构,将嵌入式开发板arm2410s作为无线点菜器,也就是客户端,pc作为后台管理器,也就是服务器端,服务器端在linux下进行开发,客户端和服务器端通过蓝牙进行无线通信,其中利用qt designer制作界面。-qt designer
linux-NTP-server-configure
- linux下使用NTP协议实现时间服务器,本文讲述如何设置实现-under linux use NTP time server protocol, this article describes how to set to achieve
server.tar
- 简单的linux服务器程序,提供了简单的socket创建监听以及收发。(Basic linux web server code)