-
networktraffic
使用c++开发的流量监测小工具,可以监测本地流量,以图形的方式显示出来当前流量、出口流量、进口流量、以及最高流量值。
- 2022-08-13 02:27:24下载
- 积分:1
-
CAN网络与IP网络通信
void Task_Server(void *pdata) { SOCKET* s; int ei; //存放返回值的变量 int RecvCnt=0; //接收数据个数 uint8 RecvBuff[200]; //接收缓冲区 uint8 RecvBuffP=0; uint8 CanSUCCESS=0; struct sockaddr serveraddr,clientaddr; //sockaddr 结构体由协议栈类型、IP和端口组成 uint32 regaddrBYTE; serveraddr.sin_family = 0; //协议栈类型 serveraddr.sin_addr[0] = MCU_IP[0]; //四位IP地址 serveraddr.sin_addr[1] = MCU_IP[1]; serveraddr.sin_addr[2] = MCU_IP[2]; serveraddr.sin_addr[3] = MCU_IP[3]; serveraddr.sin_port = 4000; //服务器本地端口 s = socket(AF_INET,SOCK_STREAM,TCP_
- 2022-06-02 01:16:17下载
- 积分:1
-
通讯中间件
VppCOM 是一个分布式数据通信中间件,吸收了高层体系结构 HLA 的公布订购思想,具有可重用性、可扩展性好的特点;VppCOM 通信中间件仅包含 6 个服务,使用简捷、方便,可广泛应用于陆海空天等不同软件系统间的互联和数据通信。在很多情况下,它可取代RTI 等软件来高效快捷地开发一个分布应用系统。
- 2023-03-15 03:25:03下载
- 积分:1
-
snort是一个赫赫有名的网络入侵检测系统,但是一般都是运行在linux下,这里是一个运行在windows下的snort...
snort是一个赫赫有名的网络入侵检测系统,但是一般都是运行在linux下,这里是一个运行在windows下的snort-Snort is a famous system that detect inbreaking into network,but it usually runs on linux.Whereas this is a snort which runs on windows.
- 2023-04-28 22:40:04下载
- 积分:1
-
一个很详细的嗅探工具,跟大家分享,共同学习
一个很详细的嗅探工具,跟大家分享,共同学习-A very detailed sniffing tools, like to share with you, learning together
- 2022-05-22 15:00:41下载
- 积分:1
-
网络流量检测网络流量统计: 对每个网络接口的流量统计,包括: 网络流量 广播负载率 网络负载率 接收流量 发出流量 接收用户包 接收广播包 发出用户包 发出管播...
网络流量检测网络流量统计: 对每个网络接口的流量统计,包括: 网络流量 广播负载率 网络负载率 接收流量 发出流量 接收用户包 接收广播包 发出用户包 发出管播报 广播接收负载率 广播发出负载率 接口最大带宽 接收负载率 发出负载率 综合负载率-network traffic detection network traffic statistics : for every network interface traffic statistics, including : network traffic load rate Broadcasting Network Load flow rate issued receiving user packet flow receiver receive broadcast packets sent users control packets sent radio broadcast reception load rate Broadcasting issued load rate interface bandwidth to receive the largest load rate Load issued consolidated load factor rate
- 2022-07-24 13:13:46下载
- 积分:1
-
一个局域网的超级软件,可以查找共享的资源,不用通过windows来查找,直接可以应用...
一个局域网的超级软件,可以查找共享的资源,不用通过windows来查找,直接可以应用-a super LAN software, you can share resources, not through windows to locate, can be applied directly
- 2022-03-21 21:51:09下载
- 积分:1
-
类似网络蚂蚁的网络下载软件源代码编程环境vc++6.0 源代码已经运行通过测试...
类似网络蚂蚁的网络下载软件源代码编程环境vc++6.0 源代码已经运行通过测试-Similar network NetAnts download software source code programming environment vc++ 6.0 source code has been running through the test
- 2022-04-21 23:15:26下载
- 积分:1
-
瑞士军刀nc.exe源码,网络编程需要的是特别的…
瑞士军刀NC.exe源码,对于需要网络编程的人特别的有用.-Swiss army knife NC.exe source, the need for network programming are particularly useful.
- 2023-06-26 10:25:03下载
- 积分:1
-
Visual Studio .NET,可以获得主机网卡的基本
Visual studio.net,可以获得主机网卡的基本信息,MAX地址,IP地址,网关.-Visual studio.net, may obtain the main engine net card the basic
information, the MAX address, the IP address, the gateway
- 2023-02-21 15:50:04下载
- 积分:1