【问题标题】:Route request header for DSR (Dynamic Source Routing)DSR(动态源路由)的路由请求标头
【发布时间】:2012-12-03 15:58:14
【问题描述】:
  typedef  nx_struct RouteRequest{

    nx_uint16_t   src ; // the node ID of RREQ originator 

    nx_uint16_t   desn ;  // the node ID of desired destination

    nx_uint16_t   reqid;  // unique id to recognize duplicate request

   nx_uint16_t  route_record;  // append node address in the route record

    nx_uint8_t  numhops;  // hop count 
 } RouteRequest;

我的问题是,在到达目标节点之前,路由请求 (src,desn,reqid) 将保持不变。在路线记录中,每个注释都必须在其中附加其地址(Node_id)。那么路由记录中的字节会发生变化,对吗??
请在这方面帮助我..

谢谢,普雷姆

【问题讨论】:

    标签: routing protocols tinyos


    【解决方案1】:

    路由记录将在每一跳处扩展,在每一跳处附加字节。一路上,每个数据包都可以使用这个字节列表来了解其前身。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2015-05-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2020-09-26
      • 1970-01-01
      • 2021-08-02
      相关资源
      最近更新 更多