Welcome![Sign In][Sign Up]
Location:
Search - tcp send

Search list

[Internet-NetworkTCP-server-client

Description: 在服务端运行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 the server begin, the client server on the importation of the IP address, connect, the client on the edit box of the characters can send to the client the editorial box.
Platform: | Size: 74752 | Author: 叶舟 | Hits:

[Internet-NetworkTCP的客户服务器通信程序

Description: TCP的客户服务器通信程序 一:程序运行过程 1、运行服务器程序,等待客户端发出请求 2、运行客户端程序,输入客户的IP地址,请求连接 3、若连接成功,服务器端显示客户的IP地址及端口号;客户端接收文件并保存在d:\\client\\ls.txt下,否则,显示错误信息。 二:程序实现原理 发送端:打开文件,逐一读取字符到缓冲区(缓冲区大小为1024),若文件大于1024,则成块发送;若小于,则直接发送。 接受端:与发送端同理。-TCP client-server communication program one : running a process, running the server and wait for the client to issue two requests, the client operating procedures, the importation of customer IP address, link request, if successful connection, the server-client shows the IP address and port number ; the client receives the document and preserve d : \ \ client \ \ ls.txt, otherwise an error message. 2 : Principle procedures transmitter : open the file, read each character to the buffer (buffer size for 1024), and if the document is greater than 1,024, then sent into pieces; If less, then sent directly. Receivers : Send-the same reason.
Platform: | Size: 15360 | Author: | Hits:

[Internet-NetworkTCP发送接收

Description: 一个使用TClientSocket控件的程序,抛砖引玉。发送,接收,选择服务器端口,IP地址。TCP-TClientSocket use of a control procedure, congregate. Send, receive, to choose the server port and IP address. TCP
Platform: | Size: 152576 | Author: 王鹏 | Hits:

[Internet-Networkmail send

Description: 用vc编写的通过tcp的简单邮件发送程序,本学期的网络实验作业-vc prepared with the adoption of a simple tcp mail procedures, the term experimental network operations
Platform: | Size: 46080 | Author: 黄剑斌 | Hits:

[Internet-NetworkRUP

Description: 用UDP模拟TCP连接,在每个UDP包的头部,加入了发包的序数,以确保UDP包的个数与顺序。保证了,发送数据的完整性。-UDP simulation using TCP connections, in each UDP packet on the head, joined the ordinal number of contracts to ensure that the UDP packet with the number sequence. Guaranteed, send data integrity.
Platform: | Size: 55296 | Author: 李小 | Hits:

[Othertcp

Description: 此代码为tcp通信程序,主要是从客户端发送一数据,然后在在服务器段接收。-This code for tcp communications procedures, mainly from one client to send data, and then the server receives paragraph.
Platform: | Size: 2363392 | Author: wangkey | Hits:

[Linux-Unixtcp_send

Description: 该程序实现了通过tcp协议向另外一个终端发送数据的功能,可以用在嵌入式智能小区系统的终端-Realize the program through the tcp protocol to another terminal to send data can be used in Embedded Intelligent Community System Terminal
Platform: | Size: 160768 | Author: 张解 | Hits:

[TCP/IP stacktcp

Description: 1)以命令行形式运行:SendTCP source_IP source_port dest_ip dest_port 其中,SendTCP为程序名,source_IP为源端IP地址,source_port为源端口,dest_ip 为目的IP地址,dest_port为目的端口 2)其他的TCP头部参数请自行设定。 3)数据字段为“This is my homework of network ,I am happy!”. 4)成功发送后在屏幕上输出“Send OK”。 -1) to form the command line run: SendTCP source_IP source_port dest_ip dest_port which, SendTCP for the program name, source_IP client IP address as the source, source_port for the source port, dest_ip for the purpose of IP address, dest_port for the purpose of port 2) other parameters of TCP head your own settings. 3) data fields for the This is my homework of network, I am happy! .4) Successfully sent the output on the screen after the Send OK .
Platform: | Size: 2048 | Author: 肖叶 | Hits:

