搜索资源列表
Filestrasform
- 用tcp协议来传输文件,这个程序分客户端和服务端.代码简单,适合初学者-using tcp agreement to transfer files, the procedure, the client and server. Code simple and suitable for beginners
socket_tcp_server_client
- c#写的socket程序,使用tcp协议实现三次握手机制,服务端程序和客户程序实现可靠连接,实现对话.-write c # socket, the use of three tcp protocol handshake mechanism server and the client program reliable connectivity to achieve dialogue.
tcpayncchat
- 采用C# TCP 异步通信开发的 聊天室系统 服务端和客户端都有
CERemote 远程桌面C#源码
- Wince5.0远程桌面C#源码,能过TCP/IP连接控制,服务端Wince环境,客户端win32环境,Wince5.0 Remote Desktop C# source code, can have TCP/IP connection control, service Wince client environment, the client win32 environment
P2P--chat
- 这是一个winForm的socket程序,可以实现点对点的一个聊天功能,包括服务端和一个客户端,使用简单方便,而且包含源代码-This is a WinForm program the socket, you can achieve a point-to-point chat functions, including service client and a client, the use of simple and convenient, but also contains the sourc
EasyChat
- 这是用C#做的一个简易的Windows平台下的聊天软件,包括了客户端和服务端的全部源码,注释很详细,有兴趣学习.net应用开发的同学可以下载来学习学习。这个示例包含了了C/S架构软件开发的很多基础知识和思想。 功能包括群发,私聊,发送震动,收到消息发声,闪屏提示等等,大致类似于QQ的多人聊天会话功能。 涉及到的知识主要包括: 1. TCP/IP通信,包括TcpClient , TcpListener , Socket , NetworkStream等几个用于TC
CSmtp_v1_7
- 在服务端运行tcp.exe, 在另一台与之在同一network的客户端上运行tcplnk.exe, 规定相同的port, 在服务端上begin, 在客户端上输入服务器的IP地址,connect, 客户端上编辑框中的字符便可send到客户端的编辑框中。-on the server running tcp.exe, another in the same network with the client running on tcplnk.exe require the same port, on t
20103151329193
- 这个是个tcp 聊天程序,其中分为客户端,服务端,其中要进行聊天时首先要连接成功(开始监听,和连接),这样才能达到目的 -This is a tcp chat program, which is divided into client, server, chat to them first when a successful connection (start listening, and connection), so as to achieve their goals
DemoRecord
- 用来处理tcp通讯,包含socket类的使用,接收和服务端的处理方法。建立类似qq服务端和客户端的连接。-To handle tcp communication, including the use of socket type to receive and service-side approach. Qq establish similar services and client connections.
RemoteDatabaseAccess
- 利用TCP协议进行网络通信,实现远程数据库访问,此文件包括远程端的服务端程序以及本地的客户端程序。数据库使用Access2003-Network communication using TCP protocol, remote database access, including remote end of the file server application and the local client. Database using Access2003
ZhangZiyangCSharpwebapplication
- 主要讲述了基于套接字(Socket)进行网络编程的基本概念,其中包括TCP协议、套接字、聊天程序的三种开发模式,以及两个基本操作:侦听端口、连接远程服务端;第二篇讲述了一个简单的范例:从客户端传输字符串到服务端,服务端接收并打印字符串,将字符串改为大写,然后再将字符串回发到客户端,客户端最后打印传回的字符串;-Mainly about the socket-based (Socket) to the basic concepts of network programming, including
MenuServer
- 用C#写了个点菜系统的服务端,负责编辑菜单的xml文件,然后上传至手持终端,更新其上的菜单信息。兼具socket功能,接收手持终端传来的客人点的菜单信息。这个代码是半成品,里面有FTP操作的类,socket的Server端,TCP形式,还有XML的解析功能及图片的显示。(VS2005环境C#语言编写)-With C# wrote a la carte system, server, responsible for editing the menu' s xml file and uploa
Server
- TCP协议应用的服务端。采用多线程编程。-TCP protocol application server. Multi-threaded programming.
TCPListen
- TCP车载监控服务端 全面的车载监控c#程序-TCP vehicle monitoring services end of a comprehensive vehicle monitoring c# program
Windows
- C#实现的TCP文件传输。工程里两个项目,一个是控制端一个是后门。 如果你们寝室共有的路由器~~就可以对这么干。把服务端放在他的机器上后台运行,在backdoor文件夹下,开机自启动。你这边可以随时任意的发送exe过去,那边收到后就会立刻执行。 可以是恶作剧的程序、话说今天偶实验了一下,把室友的电脑桌面换成了凤姐的靓照,蛮好玩的 实现你要先找到他的ip,可以登录路由控制面板看,也可以用一些局域网的扫描工具扫一下。 选择好要运行的文件,Deploy一下那边就执行了。 -
ZYSocketSuper
- 高性能TCP服务端 支持6万客户端 高性能TCP服务端 支持6万客户端-High-performance TCP server support 60,000 client high-performance TCP server supports 60,000 clients
Socket-TCP-COM
- 该源码使用异步Socket方式实现TCP网络通讯,可以通过自己增加相应通信协议类来适应不同通信需求下的数据传输。 1、TcpCSFramework 为异步Socket通信框架 2、TcpClient 为TCP客户端 3、TCPServer 为TCP服务器端 测试使用说明: 1、先启动TcpServer下Bin/Bebug里的TCPServer.exe,启动命令为 start ,当看到 Server is listen... 说明启动成功 2、再启动TcpClien
TCP-Chat
- SGS TCP聊天室框架客户端+服务端 基于TCP协议,修改简单,可扩展性强-SGS TCP Chat Room Server & Client
TCP
- TCP点对点文件传送服务端与客户端,聊天,-TCP peer file transfer service and client, chat,
TcpServerClient
- 包含三个类,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