搜索资源列表
sproxy
- TCP proxy 首先声明,这段源代码不是我编写的,让我们感谢这位名叫Carl Harris的大虾,是他编写了这段代码并将其散播到网上供大家学习讨论。这段代码虽然只是描述了最简单的proxy操作,但它的确是经典,它不仅清晰地描述了客户机/服务器系统的概念,而且几乎包括了Linux网络编程的方方面面,非常适合Linux网络编程的初学者学习。-TCP proxy statement, this source code is not my preparation, let us thank Carl
流量控制
- 这是本人跟通寝室同学做的毕业设计课题,该课题主要任务是在分析Linux内核的基础上,熟悉和掌握Linux流量控制的机理。并进一步实现可针对IP地址进行流量控制的应用软件。该软件采用C/S结构。客户端负责用户管理,流量控制策略管理和人机交互部分。服务器端负责带宽分配,流量控制的具体实现。在课题的具体分工上,本子课题负责客户端的实现。-this is my bedroom with Qualcomm graduate students to do design issues, the main to
client_server
- Linux 环境下用QT编写的客户端与服务器端通过TCP/IP网络连接通信的简单示例.-Linux server/client
chat
- linux下的一个聊天程序 ,代码完整, 调试通过。 既可以做服务器, 也可以做客户端。 程序代码才采用多种异步通讯模式。希望对初学习LINUX和TCP/CP的人有帮助。 -one chat room project under linux platform . complete project with no any bug. u can treat it as a server , and u can treat as a client as well. serval
ratetest
- 支持客户端和服务器间的tcp连接,并可以测试速率. 支持windows和linux平台.-Client and server to support the inter-tcp connection, and speed test. Support windows and linux platform.
udptalk
- 实现linux下UDP客户端的代码,与服务器建立起连接-Under the UDP to achieve linux client code
client.c
- simple udp client program under linux
linux_file_transfer
- Linux中利用socket透過server,兩個client端傳送與接收檔案,可在code中設定ip/port,為linux入門者參考code,有使用thread,故編譯時要加一條-lpthread-Socket through the use of Linux in the server, two client-side to send and receive files, can be set in the code in the ip/port, for the entry-linux
tcpudpsocket.tar
- 用C语言自己写的LINUX下socket网络编程通信的程序,包括三个源码,比较全面,TCP和UDP编程都有,可以通过socket获得主机的IP,在服务器和客户端这间发送文本消息,希望对初学者有帮助。-Written in C language with its own socket network programming under LINUX communication procedures, including the three source code, a more comprehens
v3.linux
- 用TCP_IP进行网际互连 第3卷 客户机-服务器编程和应用(第2版)-With TCP_IP to Internet interconnection, Volume 3, client- server programming and applications (2nd Edition)
TCPsever
- TCP服务器端的代码,后面还有客户端的代码-TCP server-side code, client code and there are
UDP-TCP
- 在linux环境下实现简单的TCP/UDP服务器和客户端之间的通讯;-In the linux environment to achieve a simple TCP/UDP server and client communications
TCPIP
- Linux下TCP/IP的Server、Client C源码。 包括Makefile文件。-Linux, TCP/IP, Server, Client C source code. Including the Makefile.
UDP_C
- 一个linux UDP网络通讯的例子源代码(server、client方式)-A linux UDP network communications example source code (server, client mode)
client
- Socket programming in linux. Client.c describe how to client connect to server by TCP/IP
server
- Socket programming in linux. server.c describe how to server listen to client by TCP/IP
client
- 在linux环境下使用c语言编写的聊天室客户端程序,使用了tcp协议,线程-Chat room client programs, c language used in the linux environment using the tcp protocol, a thread
threaduri-model
- a TCP socket in linux client server communication
TCP协议客户端服务器间视频传输c源码
- 此程序可实现windows客户端与client服务器端的文件传输。(This program can achieve Windows client and client server-side file transfer.)
linux_chat
- linux聊天工具,基于TCP协议,使用c语言编写,Ubuntu16.04下测试通过。(Linux chat server&client,based on TCP.)