CN103686924A - Directed Diffusion Routing Protocol Based on Return Delay for Wireless Sensor Networks - Google Patents

Directed Diffusion Routing Protocol Based on Return Delay for Wireless Sensor Networks Download PDF

Info

Publication number
CN103686924A
CN103686924A CN201410001077.0A CN201410001077A CN103686924A CN 103686924 A CN103686924 A CN 103686924A CN 201410001077 A CN201410001077 A CN 201410001077A CN 103686924 A CN103686924 A CN 103686924A
Authority
CN
China
Prior art keywords
node
gradient
interest
nodes
network
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201410001077.0A
Other languages
Chinese (zh)
Inventor
熊庆旭
仲盈
冯金鑫
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beihang University
Original Assignee
Beihang University
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beihang University filed Critical Beihang University
Priority to CN201410001077.0A priority Critical patent/CN103686924A/en
Publication of CN103686924A publication Critical patent/CN103686924A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D30/00Reducing energy consumption in communication networks
    • Y02D30/70Reducing energy consumption in communication networks in wireless communication networks

Landscapes

  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

The invention discloses an improved oriented diffusion routing protocol in a wireless sensor network. A Sink node broadcasts Interest at a fixed period in a flooding way. A network node establishes gradients between nodes for broadcasting the Interest according to the sequence of the received Interest, and the gradients of the earlier reached nodes are smaller. After a gradient field of the whole network is established, one of the network nodes with the minimal gradient is selected as a next node; and if a plurality of nodes with same minimal gradients are provided, one node is randomly selected. The rest energy of the nodes are periodically detected, a threshold value is reduced by a half if the rest energy is lower than the threshold value; and meanwhile, the information of increasing the gradient is broadcasted to a neighboring node; and the gradient between the node which receives the information and the node is increased by the node which receives the information, and the gradients between the node which receives the information and other neighbours are reduced simultaneously. Results are compared to show that the protocol provided by the invention has longer network lifetime and more balanced network node energy consumption than the orientated diffusion protocol; and the improved oriented diffusion routing protocol is simpler.

Description

无线传感器网络基于返回时延的定向扩散路由协议Directed Diffusion Routing Protocol Based on Return Delay for Wireless Sensor Networks

技术领域technical field

本发明涉及无线传感器网络路由技术。The invention relates to wireless sensor network routing technology.

背景技术Background technique

路由技术是无线传感器网络(Wireless Sensor Network,WSN)中研究最多的领域。现有的路由方式可分为分层式(hierarchical)和平面式(flat)两大类,LEACH(Low EnergyAdaptive Clustering Hierarchy)及定向扩散(Directed Diffusion,DD)分别是这两类中最典型的代表。Routing technology is the most researched field in Wireless Sensor Network (WSN). The existing routing methods can be divided into two categories: hierarchical (hierarchical) and flat (flat). LEACH (Low Energy Adaptive Clustering Hierarchy) and Directed Diffusion (DD) are the most typical representatives of these two types. .

以数据为核心(Data-centric)的DD协议被认为是平面路由里程碑式的结果。DD协议包括扩散兴趣、建立梯度及路径加固三个部分,其通过对传感器节点感应信息的探询来选择下一跳的一个或多个目的节点。DD协议可以在无需任何传感器节点位置信息的情况下,寻找发现Sink与包含其感兴趣信息的传感器节点之间的路径。在路径建立过程中,节点只需了解其相邻节点的情况,是一种完全基于局部控制的路由技术。DD协议可同时应用于静态信息的获取和动态目标的追踪。The data-centric DD protocol is considered a milestone result of flat routing. The DD protocol includes three parts: spreading interest, establishing gradient and path reinforcement. It selects one or more destination nodes for the next hop by inquiring sensor information. The DD protocol can find the path between the Discovery Sink and the sensor nodes containing the information it is interested in without any sensor node location information. In the process of path establishment, a node only needs to know the situation of its adjacent nodes, which is a routing technology based on local control. The DD protocol can be applied to the acquisition of static information and the tracking of dynamic targets at the same time.

