搜索资源列表
-
0下载:
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.
-
-
0下载:
嵌入式linux系统的socket通信程序,包括服务器端和客户端程序-Embedded Linux System socket communication procedures, including server and client programs
-
-
0下载:
基于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
-
-
0下载:
server and client examples for linux
-
-
0下载:
linux下使用socket进行网络通信,含server.c和client.c文件,使用时可以将server.c在PC linux下运行,client.c经交叉编译后下到开发板运行
-
-
0下载:
基于linux嵌入式开发板的图像采集 服务器端作为图像采集端客户从服务器接受图像-Embedded Linux based development board of server-side image acquisition as image acquisition from the client server accepts images
-
-
5下载:
ICS dhcp client/ server code. support Linux, bsd, .... Cross-platfrom, rich functionalities.
-
-
0下载:
嵌入式Linux下使用的telnet客户端和服务器源码,非常经典。,Embedded Linux to use the telnet client and server source code, very classic.
-
-
0下载:
linux 里面的socket完好封装。
把基本的客户端和服务器端写成了函数,方便调用。-socket inside the well-linux package. The basic client and server written in a function to facilitate the call.
-
-
0下载:
利用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
-
-
0下载:
通过客户机和服务器的方式来进行网络通信,通信信号,交给嵌入式驱动程序,完成对led管的发光控制.-Client and server through the means of network communications, communication signal, to the embedded drivers, led to complete control of light-emitting tube.
-
-
0下载:
基于linux操作系统下的socket编程,完成一个简单聊天工具。服务器端首先:向内核申请一个socket。第二绑定地址到socket上,地址包括主机、端口。第三在socket上,允许接入呼叫并设置队列长度为1.第四等待/接受呼叫。第五传输数据(及可以聊天)。
客户端:第一向内核请求建立socket 第二与服务器相连。第三传输数据
-Linux operating system based on the socket programming, to complete a simple
-
-
1下载:
本设计是基于蓝牙技术设计的一个嵌入式的点菜系统,采取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
-
-
0下载:
arm-linux环境小型物联网络,应用层程序,包括服务器端和客户端两部分-arm-linux environment-linked network of small objects, the application layer procedures, including server and client in two parts
-
-
0下载:
嵌入式LINUX下开发的网络黑白棋源程序,包括客户端和服务端-Embedded LINUX source code developed under the Network Othello, including client and server
-
-
0下载:
基于嵌入式linux的GPS发送程序,包括客户端和服务器端的程序-a program about GPS sending in linux,include the client and server program
-
-
0下载:
客户端和服务端进行消息传递
具有配置文件,心跳机制,日志文件-Messaging client and server configuration file, the heartbeat mechanism, log files
-
-
0下载:
嵌入式Linux用户图形界面编程的原理讲解,信号在不同层次是如何传递的-Explain the principle of the of embedded Linux graphical user interface programming at different levels, the signal is passed
-
-
0下载:
在Linux环境下用C语言编程,编程的主要内容是:命名管道的实验。包括:研究mkfifo命令,在当前目录下创建一个myfifo的命名管道
用mkfifo()函数实现相同的功能
编写一个服务器程序server.c,实现从管道myfifo中读取内容,并在终端中显示出来。打开一个命令行终端,运行server,然后打开另一个命令行终端,使用“cp 文件1 myfifo”命令把文件1的内容输出到myfifo,测试server.c的功能
编写客户机程序,实现把指定文件输出到myfifo的功能,从
-
-
0下载:
tcp协议的简单聊天工程,由客户端、服务器组成,用c语言实现,可用于嵌入式linux网络编程中。-Simple chat engineering, TCP protocol is composed of client, server, implemented in c language, can be used in the embedded Linux network programming.
-