-
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
-
这是一本关于网络组建与维护的书,对于这方面的新手及专业人员都有一定的参考价值...
这是一本关于网络组建与维护的书,对于这方面的新手及专业人员都有一定的参考价值-This is a network on the Establishment and Maintenance of books, in this regard, the newcomers and professionals have some reference value
- 2022-06-20 06:42:58下载
- 积分:1
-
IP layer and the data transceiver, I listed here in a few key parts.
一位网友问及IP层数据收发的方法,我在这里列出关键的几个部分。-IP layer and the data transceiver, I listed here in a few key parts.
- 2023-04-04 13:00:04下载
- 积分:1
-
共享以太网:在共享网络环境中,所有的主机都连接到同一条总线并且与其他的主机竞争带宽。这意味着在这样的环境中,发给某个主机的数据包也会被其它所有的机器收到。因此在...
共享以太网:在共享网络环境中,所有的主机都连接到同一条总线并且与其他的主机竞争带宽。这意味着在这样的环境中,发给某个主机的数据包也会被其它所有的机器收到。因此在这样的环境中,任何设置成混杂模式的主机,将可以捕获发送给其它主机的数据包,从而窃听网络上的所有通信。 -Ethernet sharing : sharing network environment, all of the hosts connected to a bus with other mainframe competition bandwidth. This means that in such an environment, to a host of data packets will be all other machines received. In such an environment, any set pattern of mixed mainframe, will be sent to the capture of other mainframe data packets, thereby tapping on the network for all communications.
- 2022-02-16 07:58:52下载
- 积分:1
-
SPI 嗅探器
SPI Sniffer.Project 间谍 SPI 接口。它可以用于登录芯片之间的通信。调查协议
- 2023-02-21 01:00:04下载
- 积分:1
-
tcp包监视分析源码tcpmon
tcp包监视分析源码tcpmon-1.0-src.zip-tcp packet analysis and monitoring source tcpmon-1.0-src.zip
- 2023-06-07 03:25:03下载
- 积分:1
-
实时监听网上连接的程序
实时监听网上连接的程序 -as tcpview above
- 2022-07-08 03:06:24下载
- 积分:1
-
我测试过了,数据包多时,效果不好,可以挂协议分析
我测试过了,数据包多时,效果不好,可以挂协议分析-I ve tested, and data packets for some time, the effect of poor, can be linked to protocol analysis
- 2022-05-25 22:49:11下载
- 积分:1
-
libnid winpcap libcap classic for packet capture program, providing three differ...
libnid winpcap libcap
进行包捕获的经典程序,提供了三种工具不同的实现-libnid winpcap libcap classic for packet capture program, providing three different tools to achieve
- 2023-08-30 11:25:03下载
- 积分:1
-
一个端口到进程的映射工具,供大家学习交流
一个端口到进程的映射工具,供大家学习交流-A port-to-process mapping tool for studying the exchange of U.S.
- 2022-03-03 02:33:20下载
- 积分:1