DD协议提供了两种梯度。第一种以路径时延为梯度,当前节点以与梯度值相对应的概率从多个相邻节点中随机选择下一跳节点。随机选择是出于健壮性和节点能耗公平性的考虑,但由此也带来了每次数据传输路径的并非是最短的,能耗和时延也不是最小的。DD协议中的第二种梯度是传输数据率,但需要路径加固过程,这个过程实际上是由信源节点发起的全网泛洪,这将带来较大的传输开销。The DD protocol provides two gradients. The first one uses the path delay as the gradient, and the current node randomly selects the next-hop node from multiple adjacent nodes with the probability corresponding to the gradient value. The random selection is based on the consideration of robustness and fairness of node energy consumption, but it also brings that the path of each data transmission is not the shortest, and the energy consumption and delay are not the smallest. The second gradient in the DD protocol is the transmission data rate, but it requires a path reinforcement process. This process is actually a network-wide flood initiated by the source node, which will bring a large transmission overhead.

通过对DD协议进行改进,本发明提供了一种基于返回时延的定向扩散路由协议IEAF-DD(Interest Earliest Arrival First Directed Diffusion)。对比结果显示,IEAF-DD协议比DD协议具有更好的节能以及能耗均衡效果,且极大地降低了复杂度。By improving the DD protocol, the present invention provides a return delay-based directed diffusion routing protocol IEAF-DD (Interest Earliest Arrival First Directed Diffusion). The comparison results show that the IEAF-DD protocol has better energy saving and energy balance effects than the DD protocol, and greatly reduces the complexity.

发明内容Contents of the invention

本发明的目的是提供无线传感器网络能耗性能更好又更加简单的定向扩散路由协议。The purpose of the invention is to provide a directed diffusion routing protocol with better energy consumption performance and simpler wireless sensor network.

为实现上述目的,本发明采用的技术路线为:For realizing the above object, the technical route that the present invention adopts is:

第一步Sink节点定期泛洪广播兴趣Interest;The first step is that the Sink node periodically floods and broadcasts Interest;

第二步网络节点,例如A,根据Interest到达的先后,建立与发送Interest节点之间的梯度值。对于已建立梯度的节点发送的Interest不予理睬。对于收到未建立梯度的节点发送的Interest,采用下式建立梯度,In the second step, the network node, such as A, establishes the gradient value between the node sending the Interest according to the order of the arrival of the Interest. Ignore the Interest sent by the node that has established the gradient. For the Interest sent by a node that has not established a gradient, the following formula is used to establish the gradient,

Gr=rG r =r

其中,r代表A接收到的Interest泛洪的序号,Gr表示A返回第r(1≤r≤n)个到达节点的梯度值。这样最先到达的节点,梯度最小为1,依次递增。Among them, r represents the serial number of the Interest flood received by A, and G r represents that A returns the gradient value of the rth (1≤r≤n) arrival node. In this way, the node that arrives first has a minimum gradient of 1, and it increases sequentially.

第三步网络节点在传输数据时,每次选取与该节点之间梯度值最小的节点为下一跳节点。若存在多个具有相同最小值的下一跳节点,随机从中选取1个作为下一跳节点。以此类推,将数据由源节点传输到Sink。In the third step, when the network node transmits data, the node with the smallest gradient value between the node and the node is selected as the next-hop node each time. If there are multiple next-hop nodes with the same minimum value, one of them is randomly selected as the next-hop node. By analogy, the data is transmitted from the source node to the sink.

