搜索资源列表
-
0下载:
控制台的服务器与客户端通信
包括流的应用-Console server and client communications, including the application of flow
-
-
0下载:
可以同时接受多个客户端TCP连接的服务器-Can also accept multiple client server TCP connection
-
-
0下载:
能够与多个服务器进行TCP连接的客户端程序-To work with multiple server client TCP connection
-
-
0下载:
主要讲述了基于套接字(Socket)进行网络编程的基本概念,其中包括TCP协议、套接字、聊天程序的三种开发模式,以及两个基本操作:侦听端口、连接远程服务端;第二篇讲述了一个简单的范例:从客户端传输字符串到服务端,服务端接收并打印字符串,将字符串改为大写,然后再将字符串回发到客户端,客户端最后打印传回的字符串;-Mainly about the socket-based (Socket) to the basic concepts of network programming, including
-
-
0下载:
c#下利用socket的tcp客户端向服务器一对一通信-The use of socket tcp client in c# to the server, one-on-one communication
-
-
0下载:
TCP协议服务端与客户端通信(包括 同步和异步)-TCP protocol server-side and client communications (including synchronous and asynchronous)
-
-
2下载:
高性能TCP服务端 支持6万客户端 高性能TCP服务端 支持6万客户端-High-performance TCP server support 60,000 client high-performance TCP server supports 60,000 clients
-
-
1下载:
该源码使用异步Socket方式实现TCP网络通讯,可以通过自己增加相应通信协议类来适应不同通信需求下的数据传输。
1、TcpCSFramework 为异步Socket通信框架
2、TcpClient 为TCP客户端
3、TCPServer 为TCP服务器端
测试使用说明:
1、先启动TcpServer下Bin/Bebug里的TCPServer.exe,启动命令为 start ,当看到 Server is listen... 说明启动成功
2、再启动TcpClien
-
-
0下载:
SCS为TCP通信的完整类,有server及client端-SCS is source code,It has server and client function
-
-
0下载:
使用异步Socket方式实现TCP通讯源码
该源码使用异步Socket方式实现TCP网络通讯,可以通过自己增加相应通信协议类来适应不同通信需求下的数据传输。
1、TcpCSFramework 为异步Socket通信框架
2、TcpClient 为TCP客户端
3、TCPServer 为TCP服务器端-Asynchronous Socket ways to achieve the TCP source the source Asynchronous Socket ways t
-
-
0下载:
C#TCP多线程异步传输 C#开发的服务器端与客户端,通过tcp协议进行文件传输,在Winform程序中使用了多线程异步传输,可定时由客户端向服务器端传输文件。客户端和服务器端分为两个C#工程独立编写开发,此程序已在实际工作中使用了半年了。
-Multi-threaded asynchronous transfer of C# TCP server and client in C# developers, through tcp protocol file transfer, multi-t
-
-
0下载:
C#采用TCP协议进行socket通信,有server端跟客户端的例子以供学习-C# using TCP socket communication, the server-side and client examples for learning
-
-
0下载:
SGS TCP聊天室框架客户端+服务端
基于TCP协议,修改简单,可扩展性强-SGS TCP Chat Room Server & Client
-
-
0下载:
完成TCP服务器/客户端聊天系统。可以远程与人进行聊天交流-Complete the TCP server/client chat system. Can remotely communicate with people to chat
-
-
0下载:
设数据链路层通信的两个站点分别为A 和B,仿真环境利用TCP 协议和Socket 客户端/服务器机制构建两个站点之间的通信。编译、链接之后生成的可执行程序(.exe 文件)为字符界面命令行程序(不是图形界面程序)。可执行程序文件仅有一份,设为datalink.exe,在两个DOS窗口中使用不同的命令行参数启动两个进程,分别仿真站点A和站点B。例如:
启动站点A进程的DOS命令:datalink a
启动站点B进程的DOS命令:datalink b
其中,站点A 以TCP 服务器的
-
-
0下载:
c#写的tcp通讯桌面应用程序,包含客户端和服务器-c# write desktop applications tcp communications, including client and server
-
-
0下载:
实现了局域网内,客户端与服务器之间的TCP通讯-TCP Server Client Communication
-
-
0下载:
TCP/IP服务端与客户端开发,一个服务端可以对应多个客户端-TCP/IP server and client development
-
-
0下载:
包含三个类,TCPServer.cs 这个类是TCP服务端,TCPClient.cs这个类是TCP客户端,TCPServerClient.cs 这个类是服务端连接的客户端对象,自带握手校验功能,异常连接在指定时间内被关闭(Contains three classes, the TCPServer.cs class is a TCP server, the TCPClient.cs class is a TCP client, the TCPServerClient.cs class is con
-
-
0下载:
一款高并发的TCP服务器,内部不带有心跳,并包含客户端演示(A highly concurrent TCP server with no heartbeat inside and contains client demos)
-