搜索资源列表
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.
socket_linux
- 嵌入式linux系统的socket通信程序,包括服务器端和客户端程序-Embedded Linux System socket communication procedures, including server and client programs
UDPImageArmLinux
- 基于uclinux采用udp通讯协议实现图象等网络规范文件的传输.采用c/s模式,服务器端实现并发而响应多个客户的请求.经过测试,代码能在linux主机之间,arm与arm之间以及pc与arm之间进行通讯(文件中的readme(此为linux下编写)对代码有个总体说明)-use udp protocol communications networks such as image regulatory document transmission. Using c / s mode, the ser
udhcp
- 嵌入式linux下可簡單移植的dhcp client,廣泛用於IP STB上
serverclient
- server and client examples for linux
linux_program_video
- 基于linux嵌入式开发板的图像采集 服务器端作为图像采集端客户从服务器接受图像-Embedded Linux based development board of server-side image acquisition as image acquisition from the client server accepts images
networking.rar
- 嵌入式Linux下使用的telnet客户端和服务器源码,非常经典。,Embedded Linux to use the telnet client and server source code, very classic.
ftpClient
- 从busybox提取的ftp客户端程序,main函数是测试函数。用arm-linux-gcc ftpClient.c -o main编译后即可运行。-Busybox extracted from the ftp client program, main function is to test the function. Use arm-linux-gcc ftpClient.c-o main compiled to run.
fileclient.tar
- 在linux下的用QT做的基于TCP协议传输文件的客户端小程序。-In linux using QT to do under the TCP protocol to transfer files based on client-side applet.
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
smtp
- 在嵌入式linux下发送邮件的SMTP客户端程序。基于mips平台可直接使用-In the embedded linux send SMTP mail client program. Mips-based platform can be used directly
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
socket2
- 基于linux操作系统下的socket编程,完成一个简单聊天工具。服务器端首先:向内核申请一个socket。第二绑定地址到socket上,地址包括主机、端口。第三在socket上,允许接入呼叫并设置队列长度为1.第四等待/接受呼叫。第五传输数据(及可以聊天)。 客户端:第一向内核请求建立socket 第二与服务器相连。第三传输数据 -Linux operating system based on the socket programming, to complete a simple
wifi-sever-client
- 语言:C语言编写的源代码,编译通过,可运行。 功能:linux系统下PC机(或开发板)之间利用无线通信实现实时聊天。这是最简-Language: C language source code, compile, run. Function: linux system a PC (or board) to use wireless communication between the real-time chat. This is the most simple
application
- arm-linux环境小型物联网络,应用层程序,包括服务器端和客户端两部分-arm-linux environment-linked network of small objects, the application layer procedures, including server and client in two parts
linux--multi-process
- 本代码是基于Linux-ubuntu,用多进程,socket、消息队列来实现多个客户端聊天的程序-This code is based on the Linux-ubuntu, multiple processes, sockets, message queues to implement multiple client chat program
Linux
- 客户端和服务端进行消息传递 具有配置文件,心跳机制,日志文件-Messaging client and server configuration file, the heartbeat mechanism, log files
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的功能,从
client
- 基于linux下gtk+的摄像采集客户端界面显示,采用socket监听。较好的移植性-Based the camera acquisition interface under linux gtk+ socket listener. Better portability