CN113382464A - Directional ad hoc network power control method based on minimum spanning tree - Google Patents

Directional ad hoc network power control method based on minimum spanning tree Download PDF

Info

Publication number
CN113382464A
CN113382464A CN202110635377.4A CN202110635377A CN113382464A CN 113382464 A CN113382464 A CN 113382464A CN 202110635377 A CN202110635377 A CN 202110635377A CN 113382464 A CN113382464 A CN 113382464A
Authority
CN
China
Prior art keywords
node
neighbor
sector
spanning tree
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.)
Granted
Application number
CN202110635377.4A
Other languages
Chinese (zh)
Other versions
CN113382464B (en
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.)
Beijing Galaxy Xintong Technology Co ltd
Original Assignee
Beijing Galaxy Xintong Technology Co ltd
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 Beijing Galaxy Xintong Technology Co ltd filed Critical Beijing Galaxy Xintong Technology Co ltd
Priority to CN202110635377.4A priority Critical patent/CN113382464B/en
Publication of CN113382464A publication Critical patent/CN113382464A/en
Application granted granted Critical
Publication of CN113382464B publication Critical patent/CN113382464B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W52/00Power management, e.g. TPC [Transmission Power Control], power saving or power classes
    • H04W52/04TPC
    • H04W52/18TPC being performed according to specific parameters
    • H04W52/24TPC being performed according to specific parameters using SIR [Signal to Interference Ratio] or other wireless path parameters
    • H04W52/248TPC being performed according to specific parameters using SIR [Signal to Interference Ratio] or other wireless path parameters where transmission power control commands are generated based on a path parameter
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W52/00Power management, e.g. TPC [Transmission Power Control], power saving or power classes
    • H04W52/04TPC
    • H04W52/18TPC being performed according to specific parameters
    • H04W52/28TPC being performed according to specific parameters using user profile, e.g. mobile speed, priority or network state, e.g. standby, idle or non transmission
    • H04W52/283Power depending on the position of the mobile
    • 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

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Mobile Radio Communication Systems (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

The invention discloses a directional ad hoc network power control method based on a minimum spanning tree, and belongs to the field of wireless network communication. The invention adopts the link constructed by the minimum spanning tree as the basis of the link, thereby ensuring the connectivity of the network; links are properly added for nodes, so that the hop count between the nodes in the network is shortened, the characteristics of a directional antenna are considered, the number of the links in one sector is limited, the communication interference is reduced, and the performance of the network is improved; the unidirectional links are deleted, the last constructed links are all bidirectional links, and the problem that the network performance is influenced due to the fact that the network topology is complicated due to the existence of the unidirectional links is solved. The method can reduce the power of the transmitting antenna, ensure the connectivity and relatively high performance of the network, can be applied to the fields of military battlefields, disaster area emergency communication and the like, and solves the problem of network performance reduction caused by reducing the power of the node antenna.

Description

Directional ad hoc network power control method based on minimum spanning tree
Technical Field
The invention belongs to the field of wireless network communication, and particularly relates to a node antenna power control method of a directional ad hoc network.
Background
The directional ad hoc network is a wireless ad hoc network using a directional antenna, and has the advantages of high gain, spatial multiplexing, interference resistance, interception resistance and the like. Nodes in a directional ad hoc network cannot transmit signals at maximum power because the nodes have limited energy and can cause frequent data collisions resulting in reduced network performance. The main purpose of the power control algorithm is to reduce the power of the transmitting antenna as much as possible, while ensuring the connectivity of the network and improving the performance of the network.
Current power control algorithms can be divided into algorithms based on angular direction information, on node location information and on neighbor number information. The LMST algorithm is a power control algorithm based on node location information, but the characteristics of a directional antenna are not considered, and the network performance is reduced due to the fact that the number of hops between nodes is large.
Disclosure of Invention
The invention discloses a method for controlling the power of a directional ad hoc network based on a minimum spanning tree, and provides a method for controlling the power of nodes in the directional ad hoc network, which can reduce the power of transmitting antennas and ensure the connectivity and relatively high performance of the network. The method can be applied to the fields of military battlefields, disaster area emergency communication and the like, and solves the problem of network performance reduction caused by reducing the power of the node antenna.
The purpose of the invention is realized by the following technical scheme: firstly, a distance matrix and a sector number matrix are calculated by using node coordinates, and then a minimum spanning tree is constructed by adopting Prim or Kruskal algorithm. And setting the upper limit of the number of node neighbors and the upper limit of the number of sector neighbors on the basis of the link constructed by the minimum spanning tree. Then, the neighbors are sequenced from near to far according to the distance, links between the neighbors are added to each node until the upper limit of the number of the neighbors is reached, and the unidirectional links are deleted. And finally, calculating the communication radius of each sector according to the link in each sector, thereby controlling the antenna power.
The invention discloses a directional ad hoc network power control method based on a minimum spanning tree, which comprises the following steps:
the method comprises the following steps: calculating to obtain a distance matrix
And calculating the distances between all the node pairs according to the coordinate information of the nodes of the whole network to obtain a distance matrix D. Where D (i, j) is the distance between node i and neighbor node j, and if node j is not a neighbor node of node i, then D (i, j) ∞.
Step two: calculating to obtain sector number matrix
For node i and node j in the network, the following operations are performed:
(1) judging whether the node pair is a neighbor or not
If the distance D (i, j) ∞ between node i and node j is not a neighbor, the sector number is set to 0, i.e., S (i, j) ∞. If the distance between node i and node j is not infinite, they are neighbors, continue (2).
(2) Calculating the angle of the direction of the neighbor
As shown in fig. 2, a ray extending rightward from the node i is taken as a direction with an angle of 0, and counterclockwise is taken as a direction with an increasing angle. And (4) solving by using an arc tangent function, and correcting the node i and the node j into a real angle according to the relative position between the node i and the node j, wherein the result is a radian system.
The correction formula of the angle alpha is
Figure BDA0003098974170000021
Wherein, let the coordinate of the node i be (x)1,y1) The coordinate of the node j is (x)2,y2) Let Δ y be y2-y1And Δ x ═ x2-x1
(3) Converting angles to sector numbers
The angle α is first divided by the angle size of one sector and rounded up so that the sector number starts from 1, and the result is written into the sector number matrix S. The sector number of the node i where the node j is located is S (i, j), there is
Figure BDA0003098974170000022
Wherein n issIs the number of sectors in a node.
(4) And if all the nodes are traversed, entering the next step, and if not, returning to the step (1) to continue.
Step three: building a minimum spanning tree
The minimal spanning tree is constructed using Prim algorithm or Kruskal algorithm, and the adjacency matrix M containing all links in the minimal spanning tree is obtained. Where, for node i and node j, M (i, j) ═ 1 indicates that an edge exists between node i and node j, and M (i, j) ═ 0 indicates that an edge does not exist between node i and node j.
Step four: adding links
(1) And initializing the adjacent matrix for storing the link set into the matrix M obtained in the last step.
For node i within the network:
(2) the list of reachable neighbors of node i is initialized, a reachable neighbor refers to a neighbor that can be covered using maximum transmit power.
(3) And traversing the reachable neighbors of the node i according to the sequence from near to far, and acquiring the number j of the nearest neighbor.
(4) Reading the adjacency matrix, judging whether the edge < i, j > formed by the neighbor j and the node i is added into the link set, if so, jumping to (8), otherwise, continuing (5).
(5) And acquiring the number S (i, j) of the sector where the neighbor j is positioned, judging whether the number of the neighbors in the sector reaches the upper limit, if so, jumping to (8), and if not, continuing (6).
(6) And judging whether the number of the neighbors of the node i reaches the upper limit, if so, jumping to (9), and if not, continuing (7).
(7) The edge < i, j > is written into the adjacency matrix M, i.e. M (i, j) ═ 1, and this edge is a unidirectional link, pointing from node i to node j.
(8) If all the neighbor nodes of the node i are traversed, continuing to (9), otherwise, returning to (3) to continue.
(9) And (4) if all the nodes are traversed, entering the next step, and if not, returning to the step (2) to continue.
Step five: traversing the link set, deleting the unidirectional links in the adjacency matrix, i.e. deleting the edge < i, j > and the edge < j, i > when M (i, j) ≠ M (j, i), i.e. letting M (i, j) be 0 and M (j, i) be 0. The directed graph is converted into an undirected graph so that all links within the network are bidirectional links.
Step six: and traversing all sectors of all nodes, and selecting the distance of the longest link in each sector of each node as the communication radius of the sector.
Has the advantages that:
1. the invention discloses a method for controlling the power of a directional ad hoc network based on a minimum spanning tree, which adopts a link constructed by the minimum spanning tree as the basis of the link and ensures the connectivity of the network.
2. The invention discloses a method for controlling the power of a directional ad hoc network based on a minimum spanning tree, which properly adds links for nodes, shortens the hop count between the nodes in the network, limits the number of links in a sector by considering the characteristics of a directional antenna, reduces the communication interference and improves the performance of the network.
3. The invention discloses a method for controlling the power of a directional ad hoc network based on a minimum spanning tree, which deletes a unidirectional link, ensures that the links constructed finally are bidirectional links, and avoids the problem that the network performance is influenced because the network topology becomes complicated due to the existence of the unidirectional link.
Drawings
FIG. 1 is a flow chart of the method of the present invention;
FIG. 2 is a schematic illustration of node antenna sector numbering;
figure 3 is a graph comparing the average hop count of the method of the present invention and the LMST algorithm in this example.
Detailed Description
The present invention will be described in detail below with reference to the accompanying drawings and examples. The technical problems and the advantages solved by the technical solutions of the present invention are also described, and it should be noted that the described embodiments are only intended to facilitate the understanding of the present invention, and do not have any limiting effect.
The application background of the embodiment is an ad hoc network for emergency communication, the network transmits information through a directional antenna, and coordinates of all nodes are known, and the invention is used for controlling the power of the node antenna.
The simulation parameters of this example are as follows: the node coordinates are randomly generated, the number of the nodes is 100 to 1000, and the number of the nodes is 10, the communication radius of the node is 200m, the node is located in an area of 1000m × 1000m, and the antenna beam of the node is divided into 6 sectors. The upper limit of the node neighbor number of the method is 6, and the upper limit of the sector neighbor number is 1.
The embodiment discloses a method for controlling the power of a directional ad hoc network based on a minimum spanning tree, which comprises the following steps:
the method comprises the following steps: calculating to obtain a distance matrix
And calculating the distances between all the node pairs according to the coordinate information of the nodes of the whole network to obtain a distance matrix D. Where D (i, j) is the distance between node i and neighbor node j, and if node j is not a neighbor node of node i, then D (i, j) ∞.
Step two: calculating to obtain sector number matrix
For node i and node j in the network, the following operations are performed:
(1) judging whether the node pair is a neighbor or not
If the distance D (i, j) ∞ between node i and node j is not a neighbor, the sector number is set to 0, i.e., S (i, j) ∞. If the distance between node i and node j is not infinite, they are neighbors, continue (2).
(2) Calculating the angle of the direction of the neighbor
As shown in fig. 2, a ray extending rightward from the node i is taken as a direction with an angle of 0, and counterclockwise is taken as a direction with an increasing angle. And (4) solving by using an arc tangent function, and correcting the node i and the node j into a real angle according to the relative position between the node i and the node j, wherein the result is a radian system.
The correction formula of the angle alpha is
Figure BDA0003098974170000051
Wherein, let the coordinate of the node i be (x)1,y1) The coordinate of the node j is (x)2,y2) Let Δ y be y2-y1And Δ x ═ x2-x1
(3) Converting angles to sector numbers
The angle α is first divided by the angle size of one sector and rounded up so that the sector number starts from 1, and the result is written into the sector number matrix S. The sector number of the node i where the node j is located is S (i, j), there is
Figure BDA0003098974170000052
Wherein n issIs the number of sectors in a node.
(4) And if all the nodes are traversed, entering the next step, and if not, returning to the step (1) to continue.
Step three: building a minimum spanning tree
The minimal spanning tree is constructed using Prim algorithm or Kruskal algorithm, and the adjacency matrix M containing all links in the minimal spanning tree is obtained. Where, for node i and node j, M (i, j) ═ 1 indicates that an edge exists between node i and node j, and M (i, j) ═ 0 indicates that an edge does not exist between node i and node j.
Step four: adding links
(1) And initializing the adjacent matrix for storing the link set into the matrix M obtained in the last step.
For node i within the network:
(2) the list of reachable neighbors of node i is initialized, a reachable neighbor refers to a neighbor that can be covered using maximum transmit power.
(3) And traversing the reachable neighbors of the node i according to the sequence from near to far, and acquiring the number j of the nearest neighbor.
(4) Reading the adjacency matrix, judging whether the edge < i, j > formed by the neighbor j and the node i is added into the link set, if so, jumping to (8), otherwise, continuing (5).
(5) And acquiring the number S (i, j) of the sector where the neighbor j is positioned, judging whether the number of the neighbors in the sector reaches the upper limit, if so, jumping to (8), and if not, continuing (6).
(6) And judging whether the number of the neighbors of the node i reaches the upper limit, if so, jumping to (9), and if not, continuing (7).
(7) The edge < i, j > is written into the adjacency matrix M, i.e. M (i, j) ═ 1, and this edge is a unidirectional link, pointing from node i to node j.
(8) If all the neighbor nodes of the node i are traversed, continuing to (9), otherwise, returning to (3) to continue.
(9) And (4) if all the nodes are traversed, entering the next step, and if not, returning to the step (2) to continue.
Step five: traversing the link set, deleting the unidirectional links in the adjacency matrix, i.e. deleting the edge < i, j > and the edge < j, i > when M (i, j) ≠ M (j, i), i.e. letting M (i, j) be 0 and M (j, i) be 0. The directed graph is converted into an undirected graph so that all links within the network are bidirectional links.
Step six: and traversing all sectors of all nodes, and selecting the distance of the longest link in each sector of each node as the communication radius of the sector.
As shown in fig. 3, the comparison graph of the average hop count of the LMST algorithm and the method of the present invention is obtained under 10 conditions with the number of nodes from 100 to 1000, wherein an asterisk indicates the LMST algorithm, a circle indicates the method of the present invention, the average hop count is defined as the average of the minimum hop counts among all node pairs, and the upper limit of the number of node neighbors of the LMST algorithm is 6. In this example, the average hop count of the inventive method is reduced by 48.42% on average in 10 cases compared to the LMST algorithm. Therefore, the link generated by the method of the invention has the advantages of lower hop count between network nodes, smaller delay and higher network performance.
The above detailed description is intended to illustrate the objects, aspects and advantages of the present invention, and it should be understood that the above detailed description is only exemplary of the present invention and is not intended to limit the scope of the present invention, and any modifications, equivalents, improvements and the like made within the spirit and principle of the present invention should be included in the scope of the present invention.

