搜索资源列表
SER SIP server 快速安裝
- 详细介绍了如何在linux下来安装MYSQL与ser,以及如何来把ser改为应用到MYSQL的数据库里。-Introduce how to install MYSQL and ser in linux particular,along with how to convert ser to application in MYSQL database.
keepalived-1.1.12.tar
- Linux Virtual server-Virtual Linux server
networking.rar
- 嵌入式Linux下使用的telnet客户端和服务器源码,非常经典。,Embedded Linux to use the telnet client and server source code, very classic.
Ethernet-pertest
- 利用PC端iperf SERVER程序(WINDOWS)与EVB端上的iperf CLIENT(embedded linux)连结ETHERNET测试performance -The use of PC client iperf SERVER procedures (WINDOWS) and EVB client on iperf CLIENT (embedded linux) link ETHERNET test performance
Linux_bbs_serve
- 介绍在Linux操作系统下bbs服务器的建设,建设准备,系统安装等-Introduced in the Linux server operating system bbs building, construction, preparation, system installation, etc.
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
boa-0.94.13
- linux嵌入式网络小型服务器boa服务器的源码-small embedded linux server web server source code boa
bluetooth
- 本设计是基于蓝牙技术设计的一个嵌入式的点菜系统,采取c/s结构,将嵌入式开发板arm2410s作为无线点菜器,也就是客户端,pc作为后台管理器,也就是服务器端,服务器端在linux下进行开发,客户端和服务器端通过蓝牙进行无线通信,其中利用qt designer制作菜单界面。-The design is based on the design of an embedded Bluetooth technology a la carte system, to c/s structure, the e
porting-SSH-server
- 怎样移植SSH服务器,对linux开发初学者十分实用-how to porting ssh server
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
- 客户端和服务端进行消息传递 具有配置文件,心跳机制,日志文件-Messaging client and server configuration file, the heartbeat mechanism, log files
linux helix server破解版
- 主要是搭建linux下的helix server视屏服务器,是破解版~~
QT-embedded-server-client
- 嵌入式Linux用户图形界面编程的原理讲解,信号在不同层次是如何传递的-Explain the principle of the of embedded Linux graphical user interface programming at different levels, the signal is passed
Linux-A-named-pipe-experiment
- 在Linux环境下用C语言编程,编程的主要内容是:命名管道的实验。包括:研究mkfifo命令,在当前目录下创建一个myfifo的命名管道 用mkfifo()函数实现相同的功能 编写一个服务器程序server.c,实现从管道myfifo中读取内容,并在终端中显示出来。打开一个命令行终端,运行server,然后打开另一个命令行终端,使用“cp 文件1 myfifo”命令把文件1的内容输出到myfifo,测试server.c的功能 编写客户机程序,实现把指定文件输出到myfifo的功能,从
server.tar
- 简单的linux服务器程序,提供了简单的socket创建监听以及收发。(Basic linux web server code)