Welcome![Sign In][Sign Up]
Location:
Search - 通信,TCP/UDP

Search list

[SourceCode通信小程序

Description: 基于TCP/UDP的通信小程序
Platform: | Size: 1631542 | Author: supersky33 | Hits:

[WinSock-NDIS基于IPv6的tcp/udp网络通信程序

Description: 这是一个基于IPv6的tcp/udp网络通信程序的工程。 该工程包括TCP Server端程序,TCP Client端程序,以及UDP Server端程序和UDP Client端一共4个程序,建立在同个工程中一起提供。
Platform: | Size: 3098497 | Author: mzb3905355 | Hits:

[Internet-Network2004100111112520622

Description: TCP/UDP局域网通讯 通过SOCKET,用DELPHI实现的可以在局域网中实现通信的程序。-TCP/UDP Socket LAN communications through the use of the DELPHI in LAN communications procedures.
Platform: | Size: 234496 | Author: 胡勇擎 | Hits:

[Internet-NetworkWinsock通信测试程序--Source-V2.0

Description: 使用Winsock控件编写的TCP、UDP通信测试程序,支持CRC、XOR、SUM等通信校验方式,是一款比较使用的工程测试工具软件-Winsock controls prepared by the TCP, UDP communications test procedure, support CRC, XOR, SUM calibration methods such as communications, is a comparison of the use of engineering software testing tools
Platform: | Size: 63488 | Author: 黄先生 | Hits:

[JSP/JavaNetServer0

Description: 网络基础 TCP/IP协议 IP地址,端口号 使用java.net包中类在程序中实现网络通信 URL类及其用法 InetAddress类 Socket通信(TCP UDP) -network infrastructure TCP/IP protocol IP address, Ports,#$#!263995#!#$200431992752.rar!#$#delphi development of a serial testing software for learning.
Platform: | Size: 1024 | Author: 纪海晨 | Hits:

[TCP/IP stackSoft20060210091948243

Description: 一模块功能 做到在互连网的语音通信功能,使用g.729压缩,语音比较清晰,但有一点停吨现象。 二.结构 dll 中用了一个tcp连接,表示双方连通没有,用udp发送语音数据,发送端表明了发送顺序,接收端重排了顺序。-do a functional module in Internet voice communications functions, the use of g.729 compression, voice clear, But it stopped tons phenomenon. 2. Dll uses a structure of a tcp connection, the two sides said no connectivity with udp send voice data, Send end of this sequence showed that the receiver rearrangement of the order.
Platform: | Size: 133120 | Author: 周丹 | Hits:

[Com PortnetdllHwSocket

Description: 这里将 Socket APIs 封装成一个类似 CAsyncSocket 接口的类,可以在任意线程中访问,也可以静态连接 MFC,另外可控性比 MFC 中的两个Socket类好多了。我还为 CHwSocket 类编写了详细的测试代码,可以进行 TCP 服务器/客户端数据通信,也可以进行 UDP 数据通信,还可以收发 UDP 广播数据报。-Socket APIs are here to package into a similar category CAsyncSocket interface, you can access at any thread can also be connected static MFC, controllable than the other two MFC Class Socket much better. I also CHwSocket category for the preparation of a detailed test code that can be TCP server/client data communications, will be able to conduct UDP data communications, can also send and receive UDP broadcast datagram.
Platform: | Size: 48128 | Author: 张雨 | Hits:

[Internet-Networkudt4

Description: UDP 应用于媒体通信,TCP是安全通信。 UDP因为其单向速度比TCP握手安全速度快很多,有没有协议是二者结合的呢,这个就是开源网络通信原型UDT,我在电信项目中支撑大型网络通信的网络原型。-UDP used in media and communications, TCP is the secure communications. UDP because of its one-way TCP handshake faster than a safe speed much faster, is there any agreement is a combination of both of them, this is the open source network prototype UDT, I support the large-scale telecommunications projects in network communication network prototype.
Platform: | Size: 5704704 | Author: luoyx | Hits:

[TCP/IP stackudp

Description: UDP是TCP/IP协议族为传输层设计的两个协议之一,它在进程与进程的通信过程中,提供了有限的差错校验功能,是一种无连接的,不可靠的协议。UDP在一个较低的水平上完成进程之间的通信,在收到分组的时候没有流量控制机制也没有确认机制,适用于可靠性比较高的局域网。由于UDP采取了无连接的方式,因此协议简单,在一些特定的应用中协议运行效率高。UDP适合一些实时的应用,如IP电话、视频会议,它们要求源主机以恒定的速率发送数据,并且在网络出现拥塞时,可以丢失一些数据,但是延迟不能太大。基于这些特点,流式多媒体通信、多播等应用在传输层采用的就是UDP协议。
Platform: | Size: 11264 | Author: | Hits:

[TCP/IP stacktcp_ip_design_report.doc

Description: 本文件介绍了一个TCP/IP的功能,设计要点,本协议栈实现的组件包括ARP,I CMP(PING),UDP,TCP。并设计了一个与SOCKET API兼容的标准接口。 TCP/IP协议栈背景 TCP/IP是使用最为广泛的INTERNET通信协议,几乎所有的桌面操作系统如Windows,Redhat Linux都支持TCP/IP协议。为了实现嵌入式系统与PC机的组网通信,就必须在嵌入式系统上实现复杂的TCP/IP协议栈,通过实现了TCP/IP协议栈,就可以方便的实现嵌入式系统与主流桌面操作系统的通信和资源共享,这也是作者编写TCP/IP协议栈的由衷。 -Introduction This document is a TCP/IP functionality, design elements, realize the protocol stack components including ARP, I CMP (PING), UDP, TCP. And designed a SOCKET API-compatible with standard interfaces. TCP/IP protocol stack background TCP/IP is the most widely used communication protocol INTERNET, almost all of the desktop operating system such as Windows, Redhat Linux support TCP/IP protocol. In order to realize embedded systems and PC-letter Netcom Group, we must realize the complexity of embedded system on the TCP/IP protocol stack, through the realization of the TCP/IP protocol stack, we can facilitate the realization of embedded systems with mainstream desktop operating system of communication and resource sharing, this is also author of the preparation of TCP/IP protocol stack heartfelt.
Platform: | Size: 15360 | Author: 6756 | 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:

[Windows DevelopUDP

Description: 基于UDP的串口通信,与TCP不同的是UDP利用的是广播技术,和服务端并没有建立可靠的连接-jiyuudpdechuankoutongxin
Platform: | Size: 53248 | Author: wenjin | Hits:

[TCP/IP stackPhone

Description: 网络多媒体通信 1、编制一个网络多媒通信软件,实现: 在发送端采集话筒声音,通过网络实时传输到接收端,并在接收端播放出来。 2、通过使用TCP、UDP、变更分组大小来对比收发端声音同步情况及播放质量。 本实验技术不同于课上所讲的回调函数,利用了MFC的消息处理机制,用消息处理函数替代了回调函数,但整个流程是一样的。本程序采用C/S模式,其中Server端为项目PhoneToFile,Client端为项目Client,Server端的功能为采集声音数据并发送给客户端,Client端将收到的声音数据播放。在测试中只需在Server端打开Server程序并播放音乐或用话筒录音,在Cliet端打开Client程序,用耳机就可以听到音乐或录音。-Internet Multimedia Communications 1, the preparation of a network of multi-media communications software to achieve: In the transmitter microphone capture sound, real-time transmission through the network to the receiving side, and playing out at the receiving end. 2, using TCP, UDP, change the packet size to compare the situation and simultaneously send and receive-side audio playback quality. The experimental technique is different from the class talked about the callback function, use of MFC s message handling mechanism is replaced by the message handler callback function, but the whole process is the same. This program uses C/S mode, in which Server-side for the project PhoneToFile, Client-side for the project Client, Server-side functionality for the capture audio data and sent to the client, Client-side will receive the voice data playback. In the test, simply open the Server in the Server-side program and play music or microphone recording, open the Client program
Platform: | Size: 66560 | Author: zym | Hits:

[Linux-Unixsocket.tar

Description: socket 分别以tcp,udp两种方式通信的代码。 同一套代码,依靠不同的makefile文件,分别编译出在windows环境、linux环境、Android环境下的执行文件。-socket respectively tcp, udp communication code in two ways. The same set of code, relying on a different makefile files, respectively, lies in the windows environment to compile, linux environment, Android environment execute the file.
Platform: | Size: 4096 | Author: 孙涛 | Hits:

[Software Engineeringqq

Description: 使用c++编写了对点 语音聊天软件,实现两台主机之间得语音通信,首先通过声音采集,然后利用ACM接口压缩音频数据,将数据发送到目标主机,主机接收数据后,解压缩音频数据,并播放,以此实现了点对点得语音通信。利用TCP/IP协议来确认连接状态(TCP/IP协议是可靠的协议,TCP负责发现传输的问题,一有问题就发出信号,要求重新传输,直到所有数据安全正确地传输到目的地,),UDP协议(UDP是一个无连接协议,传输数据之前源端和终端不建立连接,当它想传送时就简单地去抓取来自应用程序的数据,并尽可能快地把它扔到网络上)来实现数据的发送和接收。ACM WAVEX -Using c++ write software for peer to peer voice chat, to achieve voice communication between two host computers were first collected by the sound, and then use ACM compressed audio data interfaces, data sent to the target host, the host receives data, extract audio data, and play, to assert the point was voice communications. Using TCP/IP protocol to confirm the connection status (TCP/IP protocol is a reliable protocol, TCP is responsible for the problems found in transmission, a signal problem on the demand for re-transmission until all the data security and correctly transferred to the destination), UDP protocol (UDP is a connectionless protocol, transmission of data source and the terminal before the connection is not established, when it simply when you want to transfer to crawl from the application of data and throw it as quickly as possible on the network ) to achieve data transmission and reception.
Platform: | Size: 2726912 | Author: 里小号 | Hits:

[TCP/IP stackTCPUDPSocket

Description: TCP-UDP通信,PPT中详细讲述了TCP、UDP相关技术,并详细讲解了windows socket相关编程函数,并带有socket编写的TCP通信程序。-TCP-UDP communication, PPT in detail the TCP, UDP related technologies, and explain in detail the windows socket programming related functions, and written with a TCP socket communication program.
Platform: | Size: 1118208 | Author: 李正交 | Hits:

[Linux-UnixLam_qt

Description: 本软件采用Linux系统,以QT为开发语言,在实现了基本通信功能的基础之上,继续将软件进行交叉编译,并将其成功移植到ARM9开发板上。本软件没有服务器,只有单一的客户端,软件启动时通过使用UDP协议向255.255.255.255这个广播地址发送一个经过编码的广播包建立在线用户列表;本软件可以在XP系统、Ubuntu系统和ARM9开发板运行,使用了Tcp/Udp、Socket等技术;软件实现了基本的修改用户名、一对一聊天和文件的传输功能。 -The software deliberately adopted a Linux system to QT for the development of language, in the realization of the basic communication function basis, continue to cross-compile the software and successfully transplanted to the ARM9 development board. This software is not the server, only a single client, the software starts by using the UDP protocol to send to the broadcast address 255.255.255.255 that an encoded broadcast packets to establish a list of online users This software can be XP system, Ubuntu system and ARM9 development board run, using the Tcp/Udp, Socket and other technology software changes the basic user name, one to one chat and file transfer capabilities.
Platform: | Size: 140288 | Author: stone | Hits:

[TCP/IP stack网络通信接口类

Description: C# TCP\UDP通信接口类实现,包括C#TCP&UDP服务器客户端代码。(C # TCP/UDP communication interface class implements)
Platform: | Size: 8192 | Author: Reddragon2010 | Hits:

[Windows Develop利用消息机制在两个EXE程序间通信

Description: 利用消息机制在两个EXE程序间通信,vc6源代码,TCP/UDP(Using the message mechanism in the two EXE program communication, vc6 source code, TCP / UDP)
Platform: | Size: 41984 | Author: 583540466 | Hits:

[Windows DevelopScara机器人 TCP UDP通信

Description: 支持功能为以太网 modbus TCP/UDP通信 , 10进制转16进制 ,16进制转10进制 ,简单MFC界面,软件版本为VS2010源码,字符解析,报文解析。封装Modbus TCP通信类可以直接用(The supporting functions are Ethernet Modbus TCP / UDP communication, hexadecimal to hexadecimal, hexadecimal to hexadecimal, simple MFC interface, software version is VS2010 source code, character parsing, message parsing. Package Modbus TCP communication class can be used directly)
Platform: | Size: 11637760 | Author: sunzixia | Hits:
« 12 3 4 5 6 7 8 9 10 ... 17 »

CodeBus www.codebus.net