搜索资源列表
CSharp-TCP
- 试验名称:TCP通讯 目的:理解TCP通讯的基本机制。 试验要求: 1.按照书上示例建立一个TCP服务端的控制台应用程序。 2.给出一个TCP客户端的WinForm应用程序示例。 3.理解TCP通讯过程。-Test Name: TCP communication Objective: to understand the basic mechanisms TCP communication. Test requirements: 1 a
tcp_client
- VS2008写的一个TCP/IP 客户端测试程式-VS2008 to write a TCP/IP client test program
TCP
- 主要利用tcp网络协议进行 通信,分为客户端和服务端-The main use of tcp for communication network protocols, and services into the client-side! ! ! !
PdaTcp
- 这是一个PDA上用的TCPIP客户端程序,用于测试PDA客户端-This is a PDA used in the TCP/IP client program used to test the PDA client
Dns_Client
- this program is a dns protocol client, sends the query to certain server and analysis the answer to display it, it works using both udp and tcp protocols
TcpClientServerDemo
- 这是一个基于TCP/IP协议的客户服务器通信演示程序-This is a TCP/IP-protocol client-server communication demo
simple-tcp-client-server
- Simple TCP client server.
TcpListener
- TCP Listener Private server As TcpListener Private maxConnections As Integer = 10 Private clients(maxConnections) As TcpClient Private streams(maxConnections) As NetworkStream Private status(maxConnections) As Boolean Private clie
GASHI_SHPRESIM_P1
- TCP UDP server and client
TCP-Chat
- TCP Chat client and Server source code
SICKET
- TCP SEVER CLIENT SOCKET实现客户端与服务器通讯-TCP SEVER CLIENT SOCKET
VBdotNetIPServer
- vs2008编写TCP、IP协议类,包含使方法。该类包含sever和client,client可自动添加到server服务器-vs2008 to write TCP, IP protocol type, comprising contacting methods. This class contains sever and client, client server can be automatically added to the server
New-folder
- client code to connect to server tcp/ip
NetworkChatClient
- 网络聊天客户端软件源码,C#语言,基于Sockets,初学者和练习用-C# Source code,network chat client,Network based Tcp/Ip,
TCPIP
- tcp ip的简单实现,包括一个服务器和一个客户端的例程-realize the basic tcp ip,including a client and a sever demo
AsteriskManagerInterfaceTest
- The Asterisk Manager Interface (AMI) allows a client program to connect to an Asterisk instance and issue commands or read events over a TCP/IP stream. Integrators will find this particularly useful when trying to track the state of a telephony clien
Asterisk.NET_AMI_Test
- The manager is a client/server model over TCP. With the manager interface, you ll be able to control the PBX, originate calls, check mailbox status, monitor channels and queues as well as Asterisk commands. AMI is the standard management interface
MultipleTCPIP-CLIENT
- VB.NET写的TCP/IP多线程多客户端程序-multiple thread and multiple tcp/ip client program by VB.NET
TCP-Test
- TCP协议的发送与接收 附带服务器与客户端程序示例-TCP protocol to send and receive with the server and the client program sample
ChatTCP-IP
- Simple Chat TCP Server & Client