搜索资源列表
Socket1
- Linux下socket编程例子!主要介绍socket编程的基本用法-Linux socket programming examples! Socket programming introduces the basic usage
socket
- linux下的socket编程,认真阅读!
socket
- 一个智能门禁系统的linux的程序,select方式数据驱动方式,对于搞嵌入linux开发的朋友有一定参考价值
socket
- 在嵌入式Linux系统下实现串口通信的相关文档
Hi3510_Linux_guide
- 本文档介绍了 Hi3510 视频评估板(VSEVB)的 Linux 开发环境和各种系统软件的使用。 全书共分为 7 章和2 个附录。-This document describes the Hi3510 Video Evaluation Board (VSEVB) of the Linux development environment and a variety of system software use. The book is divided into seven chapters
socket
- linux 里面的socket完好封装。 把基本的客户端和服务器端写成了函数,方便调用。-socket inside the well-linux package. The basic client and server written in a function to facilitate the call.
socket2
- 基于linux操作系统下的socket编程,完成一个简单聊天工具。服务器端首先:向内核申请一个socket。第二绑定地址到socket上,地址包括主机、端口。第三在socket上,允许接入呼叫并设置队列长度为1.第四等待/接受呼叫。第五传输数据(及可以聊天)。 客户端:第一向内核请求建立socket 第二与服务器相连。第三传输数据 -Linux operating system based on the socket programming, to complete a simple
Linux
- linux系统管理,shell、socket、pipe、queue、semphora-linux
Linux-socket
- Linux下的套接字程序,经过测试,很好用~ 有完备的注释,可供初学者学习使用。-Socket program under Linux, tested, very good note with a ~ are complete, for beginners to learn to use.
linux-socket-C-S
- 嵌入式linux-socket串口编程,-Serial programming embedded linux-socket,
Linux-socket
- 一本关于 linux网络编程方面的书 对socket实现有详细的说明,值得一读的书-A book on linux network programming books on the socket to achieve a detailed descr iption of the book worth reading
file_transfer.tar
- linux系统下实现文件传输,主要实现为socket的tcp链接,是现在不同电脑上的文件传输。-linux system to achieve file transfer, the main achievement is the tcp socket link is now on a different computer file transfer.
thread_test
- arm linux socket 通信测试代码
crisscross-latest.tar.tar
- CrissCross是一种小型的跨平台C + +库,用于处理控制台和文件I / O , CPU的识别( CPUID ) ,散列( MD2 , MD4 , MD5编码,了SHA - 1 ,SHA- 256 ,SHA- 512 ,Tiger) ,Socket( TCP和目前唯一的UDP )和数据结构( LList , DArray , RedBlackTree , AVLTree , SplayTree等) 。其目的是运行在Windows , Linux , FreeBSD的, OpenBSD系统,
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
Embedded-_tcp_ip
- 实现嵌入式IP协议栈,实现ARP协议。 实现IP协议。 实现ICMP协议(在此层完成ping功能)。 实现TCP协议。 实现UDP协议。 实现socket通信(与linux socket 接口一致)。 实现DHCP协议-Embedded IP protocol stack, ARP protocol. IP protocol. Control Message Protocol (ICMP) (completed a ping function in this layer)
THREAD
- linux下的socket通信,基于线程的并发服务器和客户端程序!-linux socket communication, thread-based concurrency server and client programs!
linux-socke--code
- 嵌入式操作系统网络编程实例,用于嵌入式操作系统网络开发参考-linux socket shell code
socket
- Linux下socket编程示例,包括TCP/UDP编程,循环服务器、并发服务器等-Linux socket programming examples, including TCP/UDP programming cycle servers, concurrent server, etc.