搜索资源列表
sproxy
- TCP proxy 首先声明,这段源代码不是我编写的,让我们感谢这位名叫Carl Harris的大虾,是他编写了这段代码并将其散播到网上供大家学习讨论。这段代码虽然只是描述了最简单的proxy操作,但它的确是经典,它不仅清晰地描述了客户机/服务器系统的概念,而且几乎包括了Linux网络编程的方方面面,非常适合Linux网络编程的初学者学习。-TCP proxy statement, this source code is not my preparation, let us thank Carl
tcp-ip详解卷3
- 第三卷的内容细节覆盖了当今TCP/IP编程人员和网络管理员必须熟练掌握的四个基本方面: T/TCP (TCP事务协议),这是对TCP的扩展,使客户--服务器间的事务传输更快更有效和更可靠; HTTP (超文本传送协议),这是飞速扩展中的万维网的基础; NNTP (网络新闻传送协议),这是Usennet新闻系统的基础; UNIX域协议,这是在UNIX实现中应用非常广泛的一套协议。 与前面两卷一样,本书有丰富的例子和实现的细节,他们都是4.
tcpsocksvr
- 这是一个WINDOWS下的SOCKET编程服务器端的程序-under the Windows server socket programming procedures
volume3
- 用TCPIP进行网际互联第三卷:客户——服务器编程与应用:Linux/Posix和 TCP/IP协议一样是一套经典的协议书籍。-TCPIP used for internetworking Volume III : Customer -- Server and Application Programming : Linux / Posix and the TCP / IP protocol is the same set of classic books on the agreement.
wangluoshixi
- 在网络实习课设作的一个聊天工具。在TCP协议基础上,利用Winsock编程实现与服务器的多客户通信程序。-internship in the network set up for the class a chatting tool. TCP, based on the use of Winsock programming and multi-client server communication program.
PublicNetSoft
- 这是Socket编程的服务器端程序,可以用于Socket编程时的测试
UDP_Demo 基于UDP协议编写的socket网络编程程序
- 基于UDP协议编写的socket网络编程程序,包含客户端与服务器端程序,欢迎下载-Prepared based on UDP protocol socket network programming process, including client and server-side program, please download
ThreadPool_final.rar
- 此代码作为Server,使用TCP Socket编程技术,利用多线程并发,并且使用了线程池技术,修改宏定义可以实现任意路client并发连接到此服务器,This code as a Server, using TCP Socket programming using concurrent multi-threaded, and uses the thread pool technology, to amend the definition of macros can be complicated
基于TCP-IP协议的网络编程练习
- 基于TCP-IP的网络编程,里面有客户端和服务器端的程序,客户端发送请求,服务器端应答,并发回应答消息-based on TCP-IP network programming, which has client and server-side procedures, a client sends the request, the server-side response, with response to the news FOR
TCP
- 服务器和客户机端,即建立所谓的客户机/服务器编程模式。在服务器端必须先建立一个ServerSocket对象,然后等待客户机端的访问。而在客户机端,则是建立一个Socket对象直接跟服务器端连接,如果连接建立成功,则服务器端便会产生一个Socket对象,然后我们就可以利用这个Socket对象跟客户机端的Socket对象沟通了。此时在服务器和客户机之间建立了一条可靠连接,客户机和服务器可以在这条连接上可靠的传送数据。客户机发出请求,服务器监听来自客户机的请求,并为客户机提供相应的服务。 -Serve
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
SocketTool
- TCP UDP 服务器和客户端软件,轻松测试Socket编程,让你对TCP/IP有新的认识-TCP UDP server and client software, Socket programming easy test, so that your TCP/IP have a new understanding of
v3.linux
- 用TCP_IP进行网际互连 第3卷 客户机-服务器编程和应用(第2版)-With TCP_IP to Internet interconnection, Volume 3, client- server programming and applications (2nd Edition)
TCP
- TCP 收发数据编程 C语言版 包括客户端和服务器端-TCP send and receive data programming C language version of both client and server side
TcpSrv
- 基于网络编程,tcp服务器,采用可靠传输方式,p2s-network programing,base on tcp,it s a tcpserver,p2s
abc
- VisualC++网络高级编程。 基本网络编程技术。 Telnet协议实现 Http协议实现 Ftp协议实现 文件下载 UDP协议实现 ICMP协议实现 ppp协议实现 代理服务器实现 ...... -VisualC++ advanced programming network. Basic network programming. Http protocol Telnet protocol Ftp file download protocol UDP
chatroom
- 本次上传内容是基于TCP/IP的socket网络编程,可以实现多人聊天,分为客户端和服务器两部分。-The uploaded content is based on TCP/IP socket network programming, people can chat, client and server is divided into two parts.
JAVA5
- 基于UDP协议的客户端服务器编程,实现二者通信-server and client
ServerTestTCP
- 以太网通讯简单服务器TCP方式,用于初学者了解以太网套接字SOCKET编程。(Ethernet communication simple server TCP mode, for understand the Ethernet socket SOCKET programming.)
C# tcp通信 登录 服务器端验证
- c#客户端和服务端进行TCP通信,是个非常好的学习网络编程例子(Client and server programming by TCP)