[TCP/IP stacktcp

Description: TCP网络调试程序 本程序可以用来进行TCP通信的调试,程序包含了TCP服务器和客户端两个部分。 TCP服务器可以在指定的端口进行监听,并同时最多处理100个连接。实时显示每个连接发送过来的数据,并且可以手工选择需要对哪个连接回送数据,或者是断开某个连接。 TCP客户端可以对某个IP(或者直接输入域名)的端口进行连接,实时显示已经连接的服务器发送的信息,可以手动输入需要发送到服务器的内容。-TCP network debugger can be used to carry out this procedure debugging TCP communication, the program includes a TCP server and client in two parts. TCP server port can be designated to monitor and at the same time deal with a maximum of 100 connections. Real-time display of each connection send data and can manually select which connections need to return data, or disconnect a connection. TCP client can be on a certain IP (or directly enter the domain name) to connect the port, real-time display has been connected to the server send the information, you can manually enter the need to send content to the server.
Platform: | Size: 55296 | Author: 韩波 | Hits:

[P2PTCP

Description: 使用INDY组件中TCP组件进行文件的收发-INDY components use TCP to send and receive files components
Platform: | Size: 403456 | Author: 吴昊 | Hits:

[JSP/Javatcp

Description: 用java写的tcp数据包发送和接收代码。-Using java to write the tcp packet send and receive code.
Platform: | Size: 2048 | Author: 杨敏 | Hits:

[Internet-Networktcp

Description: 以太网数据包发送和接收,设置相同的端口号即可-Ethernet data packet to send and receive, set the same port number can be
Platform: | Size: 24576 | Author: pf6601 | Hits:

[TCP/IP stackTCP

Description: 本程序可以用来进行TCP通信的调试,程序包含了TCP服务器和客户端两个部分。 TCP服务器可以在指定的端口进行监听,并同时最多处理100个连接。实时显示每个连接发送过来的数据,并且可以手工选择需要对哪个连接回送数据,或者是断开某个连接。 TCP客户端可以对某个IP(或者直接输入域名)的端口进行连接,实时显示已经连接的服务器发送的信息,可以手动输入需要发送到服务器的内容。 这个程序在对一些自己编写的服务器或者客户端的程序进行调试的时候比较有用。-This procedure can be used for TCP communication debugging, the program includes a TCP server and client in two parts. TCP server port can be designated to monitor and at the same time deal with a maximum of 100 connections. Real-time display of each connection send data and can manually select which connections need to return data, or disconnect a connection. TCP client can be on a certain IP (or directly enter the domain name) to connect the port, real-time display has been connected to the server send the information, you can manually enter the need to send content to the server. This procedure in the preparation of some of their own server or client process more useful when debugging.
Platform: | Size: 1963008 | Author: 雷钊 | Hits:

[TCP/IP stacktcp

Description: 一个简单网络通信系统,实现通信双方的消息收发,主要包括服务器和客户机的设计。实现客户端接收键盘输入的字符串,并向服务器发送;服务器接收后,将字符串以逆序返回给客户端; 客户端显示服务器返回的逆序字符串。-A simple network communication system, communication between the two sides to send and receive messages, including server and client design. Realize the client to receive keyboard input string to the server server receives, it will reverse the string to return to the client client shows the server returned to the reverse string.
Platform: | Size: 3840000 | Author: jjf | Hits:

[TCP/IP stacktcp

Description: TCP数据包的填充并发送,考虑到课设并没有严格要求我们成功发送到目的地,所以利用函数sendto()来实现数据包的发送,这种方式不可靠,只能保证数据是否从源地发送出去,至于有没有到达目的地就不管了。-TCP packet and send the filled, taking into account the lessons did not set strict demands of our success is sent to the destination, so the use of function sendto () to achieve the data packet to send, this method is unreliable and can only guarantee that the data from source sent out, as have not reach their destinations on and go on.
Platform: | Size: 1206272 | Author: 伍衡 | Hits:

[Internet-NetworkTCP.UDP

Description: 关于TCP,UDP协议的网络编程,程序实现了客户端和服务器端的通信连接,通过socket建立连接,可以互相发送消息接收。-On TCP, UDP network programming protocols, procedures realize the client and server communications connections to establish a connection through the socket, you can send a message to receive each other.
Platform: | Size: 64512 | Author: 周人 | Hits:

[TCP/IP stacktcp

Description: 1服务端接收文件,客户端发送文件。 2 每个Socket连接同时只能够传输一个文件。 3 可同时发送网络消息 -One server to receive files, the client send the file. 2 each Socket to connect at the same time can only transfer a file. 3 can also send network messages
Platform: | Size: 7062528 | Author: 张长宜 | Hits:

[TCP/IP stackTcpServerDemo

Description: mfc下开发的 tcp ip 接收和发送实例源码-mfc tcp send receive example source code
Platform: | Size: 4096 | Author: haiyin | Hits:

[TCP/IP stackTCP

Description: TCP 收发数据编程 C语言版 包括客户端和服务器端-TCP send and receive data programming C language version of both client and server side
Platform: | Size: 10240 | Author: 李平 | Hits:

[CSharpCSharp-tcp-send-file

Description: 使用C#开发的 tcp发送消息和传输文件-C# tcp send file and message
Platform: | Size: 25600 | Author: pnn | Hits:
« 12 3 4 5 6 7 8 9 10 ... 37 »

CodeBus www.codebus.net