Welcome![Sign In][Sign Up]
Location:
Search - tcp socket client to

Search list

[TCP/IP stackTCP Web Server

Description: 模拟TCP协议建立一个web服务器,通过把数据装入TCP套接字,可以向客户端发送.html, .jpg, .jif等格式的文件。-simulated TCP establish a web server, data loading TCP socket, can be sent to the client. Html. Jpg,. Jif format documents.
Platform: | Size: 8444 | Author: 木头 | Hits:

[WinSock-NDISTCP自环程序

Description: 这是一个简单的socket编程的例子,它是基于TCP协议的,从中可以看出用TCP建立连接时客户端和服务器端的程序流程,可以用来测试本地环路。-This is a simple example of the programming socket, which is based on TCP, can be seen with the establishment of TCP connections client and server-side program flow can be used to test the local loop.
Platform: | Size: 86283 | Author: 李京津 | Hits:

[TCP/IP stackTCP Web Server

Description: 模拟TCP协议建立一个web服务器,通过把数据装入TCP套接字,可以向客户端发送.html, .jpg, .jif等格式的文件。-simulated TCP establish a web server, data loading TCP socket, can be sent to the client. Html. Jpg,. Jif format documents.
Platform: | Size: 8192 | Author: 木头 | Hits:

[ICQ-IM-Chat基于JAVA的ICQ系统的设计于实现

Description: 服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080。-server and client presentation by Socket Interface (TCP) connections. Java use in presentation interface is quite simple, Java API sets to address the communications interface provides a type java.net.Socket. , Making the preparation of network applications relatively easily. Multi-threaded servers to meet the multi-user request, through JDBC and background database connections, and through the creation of a ServerSocket object from the client to monitor the connection request, the default port of 8080.
Platform: | Size: 1710080 | Author: 陈玉平 | Hits:

[Internet-NetworkTCPServer

Description: windows socket的应用,用异步套接字完成客户端的连接,读写等功能.有良好的用户界面-windows socket applications, complete with asynchronous socket client to connect, read and write functions. have a good user interface
Platform: | Size: 7163904 | Author: muguafirst_1982 | Hits:

[Internet-Networklinux-socket

Description: 本Linux网络应用程序采用客户-服务器模型,并发型交互。在OSI参考模型的传输层,通过调用TCP套接字(Socket)的各种函数,使服务器和各个客户端之间建立快速可靠的连接,处理客户机发送的数据,实现流量检测与控制。-The Linux web applications in client- server model, and cross-hair. OSI reference model in the transport layer, by calling the TCP socket (Socket) of a variety of functions, so that the server and the client between the fast and reliable connections to deal with the client to send data, the achievement of traffic detection and control.
Platform: | Size: 37888 | Author: ll | Hits:

[TCP/IP stackSOCKET

Description: TCP/IP编程的基础--socket 包括C/JAVA TCP/UDP 服务端和客户端 六套代码,供新人学习、老人测试联调用 支持win32 Linux(JAVA版本的需要自己新增JDK)-TCP/IP programming basis- socket including C/JAVA TCP/UDP server and client six sets of code for the new study, elderly test joint call to support win32 Linux (JAVA version of the need to add JDK)
Platform: | Size: 9216 | Author: 冯进荣 | Hits:

[Internet-Networksock_client

Description: 一个windows SOCKET client端测试程序,与Remote Server 连接后可以发送和接收TCP Packet。在作网络程序开发时,我们用它做网络测试程序。基于microsoft visual studio 开发。-A windows SOCKET client-side test procedure, with the Remote Server connections can send and receive TCP Packet. In program development for the network, we use it to do network testing procedures. Development based on microsoft visual studio.
Platform: | Size: 6830080 | Author: doujiange | Hits:

[TCP/IP stacksocket

Description: 运用socket的客户端与服务端通信,通过抓包工具可以分析Tcp服务。-The use of socket client and server communications, through the capture tool Tcp services can be analyzed.
Platform: | Size: 1024 | Author: 雁子 | Hits:

[Internet-NetworkImplementation-using-VC-Client-Services-machine-mo

Description: 用VC实现客户机服务机器模式的聊天程序: 在TCP/IP网络中两个进程间的相互作用的主机模式是客户机/服务器模式(Client/Server model)。本实验的目标是利用Visual C++的WINDOWS SOCKET网络编程实现客户机与服务器之间的通信,通过一个聊天室的程序来体现这一通信过程,该模式的建立基于以下两点: 1、非对等作用; 2、通信完全是异步的。客户机/服务器模式在操作过程中采取的是主动请示方式,-Implementation using VC Client Services machine model chat program: In the TCP/IP network, both the process of interaction between the host model is client/server mode (Client/Server model). The goal of this experiment is to use Visual C++ the implementation WINDOWS SOCKET network programming between the client and server communications, through a chat room procedures to reflect this communication process, the model set up based on the following two points: one, non of effects 2, communication is completely asynchronous. Client/Server mode in the process are initiatives taken by way of instructions,
Platform: | Size: 4211712 | Author: 廖国锐 | Hits:

[TCP/IP stacksocket

Description: TCP 客户端和服务器端,非常的简单,适合初学者搞清楚TCP的原理-TCP client and server-side, very easy for beginners to figure out the principles of TCP
Platform: | Size: 13312 | Author: lala | Hits:

[Internet-NetworkTCP

Description: 基于winsock实现的socket通信tcp/ip的服务端和客户端代码,可做测试时的模拟器。-Winsock-based communications socket to achieve the tcp/ip client service and client code, the simulator can be tested.
Platform: | Size: 101376 | Author: 粟立军 | Hits:

[Internet-NetworkSOCKET-TCP

Description: 该协议建立在TCP/IP基础之上,能够保证高可靠性的文件传输。本程序是FTP客户端软件的开发实例-The agreement built on the TCP/IP based, to ensure high reliability of the file transfer. This procedure is a FTP client software examples
Platform: | Size: 1231872 | Author: 彭府 | Hits:

[Internet-NetworkSocketProgramming

Description: 本程序中当client使用TCP socket连接TCP Server成功后,client端要向TCP Server发送“GET UDP PORT”命令字符串,Server收到后再向client回送自己的UDP Server 端口号-When the client program using TCP socket connection TCP Server is successful, client to client TCP Server to send " GET UDP PORT" command string, Server received after the return to the client' s own UDP Server port number
Platform: | Size: 1017856 | Author: 刘玲玲 | Hits:

[TCP/IP stackSocket

Description: 用C#语言实现网络答题系统,服务器端出题,客户端答题,帮助理解tcp的传送过程,理解socket的使用方法-Using C# language questions network systems, servers bring out questions, answer the client to help understand the transmission process tcp, understanding the use of socket
Platform: | Size: 56320 | Author: laga | Hits:

[Internet-NetworkLAN_IM

Description: 局域网即时聊天通过进行文本聊天和语音聊天来实现彼此沟通、交流信息。本次局域网即时聊天程序设计主要用了Visual C++编程环境,实现了在LAN中在线用户的文本、语音交互。 在设计里涉及到了网络通信基本原理和Socket编程及语音处理API技术。由于程序是在TCP/IP环境下运行,所以分服务器端和客户端。服务器端和客户端是通过建立Socket链接来实现聊天功能。 本次设计主要着重于语音聊天部分,在本次论文里主要以语音聊天的流程和各模块之间的关系及Socket处理为主说明。 -LAN instant messaging by conducting a text chat and voice chat to communicate with each other to exchange information. The real-time LAN chat program designed for use mainly used in Visual C++ programming environment to achieve online users in the LAN in the text, voice interaction. Involved in the design of network communications where the basic principles and Socket programming and voice processing API technology. As the program is in the TCP/IP environment to run, so sub-server and client. Server-side and client is achieved through the establishment of links Socket chat. The system is mainly focused on the voice chat part, in this thesis mainly in voice chat process and the relationship between each module and the Socket address the main explanation.
Platform: | Size: 1775616 | Author: 王勋 | Hits:

[Internet-NetworkTCP_socket_client_server_file_transfer_program_des

Description: TCP套接字的文件传输客户服务器程序设计 包括C和S端的部分,S端向C端传送文件或者图片-TCP socket client-server file transfer program design, including C and S terminal part, S-side to the C terminal to send documents or pictures
Platform: | Size: 2048 | Author: 张梦 | Hits:

[Internet-NetworkTCP

Description: 开发TCP套接字应用程序,由客户端和服务器组成,实现功能是客户端向服务器发送字符串,调用Windows Sockets API-Development TCP socket applications, by the client and server, achieving function is to send a string to the client to the server, call the Windows Sockets API
Platform: | Size: 6144 | Author: rae | Hits:

[Internet-NetworkDelphi-Socket-TCP-

Description: delphi 实现socket TCP 通讯,通过winsocke的封装,实现了WIN API socket通讯 代码通过EXE的Server端,client端来实现TCP通讯,并封装了DLL;避免了Delphi自带 的soket控件在Dll中无法收到消息的问题。-delphi socket TCP communication to achieve, through winsocke package to achieve the WIN API socket communication through the EXE of the Server-side code, client side to achieve TCP communication, and package the DLL avoid soket control that comes with Delphi can not be received in the Dll message problem.
Platform: | Size: 1378304 | Author: daihongwei | Hits:

[TCP/IP stackClient.c

Description: simple socket client to send message to socket server using tcp
Platform: | Size: 1024 | Author: Jeff | Hits:
« 12 3 4 5 6 7 8 9 10 ... 18 »

CodeBus www.codebus.net