第四步节点根据自身耗能情况,调整与相邻节点之间的梯度。节点每间隔时间T0,查询自己的剩余能量,当发现能量低于设定的阈值时,通知所有相邻节点增大与其之间的梯度值,随后更新阈值。本发明采用“1/2”方法,即新阈值等于原阈值的一半。节点最初的初始阈值等于节点初始能量的一半。节点间梯度的调整方法是,假设梯度值为Gr的节点因为能量过低而发出增大梯度的信息,节点A收到该信息。节点A根据下式调整其与邻居节点间的梯度:In the fourth step, the node adjusts the gradient with the adjacent nodes according to its own energy consumption. A node queries its own remaining energy every time T 0 , and when it finds that the energy is lower than the set threshold, it notifies all adjacent nodes to increase the gradient value between them, and then updates the threshold. The present invention adopts the "1/2" method, that is, the new threshold is equal to half of the original threshold. The node's initial initial threshold is equal to half of the node's initial energy. The method of adjusting the gradient between nodes is assuming that the node with the gradient value G r sends a message to increase the gradient because the energy is too low, and node A receives the message. Node A adjusts the gradient between itself and its neighbor nodes according to the following formula:

GG rr ′′ == GG rr ;; (( nno == 11 )) GG rr ′′ == GG rr ++ 11 ;; GG ii ′′ == GG rr (( GG ii == 11 )) GG rr ′′ == GG ii -- 11 (( GG ii ≠≠ 11 )) (( 11 ≤≤ ii ≤≤ nno ,, ii ≠≠ rr )) (( nno >> 11 ))

其中,n为节点A的邻居数目,Gi'表示A返回第i(1≤i≤n)个Interest信息到达节点的新梯度值。Among them, n is the number of neighbors of node A, and G i ' means that A returns the new gradient value of the ith (1≤i≤n) Interest information to the node.

本发明的有益效果:本发明采用时延作为梯度,节点依据最小时延的梯度确定性地选择下一条节点,建立信源到Sink之间当前的最短路由。同时根据节点能耗情况,调整节点间的梯度。这样避免了选用存在冗余节点的路径,减少了网络能耗。另一方面通过节点间梯度的调整,平衡网络节点能耗。本发明均衡网络节点能耗采用的是“长期均衡”的方法,代替DD协议的“短期均衡”的方法。对比结果显示,本发明比DD协议具有更小的节点能耗和更好的节点能耗的均衡性,尤其是计算更加简单。Beneficial effects of the present invention: the present invention uses time delay as a gradient, and the node selects the next node deterministically according to the gradient of the minimum time delay, and establishes the current shortest route between the source and the sink. At the same time, according to the energy consumption of nodes, the gradient between nodes is adjusted. This avoids selecting paths with redundant nodes and reduces network energy consumption. On the other hand, through the adjustment of the gradient between nodes, the energy consumption of network nodes is balanced. The present invention adopts the "long-term balance" method to balance the energy consumption of network nodes, instead of the "short-term balance" method of the DD protocol. The comparison results show that the present invention has smaller node energy consumption and better balance of node energy consumption than the DD protocol, especially the calculation is simpler.

附图说明Description of drawings

图1是Interest泛洪过程;Figure 1 is the process of Interest flooding;

图2是节点之间的梯度;Figure 2 is the gradient between nodes;

图3是冗余节点依概率参加数据传输;Figure 3 shows that redundant nodes participate in data transmission according to probability;

图4是能量最少节点的能量对比;Figure 4 is the energy comparison of the nodes with the least energy;

图5是节点的平均剩余能量对比。Figure 5 is a comparison of the average remaining energy of nodes.

具体实施方式Detailed ways

步骤1Sink节点定期泛洪广播兴趣Interest。Interest包含对信息事件的描述,如所要检测的对象特征等,供各传感器节点判断是否与自己所感应的数据相匹配。图1提供了Sink向包括数据源Source在内的所有网络节点泛洪的示例,Sink首先向其所有邻居节点广播Interest,接收到Interest的节点随后也向其邻居节点广播接收到的Interest。但收到来自自身泛洪已到达的节点所广播的Interest,则丢弃接收的分组,不重复广播。以此类推直到网络中的所有节点都接收到Interest。Step 1 The Sink node periodically floods and broadcasts Interest. Interest contains the description of information events, such as the characteristics of the object to be detected, etc., for each sensor node to judge whether it matches the data it senses. Figure 1 provides an example of Sink flooding to all network nodes including the data source Source. Sink first broadcasts Interest to all its neighbor nodes, and the node receiving the Interest then broadcasts the received Interest to its neighbor nodes. However, if it receives the Interest broadcasted by the node that its own flooding has reached, it discards the received packet and does not repeat the broadcast. And so on until all nodes in the network receive the Interest.

