登录
首页 » 网络监听 » CAN网络与IP网络通信

CAN网络与IP网络通信

于 2022-06-02 发布 文件大小:1.90 MB
0 161
下载积分: 2 下载次数: 1

代码说明:

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_

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • winpcapnet C #(源码),更快的下载!
    WinPcapNET 基于c#(源码),不用多说快下载!-WinPcapNET on c# (FOSS), the answer faster download!
    2022-01-28 15:26:38下载
    积分:1
  • udpcapture。利用winpcap编程实现抓取以太上的UDP报文,并打印报文长度和时间,以及UDP报文的源IP和目的IP。这是利用winpcap编程的比...
    udpcapture。利用winpcap编程实现抓取以太网上的UDP报文,并打印报文长度和时间,以及UDP报文的源IP和目的IP。这是利用winpcap编程的比较简单的例子,在此基础上修改源码可以实现所要求的复杂功能-udpcapture. Programming using WinPcap crawl Ethernet UDP packet, and print message length and time, as well as the UDP packet
    2023-08-04 15:45:03下载
    积分:1
  • 通讯中间件
    VppCOM 是一个分布式数据通信中间件,吸收了高层体系结构 HLA 的公布订购思想,具有可重用性、可扩展性好的特点;VppCOM 通信中间件仅包含 6 个服务,使用简捷、方便,可广泛应用于陆海空天等不同软件系统间的互联和数据通信。在很多情况下,它可取代RTI 等软件来高效快捷地开发一个分布应用系统。
    2023-03-15 03:25:03下载
    积分:1
  • Delphi写的
    Delphi写的 -Sniffer writed by delphi
    2022-02-12 03:26:29下载
    积分:1
  • 这是一个用VC编写的查看IP包的程序,可以看到关于主机收发IP的信息....
    这是一个用VC编写的查看IP包的程序,可以看到关于主机收发IP的信息.-This is a VC View prepared by the IP packet procedures, we can see on the host transceiver IP information.
    2023-07-25 08:10:03下载
    积分:1
  • 抓包程序的引擎,还包含几个例子
    网络抓包程序的引擎,还包含几个例子 - drivers Binaries of WinPcap s drivers and DLLs for Win95/98/ME, WinNT4 and Win2K. Useful to test the programs. - examples Sample applications showing various uses of winpcap and packet.dll. - lib rary files needed to create capture applications - include include files needed to create capture applications -procedures capturing Packet networks, it also contains several examples- drivers Binaries of WinPcap s drivers and DLLs for Win95/98/ME, quietly and Win2K. Useful to test the programs.- Sample applications examples showing various uses of of winpcap and packet.dll .- lib library files needed to create capture applications-include include files needed to create applications capture
    2022-05-22 13:45:20下载
    积分:1
  • Website development tool using assembly
    网站开发工具asm-Website development tool using assembly
    2023-04-03 00:05:03下载
    积分:1
  • sniff源程序 1)能俘获TCP包 2)能解析TCP包 3)能从TCP/IP包中提取出数据...
    sniff源程序 1)能俘获TCP包 2)能解析TCP包 3)能从TCP/IP包中提取出数据-sniff a source) can capture TCP packet 2) Analysis of TCP packets can be three) from the TCP/IP packet data extracted
    2022-07-09 05:58:11下载
    积分:1
  • Linux下的包
    Linux下的包监听 -Sniffer in Linux
    2023-04-28 16:55:03下载
    积分:1
  • Source
    嗅探器源码―IP数据包分析,仅供参考,抓包工具-Source-IP Sniffer packet analysis, for reference purposes only, capture tools
    2022-02-04 16:02:58下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载