资源列表
TCPTester
- This code is source code about tcp
MySimpleTcpStudy(1)
- 程序实现基于TCP/IP的客户机/服务器局域网通讯的C#程序,程序下载既能运行,对于初学者学习TCP是一个很好的工具。欢迎下载-This program is a C# program about client/server LAN Communication based on TCP/IP , the program can operate smoothly after downloading,which is good for the beginners in learning TCP i
TCPExample
- 源码为基于TCP/IP协议的C#局域网通讯程序,算反结构为C/S 结构,程序下载既能运行,是初学者学习TCP的一个好的案例-Source-based TCP/IP protocol C# LAN communication program, anti-structure calculation C/S structure, download both runs for beginners to learn a good case TCP
SMPP
- SMPP(short message peer to peer)协议是一个开放的消息转换协议;它定义了一系列操作的协议数据单元(PDUS)和当SMPP运行时ESMS应用系统与SMSC之间交换的数据格式。从而完成SMSC与ESMES(外部短消息实体)的信息交换。SMPP是基于SMSC与ESME之间的请求和响应协议数据单元的交换,每一个SMPP操作都由一个请求PDU和相应的一个响应PDU组成,并且这种交换是在TCP/IP或x.25网络连接之上的.-SMPP (short message peer t
ECHO
- Windows Socket Echo 程序 包含服务器和客户端,多链接 dir get put 等功能-Windows Socket Echo program includes server and client, multi-link dir get put functions
serverANDclient
- TCP/IP网络编程框架SERVER和CLIENT的框架代码-server and client tcp/ip
TCP_Server_V1
- A TCP Server. Accepts Connection from TCP Client. Can be used in Embedded Application for internal socket programming testing.
Multitou1
- tcp library over udp
VBsocket
- VB网络编程实例,包括服务器端和客户端,服务器端和客户端通过网络进行通讯。-VB network programming examples, including the server and client, server and client to communicate through the network.
dhcpsrv1.5
- IP分配工具,可以在windows实现分配IP功能,自动实现-IP allocation tool, you can achieve in the windows distribution of IP functions, automatically
GoodExpertCPgm
- very good c programming book by Peter van der Linden
socketprogramming
- A great guide in Unix socket programming.Both TCP and UDP included. If you are interested in socket programming, you will love it.