搜索资源列表
UDPCommunicationClient
- UDP发送和接收数据包客户端,功能还可以,希望站长能满意.谢谢.-UDP send and receive data packets client, functions can also hope that the director is satisfied. Thank you.
UDPCommunicationServer
- UDP发送和接收数据包服务器端,功能还可以,希望站长满意.谢谢.-UDP send and receive data packets server, functions can also hope that the head of satisfaction. Thank you.
Myudptest
- VC 获取本机IP,使用 CSocket类进行 UDP 发送和接收的例子,非常精炼,值得初学者参考,熟练人员作为模板引用。-VC IP access to the machine, use CSocket for sending and receiving UDP example, Refining very worthy reference beginners, skilled personnel cited as a template.
CopyOfUDPTest.rar
- 使用visual c++开发的udp发送和接收数据的程序,在windows操作系统下已经验证通过。,The use of visual c++ development udp send and receive data through the windows operating system has passed verification.
RawSocket_Sniffer
- Raw Socket: 原始套接字,可以用它来发送和接收 IP 层以上的原始数据包, 如 ICMP, TCP, UDP...创建Raw Socket Sniffer嗅探器-Raw Socket: raw sockets, you can use it to send and receive IP layer over the original data packet, such as ICMP, TCP, UDP ... create a Raw Socket Sniffer Sniffer
udp
- 个人写的vc下UDP广播发送和接收的源码,对于初学网络socket的人有一定帮助-Vc written under the individual to send and receive UDP broadcast source, the network socket for the beginner who has some help
Matlab-UDP
- 实现Matlab UDP通讯工具箱的发送和接收功能-Communications toolbox to achieve Matlab UDP send and receive functions
SOCKS5
- 易语言源码 制作任意主机间UDP 通信 主要解决问题:局域网无法收到外部 UDP 数据 使用工具:易语言+SOCKS5代理向导 其他准备:需要1台SOCKS5的代理服务器 实例要求:任意组网环境的任意2台主机,可以通过UDP发送和接收数据 -Easy language source UDP communication between the host production of any major problem: LAN not received applicatio
JAVAClient_Server
- 1) 利用InetAddress类的方法获取主机的名称和IP地址。 2) 利用URL类获取网络资源。 3) 使用Socket编程:客户机发送数据到服务器,服务器将接收到的数据返回给客户机,运用多线程机制,实现服务器同时处理多个客户机的请求。 4) 使用UDP编程:客户机发送数据到服务器,服务器将接收到的数据返回给客户机, 实现一个模拟电子邮件的发送和接收的UDP程序。 -1) using InetAddress class method to get the host name
vc_UDP_communication
- vc下用SOCKET套接字开发的UDP通信程序,包括发送和接收程序-SOCKET socket vc using UDP communication program development, including the sending and receiving process
CMulticastSocket-VC-4-demos
- UDP组播VC例程 修正了原PUDN上的UDP组播例程的BUG 简单说明: 一共4个可执行文件。 CMulticastSocket-仅发送测试.exe CMulticastSocket-仅接收测试.exe CMulticastSocket-发送和接收.exe 组播实现一例:监听程序,可同时运行多个进程接收.exe 其中,1~3是对话框版,改自同一版本,最早是个只能绑定一次组播地址:端口对的,后来根据实例4的思想改为了支持多个进程的版本(显然多个线
TCPClientServer
- C#控制台程序,主要实现了TCP和UDP协议发送和接收,简单明了,适合初学。-C# console program, the main achievement of the TCP and UDP protocol to send and receive, simple and clear, suitable for beginners.
NetAssis
- Network debugging assistant (CM hardcover edition) V2.5 green special edition tool is in practical engineering applications, according to the actual needs of the general development of a network debugging tool. 界面精致美观,实用性也强。 Interface, exquisite beau
udpdemo
- 关于UDP发送和接收消息的例子,比如简单基础,开发环境是VS2003-Send and receive messages on the UDP examples, such as a simple basis for the development environment is VS2003
qq
- 使用c++编写了对点 语音聊天软件,实现两台主机之间得语音通信,首先通过声音采集,然后利用ACM接口压缩音频数据,将数据发送到目标主机,主机接收数据后,解压缩音频数据,并播放,以此实现了点对点得语音通信。利用TCP/IP协议来确认连接状态(TCP/IP协议是可靠的协议,TCP负责发现传输的问题,一有问题就发出信号,要求重新传输,直到所有数据安全正确地传输到目的地,),UDP协议(UDP是一个无连接协议,传输数据之前源端和终端不建立连接,当它想传送时就简单地去抓取来自应用程序的数据,并尽可能快地把
UDP
- UDP数据包的发送和接收简单的验证程序,适合初学网络方面的新手。-UDP packets to send and receive simple verification process, suitable for beginners networking novice.
UDPDemo
- UDP编程实例,该程序主要功能是实现字符串的发送和接收-UDP programming examples, the main function is to achieve the program to send and receive strings
UDP
- 基本的UDP发送端和接收端程序,实现接收和发送信息及交换-basic UDP program for sending and receiveing
UDP发送和接受
- UDp协议的数据发送和数据接收端,mfc源码(UDp protocol data transmission and data receiver, MFC source code)
WindowsFormsApp1
- C#,winform,实现udp发送和接收功能。(Implementation of UDP sending and receiving functions)