搜索资源列表
linux.net.cs
- linux下用UDP收发简单数据,内有服务器端和客户端-using UDP simple data transceiver, which has server and client
liubingP2P
- 用UDP实现了p2p是的穿透,P2PServer运行在一个拥有公网IP的计算机上,P2PClient运行在两个不同的NAT后(注意,如果两个客户端运行在一个NAT后,本程序很可能不能运行正常,这取决于你的NAT是否支持loopback translation,详见http://midcom-p2p.sourceforge.net/draft-ford-midcom-p2p-01.txt,当然,此问题可以通过双方先尝试连接对方的内网IP来解决,但是这个代码只是为了验证原理,并没有处理这些问题),后
P2PDemo
- 这个是演示采用UDP协议进行P2P打洞对话原理的演示程序,参考的资料是: 1)P2P 之 UDP穿透NAT的原理与实现(附源代码)--http://www.cnpaf.net/Class/hack/0512182034513804825.htm 2)王艳平<<Windows网络与通信程序设计>>-This is a demonstration of using UDP protocol for peer-to-peer principle of dialogue
P2Pshili
- 这是用VB.net实现的一个简单的P2P示例.利用了UDP打洞技术.分服务器端跟客户端.服务器端负责登陆记录用户的IP和端口及转发打洞消息.-This is achieved using Programs require a simple example of P2P. UDP burrows use of the technology. Service hours Treasury ends with the client. server-side landing records for us
MSend
- 一个模拟net send的程序,采用Udp,如果对方机器有开客户端则使用UDP,否则使用Net Send,确保对方收到信息.有消息历史-net send a simulated procedures used Udp, if machines are open client using UDP, or use Net Send to ensure that the information received from the other side. Sources history
PacketSniffe.rar
- 一个网络抓包工具,支持三种协议(TCP,UDP和ICMP)的数据包抓取,使用winsock API编写,可以很方便的扩展自己的程序。可以把每种抓取的协议数据保存到日志记录文件中。抓包速度比较快,以树形列表给与分析,可以查看原始数据包。该程序需要在Windows XP/2000/NT操作系统上,并且有管理员权限。,1 PacketCapture tools to support the three kinds of protocols (TCP, UDP and ICMP) packet capt
PacketSniffer.rar
- 一个网络抓包工具,支持三种协议(TCP,UDP和ICMP)的数据包抓取,使用winsock API编写,可以很方便的扩展自己的程序。可以把每种抓取的协议数据保存到日志记录文件中。抓包速度比较快,以树形列表给与分析,可以查看原始数据包。该程序需要在Windows XP/2000/NT操作系统上,并且有管理员权限。,1 PacketCapture tools to support the three kinds of protocols (TCP, UDP and ICMP) packet capt
SharpPcap-3.0.0.bin
- SharpPcap 是一个.NET 环境下的网络包捕获框架,基于著名的 pcap/WinPcap 库开发。提供了捕获、注入、分析和构建的功能,适用于 C# 和 VB.NET 开发语言。-The purpose of SharpPcap is to provide a framework for capturing, injecting and analyzing network packets for .NET applications. The following list illustr
UDP
- Inside the file is a series of classes for VB. Net to implement a UDP socket using the VB libraries. Net
socket
- SOCKET_压力测试与日志工具socket 基于 .Net Framework 1.1 开发,基于 socket 开发,可以发送和接收 TCP/UDP 包。<-press test and log tool using socket tool
java
- 做一个UDP发送和接受端,使用了JAVA的socket编程实现的,使用的java.net包- a UDP send and receive side, the use of a socket of JAVA programming, using the java.net package
ICQ
- 说明: LanMsg是一款用.net C# 开发的局域网即时通讯开源软件(经过简单修改可用于因特网),适合.net即时通讯软件开发者用。 p2p原理(UDP打洞),消息的内容采用串行化技术发送与接收(可发送任何自定义的数据类型).为防止代码过多而引起查看难度,暂只提供本程序的2.1.3 Bate版 主要功能: 支持文件传输; 支持GIF动画表情; 支持屏幕截图发送; 支持音、视频对话; 支持对话记录保存于数据库操作等。 -Descr ipt
P2PDemo
- 这个是演示采用UDP协议进行P2P打洞对话原理的演示程序,参考的资料是: 1)P2P 之 UDP穿透NAT的原理与实现(附源代码)--http://www.cnpaf.net/Class/hack/0512182034513804825.htm 2)王艳平<<Windows网络与通信程序设计>>-This is a demonstration using the UDP protocol P2P holes dialogue principle demonstra
TCPIP
- 主从式通信模拟,校内课程设计,利用VB.NET编写,采用了多线程的方式,UDP协议进行传输。-Master-slave communication simulation, the school curriculum design, use VB.NET to write, using a multi-threaded approach, UDP protocol for transmission.