步骤2网络节点A根据Interest到达的先后,建立与发送该Interest节点之间的梯度。对于已建立梯度的节点发送的Interest则不予理睬。对于收到未建立梯度的节点发送的Interest,采用下式建立梯度:Step 2: Network node A establishes and sends gradients between the Interest nodes according to the arrival sequence of the Interest. Ignore the Interest sent by the node that has established the gradient. For the Interest sent by a node that has not established a gradient, the following formula is used to establish the gradient:

Gr=rG r =r

其中,r代表A接收到的Interest泛洪的序号,Gr表示A返回第r(1≤r≤n)个到达节点的梯度值。Among them, r represents the serial number of the Interest flood received by A, and G r represents that A returns the gradient value of the rth (1≤r≤n) arrival node.

这样最先到达的节点,梯度最小,依次递增。而且节点与其邻居节点建立的梯度值是唯一的。下面结合图2具体说明:In this way, the node that arrives first has the smallest gradient and increases sequentially. Moreover, the gradient value established between a node and its neighbor nodes is unique. The following is a specific description in conjunction with Figure 2:

1.Sink在泛洪Interest时,首先传输到节点F,节点F接收后建立与Sink的梯度为1。随后节点F泛洪Interest到Sink以及节点E、B和D。1. When Sink floods Interest, it first transmits to node F, and node F establishes a gradient of 1 with Sink after receiving it. Then node F floods Interest to Sink and nodes E, B and D.

2.由于已经建立了与F的梯度,Sink不理睬F的泛洪。2. Since the gradient with F has already been established, the sink ignores the flooding of F.

3.由于节点E,B,D是首次收到Interest,它们均建立与F之间的梯度为1。3. Since nodes E, B, and D receive Interest for the first time, they all establish a gradient of 1 with F.

4.采用相同方法,4. Using the same method,

1)节点E泛洪到节点B,这是B第2次收到Interest,所以B-E之间的梯度为2;1) Node E floods to node B, this is the second time B receives Interest, so the gradient between B-E is 2;

2)节点E泛洪到节点A,建立A-E之间梯度为1;若E晚于B泛洪,由于E是第2) Node E floods to node A, and the gradient between A and E is established as 1; if E floods later than B, since E is the first

2次收到Interest,所以E-B之间的梯度为2;Interest is received twice, so the gradient between E-B is 2;

3)节点D泛洪到节点C,建立C-D之间梯度为1;3) Node D is flooded to node C, and the gradient between C and D is established as 1;

5.节点C泛洪到节点B,这是B第3次收到Interest,所以B-C之间的梯度为3;5. Node C floods to node B, this is the third time B receives Interest, so the gradient between B-C is 3;

步骤3建立全网节点间的梯度场后,从Source节点开始,选择梯度最小的节点为下一跳节点,直到Sink。Step 3 After establishing the gradient field among the nodes of the whole network, start from the Source node, select the node with the smallest gradient as the next hop node, and continue until the Sink.

不同于DD协议,本发明不再基于梯度值的概率,在具有不同梯度值的节点中选取下一跳节点。下面结合图3说明。Different from the DD protocol, the present invention no longer selects the next-hop node from nodes with different gradient values based on the probability of the gradient value. The following will be described in conjunction with FIG. 3 .

图3中B→F有3条路径可选,分别是B→F;B→E→F;B→C→D→。In Figure 3, B→F has three optional paths, namely B→F; B→E→F; B→C→D→.