Claims (5)

1. A method for controlling the power of a directional ad hoc network based on a minimum spanning tree is characterized by comprising the following steps:
the method comprises the following steps: calculating to obtain a distance matrix;
step two: calculating to obtain a sector number matrix;
step three: constructing a minimum spanning tree;
step four: adding a link;
step five: traversing the link set, and deleting the unidirectional links in the adjacency matrix, namely deleting the edges < i, j > and the edges < j, i > when M (i, j) ≠ M (j, i), namely, making M (i, j) be 0 and M (j, i) be 0; converting the directed graph into an undirected graph, so that all links in the network are bidirectional links;
step six: and traversing all sectors of all nodes, and selecting the distance of the longest link in each sector of each node as the communication radius of the sector.
2. The method for controlling the power of the directed ad hoc network based on the minimum spanning tree as claimed in claim 1, wherein the implementation method of the step one is:
calculating the distances between all node pairs according to the coordinate information of the nodes of the whole network to obtain a distance matrix D; where D (i, j) is the distance between node i and neighbor node j, and if node j is not a neighbor node of node i, then D (i, j) ∞.
3. The method for controlling the power of the directed ad hoc network based on the minimum spanning tree as claimed in claim 1, wherein the implementation method of the step two is:
for node i and node j in the network, the following operations are performed:
(1) judging whether the node pair is a neighbor or not
If the distance D (i, j) ∞ between the node i and the node j is not a neighbor, the sector number is set to 0, i.e., S (i, j) ∞ 0; if the distance between the node i and the node j is not infinite, the nodes are neighbors, and the step (2) is continued;
(2) calculating the angle of the direction of the neighbor
As shown in fig. 2, a ray extending rightward from the node i is taken as a direction with an angle of 0, and counterclockwise is taken as a direction with an increasing angle; solving by using an arc tangent function, correcting the node i to be a real angle according to the relative position between the nodes j, and obtaining a radian system;
the correction formula of the angle alpha is
Figure FDA0003098974160000011
Wherein, let the coordinate of the node i be (x)1,y1) The coordinate of the node j is (x)2,y2) Let Δ y be y2-y1And Δ x ═ x2-x1
(3) Converting angles to sector numbers
Dividing the angle alpha by the angle of a sector, rounding up to enable the sector number to start from 1, and writing the obtained result into a sector number matrix S; the sector number of the node i where the node j is located is S (i, j), there is
Figure FDA0003098974160000021
Wherein n issIs the number of sectors in a node;
and if all the nodes are traversed, entering the next step, and if not, returning to the step (1) to continue.
4. The method for controlling the power of the directed ad hoc network based on the minimum spanning tree as claimed in claim 1, wherein the third step is realized by:
constructing a minimum spanning tree by using a Prim algorithm or a Kruskal algorithm to obtain an adjacent matrix M containing all links in the minimum spanning tree; where, for node i and node j, M (i, j) ═ 1 indicates that an edge exists between node i and node j, and M (i, j) ═ 0 indicates that an edge does not exist between node i and node j.
5. The method for controlling the power of the directed ad hoc network based on the minimum spanning tree as claimed in claim 1, wherein the implementation method of the step four is:
(1) initializing an adjacent matrix for storing a link set as a matrix M obtained in the previous step;
for node i within the network:
(2) initializing an reachable neighbor list of the node i, wherein the reachable neighbor refers to a neighbor which can be covered by using maximum transmitting power;
(3) traversing the reachable neighbors of the node i according to the sequence from near to far, and acquiring the number j of the nearest neighbor;
(4) reading the adjacency matrix, judging whether an edge (i, j) formed by the neighbor j and the node i is added into the link set, if so, jumping to (8), otherwise, continuing (5);
(5) acquiring the number S (i, j) of the sector where the neighbor j is located, judging whether the number of the neighbors in the sector reaches the upper limit, if so, jumping to (8), otherwise, continuing (6);
(6) judging whether the number of neighbors of the node i reaches the upper limit, if so, jumping to (9), otherwise, continuing (7);
(7) writing an edge < i, j > into an adjacency matrix M, namely enabling M (i, j) to be 1, wherein the edge is a unidirectional link and points to a node j from a node i;
(8) if all the neighbor nodes of the node i are traversed, continuing to the step (9), otherwise, returning to the step (3) for continuing;
(9) and (4) if all the nodes are traversed, entering the next step, and if not, returning to the step (2) to continue.
CN202110635377.4A 2021-06-03 2021-06-03 Directional ad hoc network power control method based on minimum spanning tree Active CN113382464B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110635377.4A CN113382464B (en) 2021-06-03 2021-06-03 Directional ad hoc network power control method based on minimum spanning tree

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110635377.4A CN113382464B (en) 2021-06-03 2021-06-03 Directional ad hoc network power control method based on minimum spanning tree

