Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - TCP/UDP
Search - TCP/UDP - List
捕获局域网的IP tcp udp 数据包 并经行简单的分析-Capture LAN IP tcp udp packets and simple analysis by line
Update : 2024-05-20 Size : 21504 Publisher : jjc6174

DL : 0
周立功的uCOS+TCP/UDP源代码,很不错的-Ligong weeks of uCOS+ TCP/UDP source code, very good
Update : 2024-05-20 Size : 513024 Publisher : cy

是在C++平台上开发的TCP.UDP聊天程序-In the C++ Platform chat program developed TCP.UDP
Update : 2024-05-20 Size : 442368 Publisher : zhang

Title: Raw Packet Sniffer It currently has support for 3 protocols (TCP, UDP and ICMP) and can very easily be expanded to include more. The packet sniffer itself is wrapped in a very object oriented fashoin allowing you to just plug it right into your own apps. NOTICE: This will only work on OS with raw socket support (Windows XP/2000/NT) with root access (admin privilages). -Title: Raw Packet SnifferIt currently has support for 3 protocols (TCP, UDP and ICMP) and can very easily be expanded to include more. The packet sniffer itself is wrapped in a very object oriented fashoin
Update : 2024-05-20 Size : 79872 Publisher : ST.POLO

tcp-udp高级程序设计,有关tcp/udp网络编程实例,通过对此代码的研究,可以掌握tcp/udp网络编程的一般方法和技巧。-tcp-udp senior programming, the tcp/udp network programming example, through the study of this code, you can master the tcp/udp network programming in general methods and techniques.
Update : 2024-05-20 Size : 65536 Publisher : lqy

MATLAB的TCP-UDP-IP工具箱2_0_6源代码免费下载-Source Code of TCP-UDP-IP Toolbox 2_0_6-Free Source Code-MATLAB-TCP-UDP-IP Toolbox 2_0_6 source code for free download-Source Code of TCP-UDP-IP Toolbox 2_0_6-Free Source Code
Update : 2024-05-20 Size : 209920 Publisher : chenblue

DL : 1
一个tcp/ip协议栈,实现了包括arp、tcp、udp、http、ftp、动态分配IP等协议-A tcp/ip protocol stack, including the realization of the arp, tcp, udp, http, ftp, such as dynamic allocation of IP agreements
Update : 2024-05-20 Size : 1141760 Publisher : zhoufen

DL : 0
TCP/UDP server on linux.
Update : 2024-05-20 Size : 1024 Publisher : jacek

TCP UDP CLIENT SERVER COMMUNICATION ENJOOOOOOOOOOOOY
Update : 2024-05-20 Size : 3072 Publisher : ammar hourani

一、实现 Sniffer 的基本功能。 Sniffer 是一种用于监测网络性能、使用情况的工具。  能够指定需要侦听的网卡(考虑一台机器上多张网卡的情况)  能够侦听所有进出本主机的数据包,解析显示数据包( ICMP 、 IP 、 TCP 、 UDP 等)各个字段。比如,对 IP 头而言,需要显示 版本、头长度、服务类型、数据包长度、标识、 DF/MF 标志、段内偏移、生存期、协议类型、源目的 IP 地址、选项内容、数据内容。要求显示数据的实际含义(例如用 ASCII 表示);  能够侦听来源于指定 IP 地址的数据包,能够侦听指定目的 IP 地址的数据包,显示接收到的 TCP 和 UDP 数据包的全部实际内容。需要考虑一个 TCP 或 UDP 包划分为多个 IP 包传输的情况;  能够根据指定的协议类型来过虑包,例如,只侦听 ICMP 包,或只侦听 ICMP 和 UDP 包。  功能验证手段:在运行 Sniffer 的同时,执行标准的 Ping 、 Telnet 和浏览网页等操作,检查 Sniffier 能否返回预期的结果。 Windows 平台上可以用 winpcap 类库;在 linux 平台上可以使用 libpcap 类库。也可以调用 Sockets 等有关的网络类库。 -First, the realization of the basic functions of Sniffer. Sniffer is a network for monitoring performance, the use of tools.  listening to the specified needs of the card (taking on a machine more than the case of card)  listening to all incoming and outgoing packets of the host, analysis shows that packet (ICMP, IP, TCP, UDP, etc.) in various fields. For example, the first of the IP, the need to show the version of the first length, service type, packet length, logo, DF/MF logo, paragraph migration, survival, protocol type, source IP address of the purpose, options, content, data内容. Requirement to demonstrate the actual meaning of data (such as that used ASCII)  listening to the specified IP address from data packet to specify the purpose of listening packet IP addresses, indicating the received TCP and UDP packets all the actual content. Need to consider a TCP or UDP packet is divided into a number of IP packet transmission of the situation 
Update : 2024-05-20 Size : 65536 Publisher : 鲁明

自己编写的一个基于winpcap的Sniffer,VC++编译通过,可分析以太网帧头部、ARP、IP、TCP、UDP、ICMP等,界面美观,易于使用-I have written a winpcap based on the Sniffer, VC++ compiler is passed, the head frame can be analyzed Ethernet, ARP, IP, TCP, UDP, ICMP and so on, beautiful interface, easy to use
Update : 2024-05-20 Size : 3829760 Publisher : 小余

DL : 0
VC实现的多协议多服务服务器程序,select+TCP+UDP-VC realize multi-service multi-protocol server
Update : 2024-05-20 Size : 10240 Publisher : 1bin

DL : 1
Socket TCP UDP 连接编程,labview 网络连接编程源代码-Connection Socket TCP UDP programming, labview programming source code for network connections
Update : 2024-05-20 Size : 178176 Publisher : liuyujijn

DL : 0
Windows IPC socket program (tcp/udp) (server/client)
Update : 2024-05-20 Size : 11968512 Publisher : dany k jeon

DL : 0
TCP UDP 服务器和客户端软件,轻松测试Socket编程,让你对TCP/IP有新的认识-TCP UDP server and client software, Socket programming easy test, so that your TCP/IP have a new understanding of
Update : 2024-05-20 Size : 416768 Publisher : 杨权新

DL : 0
网络多媒体通信 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
Update : 2024-05-20 Size : 66560 Publisher : zym

一个网络抓包工具,支持三种协议(TCP,UDP和ICMP)的数据包抓取,使用winsock API编写,可以很方便的扩展自己的程序。可以把每种抓取的协议数据保存到日志记录文件中。抓包速度比较快,以树形列表给与分析,可以查看原始数据包。该程序需要在Windows XP/2000/NT操作系统上,并且有管理员权限。-1 PacketCapture tools to support the three kinds of protocols (TCP, UDP and ICMP) packet capture, using the winsock API write, you can easily expand their programs. Can be saved for each crawl of the protocol data to a log file. Ethereal' s faster, in order to give the analysis of tree list, you can view the original packets. The program requires Windows XP/2000/NT operating system and has administrator privileges.
Update : 2024-05-20 Size : 54272 Publisher : subzero_cn

DL : 0
基于混合TCP-UDP的HTTP协议实现方法-Hybrid TCP-UDP based on the HTTP protocol implementation method
Update : 2024-05-20 Size : 3072 Publisher : baizheng

DL : 0
TCP测试小工具,能够测试TCP,UDP,是很好的小软件。-TCP test a small tool that can test TCP, UDP, is a good little software.
Update : 2024-05-20 Size : 192512 Publisher : 零乱

DL : 0
labview for can tcp udp datasocket-labview fo can tcp udp datasocket
Update : 2024-05-20 Size : 177152 Publisher : zenger
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.