DD协议中以一定的概率在三条路径中选择一条,本发明只选择梯度最小的节点F,由B直接一跳到F。In the DD protocol, one of the three paths is selected with a certain probability, and the present invention only selects the node F with the smallest gradient, and jumps from B to F directly.

若选择两外两条路径,B到F之间的跳数分别为2和3。也就是说要增加1到2个中间节点转发数据,这相应地增加了网络的能耗,从数据传输来说这是不必要的。If two other paths are selected, the hop numbers between B and F are 2 and 3, respectively. That is to say, it is necessary to add 1 to 2 intermediate nodes to forward data, which correspondingly increases the energy consumption of the network, which is unnecessary in terms of data transmission.

步骤4节点每间隔一段时间例如T0,查询自己的剩余能量,若剩余能量低于预定的阈值,则通知其所有邻居节点提高与该节点之间的梯度值,随后该节点更新阈值。Step 4. The node queries its own remaining energy at intervals such as T 0 . If the remaining energy is lower than a predetermined threshold, it notifies all its neighbor nodes to increase the gradient value with the node, and then the node updates the threshold.

阈值更新的方法是,将新阈值更新等于原阈值的一半,节点的初始阈值为节点初始能量的一半。The threshold update method is to update the new threshold equal to half of the original threshold, and the initial threshold of the node is half of the initial energy of the node.

梯度调整的方法是,节点A收到梯度值为Gr的节点Nr发出的增大梯度的信号后,则A调整与邻居节点之间的梯度如下:The method of gradient adjustment is that after node A receives a signal to increase the gradient from node N r with gradient value G r , then A adjusts the gradient between itself and its neighbor nodes as follows:

1.对于节点Nr1. For node N r :

1)若A只有Nr一个邻居,即n=1,则Gr'=Gr1) If A has only one neighbor N r , that is, n=1, then G r '=G r ;

2)否则Gr'=Gr+1;2) Otherwise G r '=G r +1;

2.对于节点Ni,其中1≤i≤n且i≠r,2. For a node N i , where 1≤i≤n and i≠r,

1)若Gi=1,则Gi'=Gi1) If Gi=1, then G i '=G i ;

2)否则,Gi'=Gi-1。2) Otherwise, G i '=G i -1.

其中n为节点A的邻居数目,Gi'表示A返回第i(1≤i≤n)个Interest信息到达节点的新梯度值。Where n is the number of neighbors of node A, and G i ' means that A returns the new gradient value of the ith (1≤i≤n) Interest information reaching the node.

图4说明了在相同网络情况下本发明协议与DD协议从网络开始工作到第一个节点能量耗尽的时间。图5说明了在相同网络情况下本发明协议与DD协议节点平均剩余能量随时间的变化情况。Fig. 4 illustrates the time from the start of network operation to the energy exhaustion of the first node of the protocol of the present invention and the DD protocol under the same network conditions. Fig. 5 illustrates the variation of the average remaining energy of nodes in the protocol of the present invention and the DD protocol over time under the same network conditions.

Claims (1)

