搜索资源列表
基于TCP的远程字典服务(RemoteLookup)
- 过在远端主机上搭建一个远程字典服务服务器,其它主机可以通过客户端程序 RemoteLookup将所需要查询的单词传送给远程主机,远程主机字典服务服务器将单词的中文释义结果返回给客户端主机 在启动服务端后,即可用客户端在线查询单词, 程序示范了运用没有封装的SOCKET以及Windows SDK编程的典型过程。 -off in the remote mainframe structures a remote server dictionary, other mainframe
TcpComm-tcp转串口
- 串口数据转通过TCP协议转发到服务端,服务端的数据通过tcp转发到串口-serial data transfer through TCP transmitted to the server, the server through the data transmitted to the serial tcp
RemoteDaq(3.14new)
- 自己编的一个远程采集服务端程序!用的是异步套接字,写了好久,UDP,TCP,都用到了.-own series of the collection service a remote-procedure! Using the asynchronous socket, writing for a long time, UDP, TCP, are depleted.
networktest
- 一个基于TCP/IP的客户端与服务端的简单模拟程序-a TCP / IP client and the server's simple simulation program
Bill-tcp
- ip电话超市计费程序客户端,里面有个模拟服务端,只可参考源码,不可用于商用-ip telephone billing clients, with a simulated server, the only reference source and may not be used for commercial
socket_vc_demo
- 这是tcp/ip通讯的vc++控件及范例源码,包含一组非常优秀的socket控件源码,demo程序包括客户端程序和服务端程序,实现tcp/ip通信的数据接收发送。-This is the tcp / ip communication and control vc example source code, contains a set of socket excellent source control, demo procedures including client and server pr
UDP_Fasong
- udp 协议下的服务端 最近做tcp/ip协议簇里基于udp方面的设计 望大家指教-udp agreement server recent tcp / ip protocol suite Lane on the design udp hope you enlighten
TCP
- 用wxWidgets制作的基于tcp通讯的客户端和服务端,并将收到的信息写进本地文件
Socket
- 在C++中使用socket实现文件传输,有服务端与客户端, TCP模式
SocketTool2
- 一个界面完善的socket调试工具,TCP和udp服务端和客户端-A complete interface socket debugging tools, TCP and udp services and client
TCPChatRoom
- 基于TCP的聊天室。采用了WSAAsyncSelect无阻塞消息模式。先启动服务ChatRoomServer.exe 在启动server后,服务器端listen来自客户端的信息,当客户端connection后,服务器端accpet与客户端建立连接后触发消息函数 OnServerAccept。OnServerAccept再次利用WSAAsyncSelect函数判断并接受recv客户端发来的信息并广播,以达到聊天室的效果-TCP-based chat room. WSAAsyncSelect m
TCPClient
- 作为TCP客户端跟TCP服务端进行通讯,支持modbus协议-As a TCP client to communicate with the TCP server to support the modbus protocol
TCPServer
- 此源码采用TCP协议编写的服务器程序,当监听到客户端的连接即可与客户进行通信-This source prepared using TCP protocol server program, when listening to the client connection to communicate with customers
tcp
- 有连接的TCP通信程序代码,包括服务端和客户端2部分-A connected TCP communication program code, including server and client 2
TCP-serveraclient
- 简单的windows应用程序,基于tcp的服务端和客户端-A simple windows application, based on the tcp service-side and client-side
Clt-Srv
- 创建多线程TCP服务端与客户端并相连接,在同一界面-Create a multi-threaded TCP server and client and connected to the same interface
vsSocket
- vs2008,c++编写,实现socket tcp服务端,连接多个客户端。-vs2008, c++ write, implement socket tcp server, connecting multiple clients.
TCP
- 使用C++ MFC编写的简易TCP通信程序,包括客户端和服务端两个程序-A TCP communication program written by C++ MFC, including client and server
VB.NET.tcp
- 这是一个关于TCP/IP通讯小范例,适合初学者学习使用,内容有服务端和客服端-This is a TCP/IP communication small examples, suitable for beginners learning to use, the contents of the server and the customer service side. .
通用分包组包源码
- e langerage sourse. 一个tcp-iocp的通用分包组包工具,用到tcp服务端与客户端分包组包使用。