Publications (2)

Publication Number Publication Date
CN113382464A true CN113382464A (en) 2021-09-10
CN113382464B CN113382464B (en) 2022-11-18

Family

ID=77576335

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110635377.4A Active CN113382464B (en) 2021-06-03 2021-06-03 Directional ad hoc network power control method based on minimum spanning tree

Country Status (1)

Country Link
CN (1) CN113382464B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115150755A (en) * 2022-03-12 2022-10-04 西安电子科技大学 Wireless ad hoc network broadcasting method, system, computer equipment and terminal

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030107992A1 (en) * 2000-10-30 2003-06-12 The Regents Of The University Of California Loop-free multipath routing method using distance vectors
US8175016B1 (en) * 2004-03-19 2012-05-08 Verizon Corporate Services Group Inc. Systems, methods and computer readable media for energy conservation in sensor networks
CN103002538A (en) * 2012-12-23 2013-03-27 江苏中科泛联物联网科技股份有限公司 Wireless sensor network topology control method based on localization shortest path tree
CN103068023A (en) * 2012-12-23 2013-04-24 江苏中科泛联物联网科技股份有限公司 Wireless sensor network topology control method based on localization minimum spanning tree
CN104507168A (en) * 2014-12-27 2015-04-08 西安电子科技大学 Distributed topology control method for cognitive Ad Hoc network
CN108616893A (en) * 2018-03-21 2018-10-02 西安电子科技大学 A kind of topology control method of high energy efficiency

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030107992A1 (en) * 2000-10-30 2003-06-12 The Regents Of The University Of California Loop-free multipath routing method using distance vectors
US8175016B1 (en) * 2004-03-19 2012-05-08 Verizon Corporate Services Group Inc. Systems, methods and computer readable media for energy conservation in sensor networks
CN103002538A (en) * 2012-12-23 2013-03-27 江苏中科泛联物联网科技股份有限公司 Wireless sensor network topology control method based on localization shortest path tree
CN103068023A (en) * 2012-12-23 2013-04-24 江苏中科泛联物联网科技股份有限公司 Wireless sensor network topology control method based on localization minimum spanning tree
CN104507168A (en) * 2014-12-27 2015-04-08 西安电子科技大学 Distributed topology control method for cognitive Ad Hoc network
CN108616893A (en) * 2018-03-21 2018-10-02 西安电子科技大学 A kind of topology control method of high energy efficiency

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
刘少伟等: "能量均衡的无线传感器网络拓扑控制算法", 《电子科技大学学报》, vol. 39, 30 April 2010 (2010-04-30), pages 89 - 93 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115150755A (en) * 2022-03-12 2022-10-04 西安电子科技大学 Wireless ad hoc network broadcasting method, system, computer equipment and terminal
CN115150755B (en) * 2022-03-12 2023-10-24 西安电子科技大学 Wireless ad hoc network broadcasting method, system, computer equipment and terminal