1.一种基于返回时延的改进的无线传感器网络的定向扩散路由协议,其特征是:1. a kind of directed diffusion routing protocol based on the improved wireless sensor network of return time delay, it is characterized in that: (1)Sink节点定期泛洪广播兴趣Interest;(1) The Sink node periodically floods and broadcasts Interest; (2)网络节点A根据Interest到达的先后,建立与广播该Interest节点之间的梯度;(2) Network node A establishes and broadcasts the gradient between the Interest nodes according to the arrival sequence of the Interest; (2.1)对于收到已建立梯度的节点广播的Interest不予理睬;(2.1) Ignore the Interest broadcast by the node that has established the gradient; (2.2)对于收到未建立梯度的节点发送的Interest,采用下式建立梯度,(2.2) For the Interest sent by a node that has not established a gradient, use the following formula to establish a gradient, Gr=rG r =r 其中,r代表A接收到的Interest泛洪的序号,Gr表示A返回第r(1≤r≤n)个到达节点的梯度值。最先到达的节点,梯度最小,依次递增;Among them, r represents the serial number of the Interest flood received by A, and G r represents that A returns the gradient value of the rth (1≤r≤n) arrival node. The node that arrives first has the smallest gradient and increases sequentially; (3)网络节点在传输数据时,(3) When the network node transmits data, (3.1)选取与该节点之间梯度值最小节点作为下一跳节点;(3.1) Select the node with the smallest gradient value between the node and the node as the next hop node; (3.2)若存在多个具有相同最小梯度的节点,从中随机选取1个作为下一跳节点;(3.2) If there are multiple nodes with the same minimum gradient, randomly select one of them as the next hop node; (4)节点每间隔T0时间,查询自己的剩余能量,若剩余能量低于阈值,(4) The node queries its own remaining energy every interval T 0 , if the remaining energy is lower than the threshold, (4.1)将新阈值更新等于原阈值的一半,节点的初始阈值为节点初始能量的一半;(4.1) Update the new threshold equal to half of the original threshold, and the initial threshold of the node is half of the initial energy of the node; (4.2)通知所有邻居节点提高与该节点的梯度值,邻居节点例如A收到梯度值为Gr的节点Nr发出的梯度增大信号后,A更新与其邻居节点之间的梯度为:(4.2) Notify all neighbor nodes to increase the gradient value with this node. After neighbor node A receives the gradient increase signal from node N r with gradient value G r , A updates the gradient between its neighbor nodes as follows: GG rr ′′ == GG rr ;; (( nno == 11 )) GG rr ′′ == GG rr ++ 11 ;; GG ii ′′ == GG rr (( GG ii == 11 )) GG rr ′′ == GG ii -- 11 (( GG ii ≠≠ 11 )) (( 11 ≤≤ ii ≤≤ nno ,, ii ≠≠ rr )) (( nno >> 11 )) 其中,n为节点A的邻居数目,Gi'为A返回第i(1≤i≤n)个Interest信息到达节点的新梯度值。Among them, n is the number of neighbors of node A, and G i ' is the new gradient value of the ith (1≤i≤n) Interest information that A returns to the node.
CN201410001077.0A 2014-01-02 2014-01-02 Directed Diffusion Routing Protocol Based on Return Delay for Wireless Sensor Networks Pending CN103686924A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410001077.0A CN103686924A (en) 2014-01-02 2014-01-02 Directed Diffusion Routing Protocol Based on Return Delay for Wireless Sensor Networks

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410001077.0A CN103686924A (en) 2014-01-02 2014-01-02 Directed Diffusion Routing Protocol Based on Return Delay for Wireless Sensor Networks

Publications (1)

Publication Number Publication Date
CN103686924A true CN103686924A (en) 2014-03-26

Family

ID=50322886

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410001077.0A Pending CN103686924A (en) 2014-01-02 2014-01-02 Directed Diffusion Routing Protocol Based on Return Delay for Wireless Sensor Networks

Country Status (1)

