当前位置:
首页 资源下载
搜索资源 - linux tcp client server
搜索资源列表
-
0下载:
Douglas Comer,《用TCP/IP进行网际互连 第3卷:客户机-服务器编程和应用(第2版)》 或其英文版 Internetworking With TCP/IP Vol III: Client-Server Programming And Application (Second Edition) 整书源码
-
-
0下载:
1、TCP UNIX
2、C/S Mode
-
-
0下载:
Linux下实现tcp多进程并发服务器,有客户端和服务端俩个类-Linux achieve tcp multi-process concurrent server, there are both client and server classes
-
-
0下载:
here is a C++ code for TCP server and client on linux mechine that listens on a specific port
and then replies back to the client-here is a C++ code for TCP server and client on linux mechine that listens on a specific port
and then replies ba
-
-
3下载:
TCP client and TCP server for Linux!
-
-
0下载:
UDP是TCP/IP协议中的传输层协议的一种,本文介绍了在Linux下编写基于UDP协议的Client/Server模型的程序的方法,并给出了一个echo Client/Server例子程序。-UDP is a TCP/IP protocol in a Transport Protocol, this article describes the preparation of Linux based on the UDP protocol under the Client/Server model
-
-
0下载:
linux下的tcp/ip通信,包括服务器端和客户端-linux under tcp/ip communication, including server-side and client
-
-
0下载:
This contains various programs on client server connectivity using TCP and UDP packets. It is executable in linux environment.
-
-
0下载:
TCP套接字的文件传输客户服务器程序设计
包括C和S端的部分,S端向C端传送文件或者图片-TCP socket client-server file transfer program design, including C and S terminal part, S-side to the C terminal to send documents or pictures
-
-
0下载:
数据的发送与接收recv, send, write, read,TCP服务器, TCP客户端-Send and receive data, recv, send, write, read, TCP server, TCP client
-
-
0下载:
Linux下TCP/IP的Server、Client C源码。
包括Makefile文件。-Linux, TCP/IP, Server, Client C source code. Including the Makefile.
-
-
0下载:
tcp code for linux in c
-
-
0下载:
tcp客户端服务器程序,直接可以在linux下以两个进程形式运行-tcp client server program, directly in the form of two processes under linux running
-
-
0下载:
基于linux平台tcp协议的邮箱系统实现,C/S架构,服务器采用多线程实现,客户端使用纯控制台,系统统一使用C语言和一些linux系统函数。-Linux tcp protocol based platform mail system implementation, C/S architecture, multi-threaded server implementation, the client uses a pure console, unified system using the C l
-
-
0下载:
Linux下Qt的网络编程,QTcpserver的使用,客户端和服务器的建立及简单应用-Linux network programming under Qt, QTcpserver use, build client and server, and simple application
-
-
0下载:
此程序可实现windows客户端与client服务器端的文件传输。(This program can achieve Windows client and client server-side file transfer.)
-
-
0下载:
使用libevevt 封装的 TCP服务器和客户端。(TCP server and client using libevevt encapsulation)
-
-
0下载:
在linux嵌入式平台上进行TCP通信代码(TCP communication code on Linux Embedded Platform)
-
-
0下载:
A<========>B<=========>C<=====>D<======>E
A与B进程之间通过TCP的socket传递 主要掌握socket的流程:
A服务器端:
socket -->bind---->listen---->accept send read
B客户端:
socket-->connect->read send
不懂的可以man一下 man socket
B与C
-
-
0下载:
完成了Linux下简单的TCP套接字编程,是一个完整的TCP客户端/服务器实例(The simple TCP socket programming under Linux is completed, which is a complete TCP client / server instance)
-