Weight-Based PA-GPSR Protocol Improvement Method in VANET
<p>The influence of node movement direction on communication reliability. A schematic diagram of packet delivery: (<b>a</b>) before packet delivery at T moment; (<b>b</b>) after packet delivery at T + 1 moment. In the figure, node S is the source node, nodes A and B are relay nodes, node D is the destination node, the dotted circles represent the communication range, and the solid line and arrows represent the direction of node movement.</p> "> Figure 2
<p>The influence of reliable neighbor node density on communication reliability. The reliable neighbor nodes of node A are nodes C and Q, and the reliable neighbor nodes of node B are nodes U, T, E, and Y.</p> "> Figure 3
<p>A schematic diagram of perimeter rule forwarding packets. The construction path devised via a traditional strategy using arrows with solid lines is S-A-C-R-U-D, and the construction path devised via an improved strategy using arrows with dashed lines is S-A-C-R-U-D.</p> "> Figure 4
<p>A system scenario diagram, in which the dashed circles represent the intersections, and the dotted lines represent the lane boundaries.</p> "> Figure 5
<p>A system architecture diagram.</p> "> Figure 6
<p>A schematic diagram of improved perimeter forwarding based on packet delivery angle and reliable node density. In the figure, <math display="inline"><semantics><mrow><msub><mi mathvariant="sans-serif">θ</mi><mi mathvariant="normal">A</mi></msub></mrow></semantics></math> and <math display="inline"><semantics><mrow><msub><mi mathvariant="sans-serif">θ</mi><mi mathvariant="normal">K</mi></msub></mrow></semantics></math> are packet delivery angles, and nodes R, U, and L are reliable neighbors of node K.</p> "> Figure 7
<p>A flow chart of the proposed protocol.</p> "> Figure 8
<p>A simulation scene diagram, in which the gray patterned boxes represent the intersections, and the dotted lines represent the lane boundaries.</p> "> Figure 9
<p>Packet loss rate under different number of nodes and CBR connections; (<b>a</b>) 5 CBR connections; (<b>b</b>) 10 CBR connections; (<b>c</b>) 15 CBR connections; (<b>d</b>) 20 CBR connections.</p> "> Figure 10
<p>The throughput under different number of nodes and CBR connections: (<b>a</b>) 5 CBR connections; (<b>b</b>) 10 CBR connections; (<b>c</b>) 15 CBR connections; (<b>d</b>) 20 CBR connections.</p> "> Figure 11
<p>Average end-to-end delay rates under different numbers of nodes and CBR connections: (<b>a</b>) 5 CBR connections; (<b>b</b>) 10 CBR connections; (<b>c</b>) 15 CBR connections; (<b>d</b>) 20 CBR connections.</p> ">
Abstract
:1. Introduction
- (1)
- We improve the location-based routing protocol in VANET.
- (2)
- Two node selection strategies based on weight are proposed, and the next hop node is selected according to the following parameters: reliable node density, node location, node movement direction, node cumulative communication duration, and data packet delivery angle.
- (3)
- We study the impact of the number of different nodes on performance through the proposed strategy.
2. Related Work
3. Formation of Weighted Path Aware Greedy Perimeter Stateless Routing Protocol
3.1. Influence of Node Movement Direction on Communication Reliability
3.2. Influence of Reliable Node Density on Communication Reliability
3.3. Influence of Cumulative Communication Duration on Communication Reliability
4. Proposed Protocol
4.1. System Model and Assumptions
- (1)
- Location and radius: each vehicle was equipped with a Global Positioning System (GPS) and OBU, which have fixed accessible communication ranged [36]. OBU enabled the vehicle to send a beacon within its communication range to perform inter-vehicle communication. In W-GPSR, similar to most geographic routing protocols, it was assumed that there is a centralized location service. Each forwarding node could obtain destination location information by querying the central management organization to meet routing requirements.
- (2)
- Communication and sensors: each vehicle was equipped with a wireless network interface that complies with 802.11p or dedicated short-range communication standards for inter-vehicle communication [34]. In addition, each vehicle was also equipped with an onboard diagnostic interface, which was designed to obtain data from multiple mechanical and electronic sensors in the vehicle. There was no infrastructure around the road, and nodes can only exchange data through V2V.
- (3)
- Neighbors and paths: the initial location of the vehicle was determined based on a random selection of uniform distribution. When vehicles were within communication range of each other, an edge connection was established between their neighbors. Communication could be established based on direct contact with each other or through neighbors. Due to the dynamic nature of VANET, communication had to be established iteratively using dynamic routing protocols.
- (4)
- Nodes share information: these data included information about modes’ state vectors, such as physical location, destination, and direction.
- (5)
- Model area: the model area was constrained by the plane frame. The network model consisted of roads and intersections that simulated a typical urban environment. The system scenario diagram is shown in Figure 4.
- (6)
- The location information provided by the positioning system was accurate, i.e., the location error was not considered.
4.2. System Architecture and Data Structure
4.3. Vehicle Follow-Up Model
4.4. Packet Queuing Model
4.5. Greedy Forwarding Route Establishment Strategy Based on Weight
4.6. Perimeter Forwarding Route Maintenance Strategy Based on Weight
4.7. The Overall Process of the Protocol
Algorithm 1: W-PAGPSR. |
Input: Source node ; Destination node ; Output: Best relay node; 1. While is the receive packet, is 2. If , then 3. The best relay node is ; 4. If is HELLO packet, then 5. Use the content in to update or create the content in , such as the number of neighbors, location, co-ordinates, speed, etc. 6. End if 7. If is the data packet, then 8. If using greedy forwarding mode, then 9. Calculate and according to formula (5) 10. For (All neighbors in and ) do 11. Calculate angle according to Formula (6) 12. Calculate according to Formula (1) 13. Calculate according to Formula (8) 14. Calculate according to Formula (4) 15. If then 16. 17. 18. End if 19. End for 20. Update and then forward to 21. Else 22. For (All neighbors in ), perform the following actions 23. Calculate and according to Formulas (10) and (11) 24. Calculate according to Formula (8) 25. Calculate and according to Formula (9) 26. If is in the left half plane and , then 27. 28. 29. End if 30. If is in the right half plane and , then 31. 32. 33. End if 34. End for 35. If , then 36. 37. Else 38. 39. End if 40. Update and forward to 41. End if 42. End if 43. End while |
4.8. Algorithm Complexity
5. Simulation and Performance Analysis
5.1. Simulation Parameter Setting
5.2. Result Analysis
- (1)
- Packet loss rate: the ratio of the total number of lost data packets to the total number of data packets PL.
- (2)
- Throughput: the amount of information successfully transmitted per unit time via the communication channel. The greater the throughput, the shorter the time the algorithm requires to send the same number of data packets.
- (3)
- Average end-to-end delay: the average of the delay Dn of all successfully received packets. The MAC protocol affects the transmission delay, and the use of the standard 802.11PMAC protocol is considered in the [41].
5.2.1. Packet Loss Rate
5.2.2. Throughput
5.2.3. Average End-to-End Delay
6. Conclusions
- (1)
- Firstly, in the routing establishment stage, the distance, reliable node density, cumulative communication duration, and node movement direction are used to establish a greedy forwarding weight strategy; secondly, in the routing maintenance stage, the packet delivery angle and reliable node density are used to establish a perimeter forwarding weight strategy, and the weight parameters are then calculated using the CRITIC method; and, finally, a highly reliable link is established as a communication route.
- (2)
- Based on the NS-3 and SUMO simulation platforms, the two strategies are simulated and compared to other geographic location routing protocols in urban scenarios with different traffic densities and CBR connections. Compared to GPSR, MM-GPSR, and PA-GPSR in 30–110 nodes and 5–20 CBR connections, the packet loss rate of the protocol is reduced by an average of 24.47%, 25.02%, respectively; and 14.12%, the average end-to-end delay is reduced by an average of 48.34%, 79.96%, and 21.45%, respectively; and the network throughput is increased by an average of 47.68%, 58.39%, and 20.33% respectively.
- (3)
- According to the time complexity analysis, compared to GPSR, MM-GPSR, and PA-GPSR, W-PAGPSR does not add to the time complexity.
Author Contributions
Funding
Institutional Review Board Statement
Informed Consent Statement
Data Availability Statement
Conflicts of Interest
References
- Al-Shareeda, M.A.; Anbar, M.; Hasbullah, I.H.; Manickam, S. Survey of authentication and privacy schemes in vehicular ad hoc networks. IEEE Sens. J. 2020, 21, 2422–2433. [Google Scholar] [CrossRef]
- Ramamoorthy, R.; Thangavelu, M. An enhanced hybrid ant colony optimization routing protocol for vehicular ad-hoc networks. J. Ambient. Intell. Humaniz. Comput. 2021, 13, 3837–3868. [Google Scholar] [CrossRef]
- Fatemidokht, H.; Rafsanjani, M.K. QMM-VANET: An efficient clustering algorithm based on QoS and monitoring of malicious vehicles in vehicular ad hoc networks. J. Syst. Softw. 2020, 165, 110561. [Google Scholar] [CrossRef]
- Akter, S.; Rahman, M.S.; Mansoor, N. An Efficient Routing Protocol for Secured Communication in Cognitive Radio Sensor Networks. In Proceedings of the 2020 IEEE Region 10 Symposium (TENSYMP), Dhaka, Bangladesh, 5–7 June 2020; pp. 1713–1716. [Google Scholar]
- Srivastava, A.; Prakash, A.; Tripathi, R. Location based routing protocols in VANET: Issues and existing solutions. Veh. Commun. 2020, 23, 100231. [Google Scholar] [CrossRef]
- Qi, W.; Landfeldt, B.; Song, Q.; Guo, L.; Jamalipour, A. Traffic differentiated clustering routing in DSRC and C-V2X hybrid vehicular networks. IEEE Trans. Veh. Technol. 2020, 69, 7723–7734. [Google Scholar] [CrossRef] [Green Version]
- Wang, Y.; Ding, Y.; Wu, Q.; Wei, Y.; Qin, B.; Wang, H. Privacy-preserving cloud-based road condition monitoring with source authentication in VANETs. IEEE Trans. Inf. Forensics Secur. 2018, 14, 1779–1790. [Google Scholar] [CrossRef]
- Shahwani, H.; Shah, S.A.; Ashraf, M.; Akram, M.; Jeong, J.P.; Shin, J. A comprehensive survey on data dissemination in Vehicular Ad Hoc Networks. Veh. Commun. 2022, 34, 100420. [Google Scholar] [CrossRef]
- Latif, S.; Mahfooz, S.; Jan, B.; Ahmad, N.; Cao, Y.; Asif, M. A comparative study of scenario-driven multi-hop broadcast protocols for VANETs. Veh. Commun. 2018, 12, 88–109. [Google Scholar] [CrossRef]
- Shrivastava, P.K.; Vishwamitra, L. Comparative analysis of proactive and reactive routing protocols in VANET environment. Meas. Sens. 2021, 16, 100051. [Google Scholar] [CrossRef]
- Liu, J.; Wan, J.; Wang, Q.; Deng, P.; Zhou, K.; Qiao, Y. A survey on position-based routing for vehicular ad hoc networks. Telecommun. Syst. 2016, 62, 15–30. [Google Scholar] [CrossRef]
- Boussoufa-Lahlah, S.; Semchedine, F.; Bouallouche-Medjkoune, L. Geographic routing protocols for Vehicular Ad hoc NETworks (VANETs): A survey. Veh. Commun. 2018, 11, 20–31. [Google Scholar] [CrossRef]
- Rehman, O.; Qureshi, R.; Ould-Khaoua, M.; Niazi, M.F. Analysis of mobility speed impact on end-to-end communication performance in VANETs. Veh. Commun. 2020, 26, 100278. [Google Scholar] [CrossRef]
- Karp, B.; Kung, H.-T. GPSR: Greedy perimeter stateless routing for wireless networks. In Proceedings of the 6th Annual International Conference on Mobile Computing and Networking, Boston, MA, USA, 6–11 August 2000; pp. 243–254. [Google Scholar]
- Houssaini, Z.S.; Zaimi, I.; Oumsis, M.; Ouatik, S.E.A. Improvement of GPSR protocol by using future position estimation of participating nodes in vehicular ad-hoc Networks. In Proceedings of the 2016 International Conference on Wireless Networks and Mobile Communications (WINCOM), Fez, Morocco, 26–29 October 2016; pp. 87–89. [Google Scholar]
- Yang, X.; Li, M.; Qian, Z.; Di, T. Improvement of GPSR protocol in vehicular ad hoc network. IEEE Access 2018, 6, 39515–39524. [Google Scholar] [CrossRef]
- Silva, A.; Reza, N.; Oliveira, A. Improvement and performance evaluation of GPSR-based routing techniques for vehicular ad hoc networks. IEEE Access 2019, 7, 21722–21733. [Google Scholar] [CrossRef]
- Karimi, R.; Shokrollahi, S. PGRP: Predictive geographic routing protocol for VANETs. Comput. Netw. 2018, 141, 67–81. [Google Scholar] [CrossRef]
- Punia, D.; Kumar, R. A Kalman filter based hybrid routing protocol for efficient vehicle connectivity and traffic management. Transp. Telecommun. J. 2022, 23, 25–32. [Google Scholar] [CrossRef]
- Ye, M.; Guan, L.; Quddus, M. Mpbrp-mobility prediction based routing protocol in vanets. In Proceedings of the 2019 International Conference on Advanced Communication Technologies and Networking (CommNet), Marrakech, Morocco, 20–22 November 2019; pp. 1–7. [Google Scholar]
- Gu, Z.; Li, M.; Long, Y.; Shu, X.; Rong, Q. Routing optimization method based on GPCR for vehicular Ad Hoc network. J. Commun. 2020, 41, 152–164. [Google Scholar]
- Rehman, O.; Ould-Khaoua, M. A hybrid relay node selection scheme for message dissemination in VANETs. Future Gener. Comput. Syst. 2019, 93, 1–17. [Google Scholar] [CrossRef]
- Alzamzami, O.; Mahgoub, I. Link utility aware geographic routing for urban VANETs using two-hop neighbor information. Ad Hoc Netw. 2020, 106, 102213. [Google Scholar] [CrossRef]
- Shokrollahi, S.; Dehghan, M. TGRV: A trust-based geographic routing protocol for VANETs. Ad Hoc Netw. 2023, 140, 103062. [Google Scholar] [CrossRef]
- Mahesh, R.K.; Jawaligi, S.S.; Patil, V. SFTD: A SMART forwarding technique based reliable data dissemination scheme for VANETs. Meas. Sens. 2022, 24, 100572. [Google Scholar] [CrossRef]
- Bhabani, B.; Mahapatro, J. ReUse: Reliable and efficient RSU-enabled relay vehicle selection using harmony search and EDAS for message dissemination in VANETs. Ad Hoc Netw. 2022, 137, 102985. [Google Scholar] [CrossRef]
- Diaa, M.K.; Mohamed, I.S.; Hassan, M.A. OPBRP-obstacle prediction based routing protocol in VANETs. Ain Shams Eng. J. 2023, 14, 101989. [Google Scholar] [CrossRef]
- Alzamzami, O.; Mahgoub, I. Geographic routing enhancement for urban VANETs using link dynamic behavior: A cross layer approach. Veh. Commun. 2021, 31, 100354. [Google Scholar] [CrossRef]
- Debalki, Y.A.; Hou, J.; Ullah, H.; Adane, B.Y. Multi-hop data dissemination using a multi-metric contention-based broadcast suppression strategy in VANETs. Ad Hoc Netw. 2023, 140, 103070. [Google Scholar] [CrossRef]
- Abbas, G.; Ullah, S.; Waqas, M.; Abbas, Z.H.; Bilal, M. A position-based reliable emergency message routing scheme for road safety in VANETs. Comput. Netw. 2022, 213, 109097. [Google Scholar] [CrossRef]
- Zhou, S.; Li, D.; Tang, Q.; Fu, Y.; Guo, C.; Chen, X. Multiple intersection selection routing protocol based on road section connectivity probability for urban VANETs. Comput. Commun. 2021, 177, 255–264. [Google Scholar] [CrossRef]
- Chen, C.; Li, H.; Zhang, J.; Wei, H.; Wang, H. A geographic routing protocol based on trunk line in VANETs. Digit. Commun. Netw. 2021, 7, 479–491. [Google Scholar] [CrossRef]
- Qureshi, K.N.; Islam, F.U.; Kaiwartya, O.; Kumar, A.; Lloret, J. Improved Road segment-based geographical routing protocol for vehicular ad-hoc networks. Electronics 2020, 9, 1248. [Google Scholar] [CrossRef]
- Daraghmi, Y.A.; Stojmenovic, I.; Yi, C.W. A taxonomy of data communication protocols for vehicular ad hoc networks. In Mobile Ad Hoc Networking: The Cutting Edge Directions; IEEE: Piscateville, NJ, USA, 2013; pp. 515–544. [Google Scholar]
- Daraghmi, Y.-A.; Yi, C.-W.; Stojmenovic, I. Forwarding methods in data dissemination and routing protocols for vehicular ad hoc networks. IEEE Netw. 2013, 27, 74–79. [Google Scholar] [CrossRef]
- Lu, Y.; Wang, X.; Li, F.; Yi, B.; Huang, M. RLbR: A reinforcement learning based V2V routing framework for offloading 5G cellular IoT. IET Commun. 2022, 16, 303–313. [Google Scholar] [CrossRef]
- Jufu, C.; Benxu, H.; Hui, X.; Fei, C.; Xiangguo, C. Comparative analysis of simulation of multi-car-following models under SUMO platform. J. Chongqing Univ. 2021, 44, 43–54+98. [Google Scholar]
- Lopez, P.A.; Behrisch, M.; Bieker-Walz, L.; Erdmann, J.; Flötteröd, Y.P.; Hilbrich, R.; Lücken, L.; Rummel, J.; Wagner, P.; Wießner, E. Microscopic traffic simulation using sumo. In Proceedings of the 2018 21st International Conference on Intelligent Transportation Systems (ITSC), Maui, HI, USA, 4–7 November 2018; pp. 2575–2582. [Google Scholar]
- Yu, L.P. Study on the Revision of CRITIC Evaluation Method and Its Application in Academic Journal. Libr. J. 2022, 41, 56–62. [Google Scholar]
- Daraghmi, Y.-A.; Yi, C.-W.; Chiang, T.-C. Negative binomial additive models for short-term traffic flow forecasting in urban areas. IEEE Trans. Intell. Transp. Syst. 2013, 15, 784–793. [Google Scholar] [CrossRef]
- Nguyen, V.; Kim, O.T.T.; Pham, C.; Oo, T.Z.; Tran, N.H.; Hong, C.S.; Huh, E.N. A survey on adaptive multi-channel MAC protocols in VANETs using Markov models. IEEE Access 2018, 6, 16493–16514. [Google Scholar] [CrossRef]
Protocol | Scenario | Selection Parameters | Communication | Forwarding Mechanism | Recovery Mechanism | Performances Metrics | Sender/ Receiver Oriented |
---|---|---|---|---|---|---|---|
GPSR [14] | Highway | Distance | V2V | Greedy forwarding | Perimeter forwarding | Packet loss rate and overhead | Sender-oriented |
GPSRJ+ [15] | Highway | Distance, direction, and speed | V2V | Improved greedy forwarding | Improved perimeter forwarding | Packet delivery rate, delay, throughput, and overhead | Sender-oriented |
MM-GPSR [16] | Urban | Cumulative communication duration | V2V | Improved greedy forwarding | Improved perimeter forwarding | Packet loss rate, delay, and throughput | Sender-oriented |
PA-GPSR [17] | Urban | Distance | V2V | Improved greedy forwarding | Improved perimeter forwarding | Packet loss rate, delay, and network yield | Sender-oriented |
PGRP [18] | Urban and highway | Distance, direction, and angle | V2V | Predictive greedy forwarding | Predictive perimeter forwarding | Packet delivery rate, delay, and hop count | Sender-oriented |
K-PGRP [19] | Urban and highway | Distance, direction, and angle | V2V | Predictive greedy forwarding | Predictive perimeter forwarding | Packet delivery rate and throughput | Sender-oriented |
MPBRP [20] | Urban | Distance, direction, and angle | V2V | Predictive greedy forwarding | Predictive perimeter forwarding | Packet delivery rate, delay, and hop count | Sender-oriented |
W-GPCR [21] | Urban | Distance, direction, and density | V2V | Improved greedy forwarding | Improved perimeter forwarding | Packet delivery rate, delay, and hop count | Sender-oriented |
HRNS [22] | Highway | Distance, traffic load, speed, and density | V2V | Hybrid relay node selection scheme | _ | Reachability, delay, and saved rebroadcast | Sender-oriented |
Geo-LU [23] | Urban | Residual bandwidth and link quality | V2V | Two-hop information-based greedy forwarding | _ | Packet delivery rate, throughput, and overhead | Sender-oriented |
TGRV [24] | Urban | Distance, speed, direct trust, recommendation trust, and direction | V2V | Trust-based greedy forwarding | Trust-based perimeter forwarding | Packet delivery rate, delay, and hop count | Sender-oriented |
SFTD [25] | Urban | Link quality | V2V | Smart data dissemination strategy | _ | Packet delivery rate, delay, and throughput | Receiver -oriented |
ReUse [26] | Highway | Mobility, link quality, buffer size, and the number of neighbors | V2V, V2I, and I2I | Relay selection using harmony search and fuzzy analytic hierarchy process | _ | Packet delivery rate, packet sent rate, delay, reachability, collision rate, redundancy rate, and throughput | Receiver -oriented |
OPBRP [27] | Urban | Distance, direction, position, and speed | V2V and V2I | Predictive greedy forwarding | Predictive perimeter forwarding | Packet delivery rate, delay, power consumption, and hop count | Sender-oriented |
Geo-CAP [28] | Urban | Bandwidth availability and link quality | V2V | Improved greedy forwarding | Carry-and-forward strategy | Packet delivery rate, delay, and throughput | Sender-oriented |
MCBS [29] | Urban and highway | Distance, density, angle, link stability, and velocity | V2V | Contention-based forwarding | _ | Packet delivery rate, delay, hop count, and throughput | Receiver-oriented |
REMR [30] | Highway | Position, distance, speed, and moving angle | V2V | Improved greedy forwarding | Carry-and-forward strategy | Packet delivery rate, delay, and hop count | Sender-oriented |
MISP [31] | Urban | Distance, density, road connectivity, and link stability | V2V | Multiple intersection selection routing algorithm | _ | Packet delivery rate and delay | Sender-oriented |
TLBGR [32] | Urban | Density, road connectivity, and link stability | V2V and V2I | Next link segment selection and next hop selection based on trunk line | _ | Packet delivery rate, delay, and overhead | Sender-oriented |
ISR [33] | Urban | Distance, density, direction, and link stability | V2V | Information dissemination-centric routing | _ | Packet delivery rate, delay, and throughput | Sender-oriented |
Name | Size |
---|---|
The package type | 2 bytes |
The x co-ordinate of the sender | 8 bytes |
The y co-ordinate of the sender | 8 bytes |
The number of neighbors | 4 bytes |
Name | Size |
---|---|
The package type | 2 bytes |
The x co-ordinate of the destination | 8 bytes |
The y co-ordinate of the destination | 8 bytes |
The exact time when the location was last updated | 4 bytes |
The x co-ordinate of entering the perimeter mode | 8 bytes |
The y co-ordinate of entering the perimeter mode | 8 bytes |
The perimeter mode flag | 1 byte |
The x co-ordinate of the previous hop | 8 bytes |
The y co-ordinate of the previous hop | 8 bytes |
Greedy Forwarding | Perimeter Forwarding | |
---|---|---|
GPSR | ||
MMGPSR | ||
PA-GPSR | ||
W-PAGPSR |
Parameter | Value |
---|---|
Data packet size/B | 512 |
Simulation time/s | 200 |
Simulation area/m2 | 1100 × 1100 |
Number of nodes | 30, 50, 70, 90, 110 |
HELLO interval/s | 1 |
Number of CBR connections | 5, 10, 15, 20 |
Transport protocol | UDP |
Maximum speed/(m·s−1) | 15 |
Channel data rate/(Mbit·s−1) | 3 |
MAC protocol | IEEE 802.11p |
Packet interval/s | 0.2 |
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2023 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).
Share and Cite
Zhang, W.; Jiang, L.; Song, X.; Shao, Z. Weight-Based PA-GPSR Protocol Improvement Method in VANET. Sensors 2023, 23, 5991. https://doi.org/10.3390/s23135991
Zhang W, Jiang L, Song X, Shao Z. Weight-Based PA-GPSR Protocol Improvement Method in VANET. Sensors. 2023; 23(13):5991. https://doi.org/10.3390/s23135991
Chicago/Turabian StyleZhang, Wenzhu, Leilei Jiang, Xi Song, and Zhengyuan Shao. 2023. "Weight-Based PA-GPSR Protocol Improvement Method in VANET" Sensors 23, no. 13: 5991. https://doi.org/10.3390/s23135991