Country Link
CN (1) CN103686924A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104540182A (en) * 2014-12-16 2015-04-22 浙江工业大学 Time delay minimization route selecting method for wireless sensor network with energy capture characteristic
CN107911841A (en) * 2017-10-24 2018-04-13 浙江工业大学 A Reliable Transmission Method for Delay Optimization in Sensor Networks

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060215588A1 (en) * 2005-03-22 2006-09-28 Yoon Chang-June C Energy-efficient network protocol and node device for sensor networks
CN101277264A (en) * 2008-05-13 2008-10-01 武汉理工大学 Directed Diffusion Method Based on Ant Colony Algorithm in Wireless Sensor Networks
CN101572657A (en) * 2008-04-29 2009-11-04 北京循天行信息技术有限公司 Distributed determining method and route proposal of wireless sense network energy inadequacy level
CN101977376A (en) * 2010-10-18 2011-02-16 北京交通大学 Mobile node-based wireless sensor network energy-saving secure routing method and system thereof

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060215588A1 (en) * 2005-03-22 2006-09-28 Yoon Chang-June C Energy-efficient network protocol and node device for sensor networks
CN101572657A (en) * 2008-04-29 2009-11-04 北京循天行信息技术有限公司 Distributed determining method and route proposal of wireless sense network energy inadequacy level
CN101277264A (en) * 2008-05-13 2008-10-01 武汉理工大学 Directed Diffusion Method Based on Ant Colony Algorithm in Wireless Sensor Networks
CN101977376A (en) * 2010-10-18 2011-02-16 北京交通大学 Mobile node-based wireless sensor network energy-saving secure routing method and system thereof

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
仲盈,冯金鑫,熊庆旭: "《确定性无线传感器网络定向扩散路由协议》", 《北京航空航天大学学报》, vol. 33, no. 10, 31 October 2007 (2007-10-31), pages 1228 - 1232 *

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104540182A (en) * 2014-12-16 2015-04-22 浙江工业大学 Time delay minimization route selecting method for wireless sensor network with energy capture characteristic
CN104540182B (en) * 2014-12-16 2017-12-29 浙江工业大学 Wireless sense network minimizing delay route selection method with energy capture characteristic
CN107911841A (en) * 2017-10-24 2018-04-13 浙江工业大学 A Reliable Transmission Method for Delay Optimization in Sensor Networks
CN107911841B (en) * 2017-10-24 2020-10-30 浙江工业大学 A reliable transmission method for sensor network delay optimization

Similar Documents

Publication Publication Date Title
EP1898574B1 (en) Method and system for loop-free ad-hoc routing
Sergiou et al. Hierarchical Tree Alternative Path (HTAP) algorithm for congestion control in wireless sensor networks
US9288066B2 (en) Dynamic multicast mode selection in a communication network
Kalore et al. A review on efficient routing techniques in wireless sensor networks
CN103621144B (en) For the method for finding route set in a network
Cao et al. Robust multi-pipeline scheduling in low-duty-cycle wireless sensor networks
Gulati et al. Performance comparison of mobile Ad Hoc network routing protocols
Ko et al. A new directional flooding protocol for wireless sensor networks
Migabo et al. Gradient-based routing for energy consumption balance in multiple sinks-based wireless sensor networks
CN103686924A (en) Directed Diffusion Routing Protocol Based on Return Delay for Wireless Sensor Networks
Rangarajan et al. Performance analysis of multicast protocols: ODMRP, PUMA and OBAMP
Gulati et al. Load Balanced and Link Break Prediction Routing Protocol for Mobile Ad Hoc Networks.
Saidi et al. Opportunistic routing in wireless sensors networks
CN105553854A (en) Mobile ad hoc network and multicast routing method thereof
Rao et al. Congestion control scheme for efficient energy (CCSEE) in Mobile adhoc networks
Arora et al. Energy saving multipath routing protocol for wireless sensor networks
CN110636582A (en) A communication path selection method for underwater sensor network nodes based on ant colony algorithm
Patel et al. Graph theoretic routing algorithm (GTRA) for mobile ad-hoc networks (MANET)
Kumar et al. Enhance the routing QoS for multimedia streaming using two-hop information in mobile ad hoc networks
Shankar et al. Geographie multicast routing protocol for achieving efficient and scalable group communication over MANET
Nagaratna et al. Node Disjoint Split Multipath Multicast Ad-hoc On-demand Distance Vector Routing Protocol (NDSM-MAODV)
Sethi et al. An effective and scalable AODV for wireless ad hoc sensor networks
Obaidat et al. QoS-aware multipath routing protocol for delay sensitive applications in MANETs A cross-layer approach
Singh et al. Comparison and study of aomdv and dsdv routing protocols in manet using ns-2
Banik et al. Design of QoS Routing Framework based on OLSR Protocol

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20140326

WD01 Invention patent application deemed withdrawn after publication