搜索资源列表
udp-jpeg
- 用VC++6.0实现的UDP接收JPEG码流数据,并显示出来,可以编译通过。
UDP
- 设计一个简单网络通信系统,实现通信双方的消息收发,主要包括服务器和客户机的设计。实现客户端接收键盘输入的字符串,并向服务器发送;服务器接收后,将字符串以逆序返回给客户端; 客户端显示服务器返回的逆序字符串。udp的.
显示当前TCP和UDP连接情况
- 显示当前TCP和UDP连接情况-shown that current TCP and UDP connections
针对DAYTIME服务的UDP客户机和服务器的实现
- 编写针对DAYTIME服务的UDP客户机和服务器的实现,要显示DAYTIME返回的日期和时间值。
sendudp
- UDP数据包发送接收程序:16进制/ansic方式发送到固定IP+PORT;对本机port监听,收到的内容以16进制显示。-UDP packets sent to receive the procedure: 16 M/ansic sent to the fixed IP+ PORT of the local port monitor, received the contents of 16-band show.
STM32F107-WiFi-examples-1.8
- 该示例程序演示了如何进入EM380C的DTU模式(数据透传) 1、按照正常流程上电,LCD上会显示当前模块的配置情况. 2、打开PC的wifi无线网卡,连接到LCD上显示的ssid,默认是EM380,连接正常后,模块上的红色LED会常量。 3、设置PC的IP地址192.168.4.X(除了192.168.4.4),掩码255.255.255.0。设置完成之后,可以ping通192.168.4.4 4、打开工程文件夹中附带的TCP/UDP测试工具,点击“创建连接”,按照默认
tcp_src
- 在vistual Basic环境下做的一个tcp调试助手,具有tcp client,tcp server ,以及udp功能,十六进制显示和发送。支持各种波特率下的通讯。-In the vistual Basic environment to do a tcp debugging assistant, with tcp client, tcp server, as well as udp functions, hexadecimal display and send. Supports a var
GetOpenPorT
- 列表显示当前已打开的TCP/UDP监听端口-Displays the current list of open TCP/UDP listening ports
winpcapneting
- 本人课程实验做的一个基于winpcap的网络嗅探器,附源程序,用c开发,在vc++6.0下编译通过。它可以列出监视主机的所有的网卡,选择一个网卡进行监听,捕获并显示流经网卡的数据包,并做相应的分析和统计,还可以设置捕获过滤规则,就某种协议(ip、 tcp、 udp 等)进行重点分析。 -I do a course experiments based on the WinPcap network sniffer, with source code, using c development,
trace
- Roger的小程序系列(6)带地理位置的trace route Trace route的功能是把本机和其他任何一个IP的通信路径显示出来。它的原理也很简单,向目标发送高端端口的UDP报文,TTL(Time To Live生命期)从1开始递增,直到收到目标的回应(一般是ICMP报文:UDP端口不可达)或者达到设定的最大值。TTL会从发起端开始,每遇到一个路由器就被减一,如果已经减到0,路由器就会会送ICMP报文:传输期间生命为零。由此就可以检测出所有路径上的路由器的IP了。 ———
MY_ChatClient
- 聊天客户端程序,包括服务器端口,服务器地址,tcp/udp类型选择,聊天记录显示以及发送消息等等,是很好的源码学习.-Chat client, including the server port, server address, tcp/udp type selection, chat records show, as well as send messages and so on, are a good source of study.
client
- linux环境下udp协议的客户端代码,向服务器端发送请求,显示服务器回应请求的时间-udp protocol under linux client code to send the request to the server-side, showing the server time to respond to the request
sniffer
- 能够侦听所有进出本主机的数据包完整显示数据包头信息和内容 MAC层支持:以太帧 网络层支持:IP,ARP,RARP,ICMP 传输层支持:TCP,UDP-Listening to all incoming and outgoing packets of the integrity of the host header information and display data content to support the MAC layer: network layer support for E
MyWinPcap
- WinPcap 捕获数据帧程序功能为: (1) 捕获程序具有捕获本机网卡数据帧的能力,并显示以太帧头各个字段值 (2) 捕获程序具有进一步分析上层协议数据单元的能力,包括TCP、UDP-WinPcap frame capture program features: (1) capture process with a capture card in this machine' s ability to frame and display each header field valu
client
- UDP客户端的接受,并且显示内容,方便快捷-UDP客户端的接受,并且显示内容
CAsyncsocketconsoleapp
- CAsyncSocket测试程序。代码集成了发送端和接受端。UDP模式。发送端发数据,接收端显示-CAsyncSocket testing procedures. Code integrates the sending end and receiving end. UDP mode. FAT data sender, the receiver display
UDP
- 采用UDP协议及客户机/服务器(C/S)模式,分别为客户端和服务器端完成基本数据配置,实现一个局域网环境下的即时通信,并让收发信息在可视化界面上显示。
lab4
- Client程序同样分别创建一个TCP socket 和一个UDP socket,首先client使用TCP socket连接TCP Server。 连接成功后显示提示信息; 然后client端向TCP Server发送“GET UDP PORT”字符串,Server收到后向client回送自己的UDP Server 端口号(即Client端仅知道TCP Server的端口号而不知道UDP Server的端口号); client在收到UDP Server的端口号后, 为用户显示3个选
Player
- 一个播放器的基本框架,可以分割成多画面显示,算法精巧。-A basic framework of a player, supporting multi-window display using good algorithm.
NetworkSniffer-CppBuilder
- 这是一款由C++ Builder语言开发的网络嗅包软件,包含全部完善代码。能够捕获tcp/udp/ip等数据包,并能够进行分析以及图形显示。此外还可以定义过滤功能,选择性的抓包。-It is a network sniffer software programmed by C++ Builder. Here,all source codes are includes.