搜索资源列表
networktest
- 一个基于TCP/IP的客户端与服务端的简单模拟程序-a TCP / IP client and the server's simple simulation program
doorFile
- 基于socket的一个后门木马程序:客户端与服务器是tcp/ip连接,在客服端可以执行服务端的操作
123
- 客户端服务器之间的通信! TcpIp使用方法 在服务端运行tcp.exe, 在另一台与之在同一network的客户端上运行tcplnk.exe, 规定相同的port, 在服务端上begin, 在客户端上输入服务器的IP地址,connect, 客户端上编辑框中的字符便可send到客户端的编辑框中。
TCP-server-client
- 在服务端运行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
VB的TCP聊天工具
- VB的TCP聊天工具将服务端与客户端分开编写,使用机器需先打开服务端,再在远程机器使用客户端连接-VB TCP chatting tool services and client-prepared separately, the use of machines need to open the server, then the remote machine using the client
TCP实现客户服务器聊天程序
- 操作系统课程设计任务书 一、设计题目:多机进程通信 应用Socket进程通信技术编写聊天室程序,实现基于服务器的并发多机信息转发。如果各客户端在线则可以实时聊天、发送接收文件,如果某客户端离线,则发送给他的消息可由服务器端进行内容缓存,待重新连线后可以自动接收通过服务器转发的信息或文件。缓存与转发的控制算法可参考操作系统课程中生产者消费者进程同步方法、缓冲池技术等相关理论。 二、设计思路和功能的详细描述 采用TCP协议,所以属于客户机/服务器模式,因此需要聊天服务
tcp服务湍与客户端源码
- 这是一个自己对TCP API的封闭,再对此封闭进行界面实例应用,通过VC6测试,大家放心使用。
TCPChatRoom
- 基于TCP的聊天室。采用了WSAAsyncSelect无阻塞消息模式。先启动服务ChatRoomServer.exe 在启动server后,服务器端listen来自客户端的信息,当客户端connection后,服务器端accpet与客户端建立连接后触发消息函数 OnServerAccept。OnServerAccept再次利用WSAAsyncSelect函数判断并接受recv客户端发来的信息并广播,以达到聊天室的效果-TCP-based chat room. WSAAsyncSelect m
TCPServer
- 此源码采用TCP协议编写的服务器程序,当监听到客户端的连接即可与客户进行通信-This source prepared using TCP protocol server program, when listening to the client connection to communicate with customers
talkroom
- 1.其中基于UDP做的聊天室,利用UDP广播,只需在局域网里启动exe即可工作,无需服务器端。开发思想:在“上线”后启动一个线程循环recv接受广播来的信息。"send"按钮广播信息。 2.基于TCP的聊天室。采用了WSAAsyncSelect无阻塞消息模式。先启动服务ChatRoomServer.exe 在启动server后,服务器端listen来自客户端的信息,当客户端connection后,服务器端accpet与客户端建立连接后触发消息函数 OnServerAccept。OnSe
tcpconnection
- vs2005网络通信编程,采用TCP/IP协议客户端与服务端通信-vs2005 network communications programming using TCP/IP protocol client and server communication
Chapter14
- tcp udp 客户端与服务端代码,包括win下常用编程-tcp udp client and server code
IocpServer
- C#实现多屏互动功能,通过TCP服务,实现多个客户端与服务端的交互!-C# implementation of multi screen interactive function,Through the TCP service, realize the interaction of multiple client and server!
myTCP
- tcp客户端与服务端测试程序,内附接收以及发送线程(TCP client and server test procedure, enclosed receiving and sending thread)
tcp套接字
- tcp套接字 node.js 源代码示例 通信端口 客户端与服务端,实例为客户端接收服务端大小写转换(tcp socket Node.js source code example For example the client receives the server case conversion)
TCP
- 简单的tcp协议 客户端与服务端之间的socket连接通信(The socket connection communication between the client and the server of a simple TCP protocol)
C#通过TCP传输文件
- C#通过TCP传输文件,包含服务端与客户端(C# transfers files through TCP, including the server side and the client)
使用Winsock实现的聊天程序
- 客户端与服务端 实现交互 客户端进行登录向服务端发送请求 服务端接受请求 实现登录功能(Client and server Implement interaction The client sends a request to the server by logging in The server accepts a request to implement the login function)
TCP socket通信
- TCP客户端与服务端的例子,使用C++开发,在VS2010上编译通过。
Tcp
- 通过TCP传输数据,实现模拟客户端与服务端的QT界面系统(Transmit data through TCP, realize QT interface system of simulation client and server)