Also Published As

Publication number Publication date
CN113382464B (en) 2022-11-18

Similar Documents

Publication Publication Date Title
CN109936866B (en) Wireless mesh network opportunistic routing method based on service quality guarantee
US9185600B2 (en) Methods and devices for providing robust nomadic wireless mesh networks using directional antennas
CN104917820B (en) A kind of data transmission method based on the wireless interconnected interworking technology of micropower
CN113382464B (en) Directional ad hoc network power control method based on minimum spanning tree
CN113891244B (en) Wireless sensor network positioning method under DoS attack
CN112947548A (en) Unmanned aerial vehicle formation planning method based on frequency spectrum map
CN109560972B (en) Non-cooperative inference method for Ad Hoc network physical topology
CN108684065A (en) Relay selection method based on ant group optimization in a kind of car networking
CN108901053B (en) Industrial wireless Mesh router deployment method, device and system
CN109688540B (en) Ad Hoc network physical topology non-cooperative inference system
Khan et al. Performance of AODV, DSDV and DSR protocols in mobile wireless mesh networks
Chang et al. RGP: Active route guiding protocol for wireless sensor networks with obstacles
CN114025342B (en) Wireless network neighbor discovery method and device
Thanayankizil et al. Energy-efficient strategies for cooperative communications in wireless sensor networks
CN116367310A (en) Maximum gain oriented channel allocation method for mobile edge calculation
Meera et al. An efficient mobile sink routing in wireless sensor network using dynamic steiner tree
Zhang et al. Research on clustering optimization algorithm for UAV cluster network
Jayasree et al. Directional antenna based efficient location aware routing in mobile ad-hoc network
CN109451429B (en) Ad Hoc network virtual backbone node identification method
CN110139304B (en) MPR set selection method based on isolation degree and non-MPR nodes
Houssein et al. Vortex search topology control algorithm for wireless sensor networks
CN113015152A (en) Directional antenna ad hoc network neighbor discovery method based on SARSA (lambda) algorithm
CN115051758B (en) Reliable data transmission method for underwater wireless optical sensor network
Sun et al. A hill-area-restricted geographic routing protocol for mobile ad hoc and sensor networks
CN111263418B (en) System and method for planning moving path of node in wireless self-organizing network

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant