登录
首页 » Windows Socket编程 » 模拟路由器,可以在多台机器上实现RIP算法,利用还可以发送测试的包。在任意时刻可以添加邻居,改变邻居信息等。...

模拟路由器,可以在多台机器上实现RIP算法,利用还可以发送测试的包。在任意时刻可以添加邻居,改变邻居信息等。...

于 2022-01-22 发布 文件大小:115.38 kB
0 226
下载积分: 2 下载次数: 1

代码说明:

模拟路由器,可以在多台机器上实现RIP算法,利用还可以发送测试的包。在任意时刻可以添加邻居,改变邻居信息等。-simulated routers, in multiple machines to achieve RIP algorithm can also use this test kits. At any moment they can add neighbors, neighbors information.

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

发表评论

0 个回复

  • 一个用VisualBasic写的局域网消息发送软件。
    一个用VisualBasic编写的局域网消息发送软件。-a prepared using Visual Basic LAN messaging software.
    2022-08-05 11:47:38下载
    积分:1
  • unsustainable under the agreement, users send frames, will first interception Ch...
    非持续CSMA 该协议下,用户在发送帧之前,会先侦听信道的状况,如果没有其他站点发送,它就发送。若信道忙,它就等待一个随机的时间后重复以上动作。 对于某一帧而言,信道是否忙,即是看其绝对时间(FRAMETIME*i+dt)的前一帧时内(FRAMETIME*(i-1)+dt ~ FRAMETIME*i+dt)是否存在发送帧。若无则发送,有则等待一随机时间。 -unsustainable under the agreement, users send frames, will first interception Channel situation, if no other site sent, it sent. If Channel busy, it would wait for a random time to repeat the action. For a frame, whether the busy channel, that is, look at his absolute time (FRAMETIME* i dt) of a time (FRAMETIME* (i-1) dt ~ FRAMETIME dt* i) the existence of this frame. If not then this, then wait for a random time.
    2022-03-16 02:26:57下载
    积分:1
  • 1-持续CSMA协议下,当一个用户要发送数据时,它首先侦听信道,看是否有其他站点在传送。如果信道忙,就持续等待直到信道空闲时,便将数据送出。若发生冲突,就等待一个随机长的时间,然后重新侦听。 对于这种协议,先考虑当前帧i时的前一帧时i-1,得到前一帧时的最后一帧frame0(相对时间最大的帧)的相对时间dt0,然后再在当前帧时查看有哪些帧的相对时间会小于dt0,这些帧若是发送就会与frame0发生冲突,所以这些帧就进入持续等待状态,这些帧并没有发送。再考虑当前帧余下的帧(dt > dt0),它们中的第一帧侦听到信道处于空闲状态,所以就发送,而其他的帧由于第一帧的发送又处于等待状态。若有大于或等于2个帧的相对时间相等,且它们又同时侦听到信道空闲时,就会同时发送而导致冲突,冲突发生后的处理方法同上两个协议的一样。 -1- CSMA continued under the agreement, when a user to send data, it first interception Channel to see if there are other sites in transmission. If Channel busy, continuing to wait until the idle channel, and put more information out. If there is conflict, it is a long wait for a random time, then re-interception. Such agreements, to consider the current frame i am one of the former when i-1, be a time before the final one frame0 (relative to the time frame) the relative dt0 time, and then when the current frame to detect what the relative time frame will be less than dt0, these frames will be sent if and frame0 conflict, th
    2022-03-03 08:55:18下载
    积分:1
  • winSockUdp写了UDP客户端和服务端案例,同时也有TCP通讯连路例,希望对网络用户有所帮助。...
    winSockUdp程序编写了UDP客户端和服务端案例,同时也有TCP通讯连路例程,希望对网络编程用户有所帮助。-winsockudp include UDP client and UDP server example
    2023-02-08 16:10:03下载
    积分:1
  • 写客户端的FTP协议,socket使用…
    ftp协议中的client端的编写,利用socket编程实现的ftp协议的client端。-ftp protocol in the client side of the preparation, the use of socket programming client side of the ftp protocol.
    2022-02-04 04:28:35下载
    积分:1
  • 加强版的netstat。有嗅探功能(需更改源码手动打开),发现新连接时还有任务栏弹出窗口提示功能。需要sdk。...
    加强版的netstat。有嗅探功能(需更改源码手动打开),发现新连接时还有任务栏弹出窗口提示功能。需要sdk。-strengthened version of netstat. A sniffer function (subject to change manually open source), the discovery of new connections have taskbar pop-up reminder feature. Need sdk.
    2023-02-01 19:05:03下载
    积分:1
  • 上课的时候用VB写的文件传输的技巧,有利于初级者学习
    上课的时候用VB编写的文件传输的技巧,有利于初级者学习-class of VB paper prepared by the transmission of skills and a conducive learning primary. .
    2022-05-08 06:58:03下载
    积分:1
  • EthernetSpy Debugger di rete per Windows NT 网络数据包拦截
    EthernetSpy Debugger di rete per Windows NT 网络数据包拦截-EthernetSpy Debugger per Rete di Windows NT network packet interception
    2022-02-26 12:26:29下载
    积分:1
  • "Windows network programming technology," A source book will give you...
    《Windows网络编程技术》附书源码 希望能给大家提供帮助-"Windows network programming technology," A source book will give you hope for help
    2022-05-27 03:17:00下载
    积分:1
  • 这个不需要多介绍吧,示范了如何写3层结构的详细例子
    这个不需要多介绍吧,示范了如何编写3层结构的详细例子-need any more on the bar, a demonstration on how to prepare a three-tier structure of the detailed examples
    2022-02-04 07:40:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载