A Routing Method for Extending Network Lifetime in Wireless Sensor Networks Using Improved PSO
Abstract
Featured Application
Abstract
1. Introduction
- A new multipath routing model designed to extend node lifetime through improved reliability and reduced energy consumption.
- Application of the IPSO algorithm to determine optimal cost function coefficients for routing decisions.
- Multipath routing based on residual energy, link reliability, and free buffer space of SNs.
- Use of a compressed Bloom filter for efficient data handling and increased fault tolerance.
- Simulation-based evaluation in NS2, comparing the proposed model with RL-QRP, LEACH, HEED (Hybrid Energy-Efficient Distributed clustering), APTEEN (Adaptive Threshold-sensitive Energy Efficient sensor Network protocol), SEEM, and EDOCR.
2. Related Works
- Many existing approaches concentrate exclusively on energy consumption and fail to adapt to dynamic network conditions.
- Link reliability and buffer capacity are frequently overlooked in multipath routing designs.
- Fixed coefficient optimization leads to suboptimal performance in changing environments.
- Comparative studies often lack evaluation against multiple standard protocols, limiting generalizability.
- Dynamically adapting multipath routing using residual energy, link reliability, and buffer capacity.
- Optimizing routing coefficients in real-time using IPSO for balanced energy use.
- Performing extensive comparisons against RL-QRP, LEACH, SEEM, and EDOCR, showing superior energy efficiency, lifetime, and delivery rates.
3. Materials and Methods
3.1. Motivation for Multipath Forwarding
Algorithm 1. Pseudocode of the proposed model |
01. Start 02. Inputs and outputs Inputs: (initialize the locations of SNs and sinks; determination of energy; determine the number of nodes; determining the number of sinks) Outputs: (alive nodes; energy consumed; rate of reliability) While (T < Tmax) 03. Base station creates topology of network. 04. Determining the error rate 05. Improved PSO: BS run improved PSO to compute constant coefficients. For each particle i: r1 ← random number between 0 and 1 r2 ← random number between 0 and 1 particle[i].velocity ← w × particle[i].velocity + c1 × r1 × (particle[i].bestPosition - particle[i].position) + c2 × r2 × (globalBestPosition - particle[i].position) particle[i].position ← particle[i].position + particle[i].velocity 5.1. Optimization of coefficients () using PSO 5.2. Values discovered by PSO for coefficients 06. Base station sends computed values and other information to each sensor. 07. Sending steps for each sensor 7.1. Knowledge of location and other information of neighboring nodes 7.2. For each sensor nodes Each sensor node vi informs its neighbors of its location () by sending a Hello message adjacent node sends a response with the contents of its characteristic number Calculation of Neighboring Nodes Geographical Distance Euclidean distance of two neighboring nodes: For i: 1 to n do diff ← nodeA[i] - nodeB[i] distanceSquared ← distanceSquared + (diff × diff) distance ← sqrt(distanceSquared) End For 08. For each sensor nodes For each row of neighbor table is computed the shortest route For each row of neighbor table is saved minimum value and best neighbor. 09. Sending steps: 9.1. (Calculate compressed Bloom filter for a packet sent to BS) 9.2. Sending data to closed nodes based on the shortest path. 9.3. Sending data to the sink based on the shortest path 9.4. Calculate the cost function based on the following factors: f1 = energy consumption. Calculate the total energy consumed of all nodes f2 = reliability of the link, f3 = free buffer of SNs. cost function = 9.5. Send packets to the neighbor with the maximum cost function 10. Receiving steps: 10.1. Read source address and send ack message to source 10.2. Update neighbor table End while 11. End |
3.2. Knowledge of Location and Neighboring Node Information
3.2.1. Calculation of Neighboring Nodes Geographical Distance
3.2.2. Set of Neighbors of Node
3.3. Compressed Bloom Filter
3.4. Cost Function
- = energy consumption
- = reliability of the link
- and = free buffer of SNs.
3.5. Improved Particle Swarm Optimization
3.6. Radio Model
3.7. Complexity of the Proposed Model
4. Results
4.1. Packets Delivery Rate (Reliability)
4.2. Energy Consumed
4.3. Comparison of Alive Nodes
4.3.1. Analyzing the Effect of Network Scaling (150 × 150 vs. 500 × 500)
4.3.2. Analyzing the Performance Improvement over SEEM and EDOCR
4.4. Comparative Analysis of Data Packet Reception Rate
4.4.1. Sustained High Reception Rate over Time
4.4.2. Superior Stability Compared to Hierarchical and Cluster-Based Methods
4.4.3. Significant Improvement over Multi-Path Routing Approaches
4.4.4. Optimized Routing Efficiency Using IPSO
4.4.5. Enhanced Resilience to Network Topology Changes
Technical Interpretation and Implications
- Multi-path load balancing reduces congestion and minimizes packet collisions.
- Adaptive weight tuning via IPSO, ensuring optimal routing decisions tailored to real-time network conditions.
- Buffer-aware forwarding mechanisms, preventing node overload and excessive retransmissions.
- Energy-efficient node selection extends network lifetime by avoiding overuse of high-traffic nodes.
5. Discussion
5.1. Comparative Analysis with Existing Methods
5.2. Performance Superiority of the Proposed Model
5.3. Practical and Industrial Implications
5.4. Scientific Contributions and Limitations
- Integration of real-time IPSO-based optimization in multipath routing.
- Incorporation of multi-objective decision criteria (energy, link reliability, buffer awareness) for dynamic path selection.
- Comprehensive empirical validation against benchmark protocols, demonstrating superior resilience and efficiency.
- Computational Complexity: The IPSO-based optimization, while effective, introduces a higher processing overhead compared to traditional heuristic methods, which may impact real-time responsiveness in highly dynamic WSNs. The energy cost of the control message overhead for route discovery is expressed as a function of the number of nodes N and base stations B. Although these messages are small, but in networks with a large number of nodes or frequent topology changes, their high volume leads to energy costs. In the proposed model, only the number of nodes active in routing is used for energy cost.
- Scalability in Ultra-Large Networks: The model’s efficiency in very large-scale WSN deployments (e.g., >5000 nodes) has not been extensively validated and requires further experimentation.
6. Conclusions
Author Contributions
Funding
Institutional Review Board Statement
Informed Consent Statement
Data Availability Statement
Conflicts of Interest
References
- Kavra, R.; Gupta, A.; Kansal, S. Systematic study of topology control methods and routing techniques in wireless sensor networks. Peer--Peer Netw. Appl. 2022, 15, 1862–1922. [Google Scholar] [CrossRef]
- Ramadevi, N.; Subramanyam, M.V.; Bindu, C.S. Mobility target tracking with meta-heuristic aided target movement prediction scheme in WSN using adaptive distributed extended Kalman filtering. Int. J. Commun. Syst. 2024, 37, e5789. [Google Scholar] [CrossRef]
- Sefati, S.S.; Abdi, M.; Ghaffari, A. QoS-based routing protocol and load balancing in wireless sensor networks using the markov model and the artificial bee colony algorithm. Peer-to-Peer Netw. Appl. 2023, 16, 1499–1512. [Google Scholar] [CrossRef]
- Arora, V.K.; Sharma, V.; Sachdeva, M. A multiple pheromone ant colony optimization scheme for energy-efficient wireless sensor networks. Soft Comput. 2020, 24, 543–553. [Google Scholar] [CrossRef]
- Tumula, S.; Devi, N.R.; Ramadevi, Y.; Padmalatha, E.; Uyyala, R.; Abualigah, L.; Chithaluru, P.; Kumar, M. An enhanced bio-inspired energy-efficient localization routing for mobile wireless sensor network. Int. J. Commun. Syst. 2024, 37, e5803. [Google Scholar] [CrossRef]
- Sefati, S.; Abdi, M.; Ghaffari, A. Cluster-based data transmission scheme in wireless sensor networks using black hole and ant colony algorithms. Int. J. Commun. Syst. 2021, 34, e4768. [Google Scholar] [CrossRef]
- Bhuvaneswari, C.A.; Ruby, E.D.K. Block chain technology for secured dynamic optimal routing in WSN with optimized generative adversarial capsule network. Int. J. Commun. Syst. 2024, 37, e5711. [Google Scholar] [CrossRef]
- Razzaque, M.A.; Hong, C.S.; Lee, S. Data-centric multiobjective QoS-aware routing protocol for body sensor networks. Sensors 2011, 11, 917–937. [Google Scholar] [CrossRef]
- Liu, Q.; Cheng, L.; Alves, R.; Ozcelebi, T.; Kuipers, F.; Xu, G.; Lukkien, J.; Chen, S. Cluster-based flow control in hybrid software-defined wireless sensor networks. Comput. Netw. 2021, 187, 107788. [Google Scholar] [CrossRef]
- Nazhad, S.H.H.; Shojafar, M.; Shamshirband, S.; Conti, M. An efficient routing protocol for the QoS support of large-scale MANETs. Int. J. Commun. Syst. 2018, 31, e3384. [Google Scholar] [CrossRef]
- Ghadiri, S.; Khorsandi, S. Data Integration in Wireless Sensor Networks Using the Bloom Filters. In Proceedings of the 2019 5th International Conference on Web Research (ICWR), Tehran, Iran, 24–25 April 2019; pp. 74–78. [Google Scholar]
- Wood, A.; Virone, G.; Doan, T.; Cao, Q.; Selavo, L.; Wu, Y.; Fang, L.; He, Z.; Lin, S.; Stankovic, J. ALARM-NET: Wireless Sensor Networks for Assisted-Living and Residential Monitoring; Department of Computer Science, University of Virginia: Charlottesville, VA, USA, 2008; pp. 1–14. [Google Scholar]
- Khan, Z.; Aslam, N.; Sivakumar, S.; Phillips, W. Energy-aware Peering Routing Protocol for indoor hospital Body Area Network Communication. Procedia Comput. Sci. 2012, 10, 188–196. [Google Scholar] [CrossRef]
- Jazebi, S.J.; Ghaffari, A. RISA: Routing scheme for Internet of Things using shuffled frog leaping optimization algorithm. J. Ambient Intell. Humaniz. Comput. 2020, 11, 4273–4283. [Google Scholar] [CrossRef]
- Wang, Z.-X.; Zhang, M.; Gao, X.; Wang, W.; Li, X. A clustering WSN routing protocol based on node energy and multipath. Clust. Comput. 2019, 22, 5811–5823. [Google Scholar] [CrossRef]
- Anand, S.; Sinha, S. Path Generation Protocol to Improve Lifetime of WSN. Procedia Comput. Sci. 2023, 218, 1091–1101. [Google Scholar] [CrossRef]
- Jiang, S.; Cao, Y.; Iyengar, S.; Kuryloski, P.; Jafari, R.; Xue, Y.; Bajcsy, R.; Wicker, S. CareNet: An Integrated Wireless Sensor Networking Environment for Remote Healthcare. In Proceedings of the ICST 3rd International Conference on Body Area Networks, Tempe, AZ, USA, 13–17 March 2008; ICST (Institute for Computer Sciences Social-Informatics and Telecommunications Engineering): Brussels, Belgium, 2008. [Google Scholar]
- Li, S.; Kim, J.G.; Han, D.; Lee, K.S. A Survey of Energy-Efficient Communication Protocols with QoS Guarantees in Wireless Multimedia Sensor Networks. Sensors 2019, 19, 199. [Google Scholar] [CrossRef]
- Engmann, F.; Katsriku, F.A.; Abdulai, J.-D.; Adu-Manu, K.S.; Banaseka, F.K. Prolonging the Lifetime of Wireless Sensor Networks: A Review of Current Techniques. Wirel. Commun. Mob. Comput. 2018, 2018, 8035065. [Google Scholar] [CrossRef]
- Kennedy, J.; Eberhart, R. Particle swarm optimization. In Proceedings of the ICNN’95—International Conference on Neural Networks, Perth, WA, Australia, 27 November–1 December 1995; Volume 4, pp. 1942–1948. [Google Scholar]
- Soundararajan, S.; Kurangi, C.; Basha, A.; Ahamed, S.B. Fuzzy logic with honey badger algorithm for cluster-based multi-hop routing protocol for wireless sensor networks. Int. J. Commun. Syst. 2024, 37, e5810. [Google Scholar] [CrossRef]
- Nagarajan, L.; Thangavelu, S. Hybrid grey wolf sunflower optimisation algorithm for energy-efficient cluster head selection in wireless sensor networks for lifetime enhancement. IET Commun. 2021, 15, 384–396. [Google Scholar] [CrossRef]
- Rani, S.S.; Sankar, K.S. Improved buffalo optimized deep feed forward neural learning based multipath routing for energy efficient data aggregation in WSN. Meas. Sens. 2023, 27, 100662. [Google Scholar] [CrossRef]
- Daanoune, I.; Baghdad, A.; Ullah, W. Adaptive coding clustered routing protocol for energy efficient and reliable WSN. Phys. Commun. 2022, 52, 101705. [Google Scholar] [CrossRef]
- Benelhouri, A.; Idrissi-Saba, H.; Antari, J. An evolutionary routing protocol for load balancing and QoS enhancement in IoT enabled heterogeneous WSNs. Simul. Model. Pract. Theory 2023, 124, 102729. [Google Scholar] [CrossRef]
- Chaurasia, S.; Kumar, K.; Kumar, N. MOCRAW: A Meta-heuristic Optimized Cluster head selection based Routing Algorithm for WSNs. Ad Hoc Netw. 2023, 141, 103079. [Google Scholar] [CrossRef]
- Raj, V.P.; Duraipandian, M. Energy conservation using PISAE and cross-layer-based opportunistic routing protocol (CORP) for wireless sensor network. Eng. Sci. Technol. Int. J. 2023, 42, 101411. [Google Scholar]
- Biswas, K.; Muthukkumarasamy, V.; Chowdhury, M.J.M.; Wu, X.-W.; Singh, K. A multipath routing protocol for secure energy efficient communication in Wireless Sensor Networks. Comput. Netw. 2023, 232, 109842. [Google Scholar] [CrossRef]
- Gorgich, S.; Tabatabaei, S. Proposing an Energy-Aware Routing Protocol by Using Fish Swarm Optimization Algorithm in WSN (Wireless Sensor Networks). Wirel. Pers. Commun. 2021, 119, 1935–1955. [Google Scholar] [CrossRef]
- Mohanadevi, C.; Selvakumar, S. A Qos-Aware, Hybrid Particle Swarm Optimization-Cuckoo Search Clustering Based Multipath Routing in Wireless Sensor Networks. Wirel. Pers. Commun. 2022, 127, 1985–2001. [Google Scholar] [CrossRef]
- Chenthil, T.R.; Jayarin, P.J. An Energy-Aware Multilayer Clustering-Based Butterfly Optimization Routing for Underwater Wireless Sensor. Wirel. Pers. Commun. 2022, 122, 3105–3125. [Google Scholar] [CrossRef]
- Rao, P.C.S.; Lalwani, P.; Banka, H.; Rao, G.S.N. Competitive swarm optimization based unequal clustering and routing algorithms (CSO-UCRA) for wireless sensor networks. Multimed. Tools Appl. 2021, 80, 26093–26119. [Google Scholar] [CrossRef]
- Khabiri, M.; Ghaffari, A. Energy-Aware Clustering-Based Routing in Wireless Sensor Networks Using Cuckoo Optimization Algorithm. Wirel. Pers. Commun. 2018, 98, 2473–2495. [Google Scholar] [CrossRef]
- Jagadeesh, S.; Muthulakshmi, I. A Novel Oppositional Artificial Fish Swarm based clustering with improved moth flame optimization based Routing Protocol for Wireless Sensor Networks. Energy Syst. 2022, 2022, 1–25. [Google Scholar] [CrossRef]
- Prithi, S.; Sumathi, S. Automata Based Hybrid PSO–GWO Algorithm for Secured Energy Efficient Optimal Routing in Wireless Sensor Network. Wirel. Pers. Commun. 2021, 117, 545–559. [Google Scholar] [CrossRef]
- Mitzenmacher, M. Compressed Bloom filters. IEEE/ACM Trans. Netw. 2002, 10, 604–612. [Google Scholar] [CrossRef]
- Patgiri, R.; Nayak, S.; Muppalaneni, N.B. Chapter 2—Bloom Filters: A powerful membership data structure. In Bloom Filter; Academic Press: Cambridge, MA, USA, 2023; pp. 7–22. [Google Scholar]
- Heinzelman, W.R.; Chandrakasan, A.; Balakrishnan, H. Energy-efficient communication protocol for wireless microsensor networks. In Proceedings of the 33rd Annual Hawaii International Conference on System Sciences, Maui, HI, USA, 7 January 2000; Volume 2, p. 10. [Google Scholar]
- Liang, X.; Balasingham, I.; Byun, S.-S. A reinforcement learning based routing protocol with QoS support for biomedical sensor networks. In Proceedings of the 2008 First International Symposium on Applied Sciences on Biomedical and Communication Technologies, Aalborg, Denmark, 25–28 October 2008; pp. 1–5. [Google Scholar]
- Lindsey, S.; Raghavendra, C.S. PEGASIS: Power-efficient gathering in sensor information systems. In Proceedings of the IEEE Aerospace Conference, Big Sky, MT, USA, 9–16 March 2002; p. 3. [Google Scholar]
- Younis, O.; Fahmy, S. HEED: A hybrid, energy-efficient, distributed clustering approach for ad hoc sensor networks. IEEE Trans. Mob. Comput. 2004, 3, 366–379. [Google Scholar] [CrossRef]
- Manjeshwar, A.; Agrawal, D.P. APTEEN: A hybrid protocol for efficient routing and comprehensive information retrieval in wireless. In Proceedings of the 16th International Parallel and Distributed Processing Symposium, Fort Lauderdale, FL, USA, 15–19 April 2002; p. 8. [Google Scholar]
- Nasser, N.; Chen, Y. SEEM: Secure and energy-efficient multipath routing protocol for wireless sensor networks. Comput. Commun. 2007, 30, 2401–2412. [Google Scholar] [CrossRef]
- Thippeswamy, B.M.; Reshma, S.; Shaila, K.; Venugopal, K.R.; Iyengar, S.S.; Patnaik, L.M. EDOCR: Energy Density On-demand Cluster Routing in Wireless Sensor Networks. CoRR 2014, 2014, 1–22. [Google Scholar] [CrossRef]
- Arbelaez, A.; Mehta, D.; O’Sullivan, B.; Quesada, L. A constraint-based parallel local search for the edge-disjoint rooted distance-constrained minimum spanning tree problem. J. Heuristics 2018, 24, 359–394. [Google Scholar] [CrossRef]
Model | Ref. | Energy Efficiency | Network Lifetime | Packet Delivery Ratio | Latency |
---|---|---|---|---|---|
FLHBA-CMHR | [21] | Medium | Stability | Fewer failures | Medium |
Finding the optimal route | [19] | Balanced energy | Stability | High | Medium |
HGWSFO | [22] | Balanced energy | Longevity | Medium | Medium |
IBORSDFFNL | [23] | Medium | Lifetime | High | Latency |
RS + LDPC | [24] | 75% energy | 90% lifetime | Reliability | Medium |
E-GLBR | [25] | Optimized energy | Stability/Life | High | Medium |
MOCRAW | [26] | Lowest energy | Lifetime | Medium | Overhead |
BFO + HSA/CORP | [27] | Energy-efficient | Stability | High | Low |
EESM | [28] | Energy-aware | Secure and stable | Success rate | Low |
FSA | [29] | 40% efficiency | Stability | Medium | 80% delay |
PSO–CS | [30] | 40% savings | Stability | Reliable routes | Low |
MCBOR | [31] | Loss | Low | 98% PDR | Low |
CSO-UCRA | [32] | 28% energy | High convergence | Medium | Medium |
COARP | [33] | Energy-based CH sel. | Efficiency | Medium | Medium |
OAFS-IMFO | [34] | good | Stability | Medium | Low |
Settings | Parameter | Value |
---|---|---|
WSNs | Deployment of nodes | Random |
Number of nodes | 300 nodes | |
Simulation area | 150 m × 150 m | |
Position of the BS | (−150, −150), (150, −150), (−150, 150), (150, 150), and (0, 0) | |
Initial energy | 1 joule | |
Buffer size | Five packets | |
Packet size | 256 bites | |
Data transmission rate | 100 kbps | |
Implementation time | 200 s | |
Energy to send each packet | 0.02 joule | |
The energy of receiving each packet | 0.05 joule | |
Data aggregation energy | 5 nj/bit/msg | |
Radio range of nodes | 30 m | |
IPSO | Number of populations | 30 |
Iterations | 150 | |
w | 0.9 | |
rand | [0, 1] |
Receive Time/Rate | Percentage of Packets Received | |||||||
---|---|---|---|---|---|---|---|---|
Proposed Model | EDOCR | SEEM | PEGASIS | HEED | APTEEN | LEACH | AODV | |
50 | 0.83 | 0.82 | 0.80 | 0.78 | 0.76 | 0.76 | 0.69 | 0.65 |
150 | 0.86 | 0.85 | 0.81 | 0.79 | 0.77 | 0.78 | 0.71 | 0.66 |
200 | 0.90 | 0.87 | 0.86 | 0.80 | 0.80 | 0.79 | 0.74 | 0.69 |
250 | 0.92 | 0.90 | 0.88 | 0.82 | 0.81 | 0.82 | 0.76 | 0.72 |
300 | 0.93 | 0.91 | 0.90 | 0.83 | 0.81 | 0.83 | 0.79 | 0.76 |
350 | 0.95 | 0.91 | 0.90 | 0.86 | 0.85 | 0.85 | 0.81 | 0.79 |
400 | 0.97 | 0.92 | 0.92 | 0.89 | 0.88 | 0.89 | 0.84 | 0.82 |
450 | 0.99 | 0.94 | 0.93 | 0.92 | 0.91 | 0.92 | 0.88 | 0.86 |
500 | 0.99 | 0.94 | 0.94 | 0.94 | 0.94 | 0.92 | 0.92 | 0.93 |
550 | 0.99 | 0.97 | 0.95 | 0.94 | 0.95 | 0.93 | 0.95 | 0.96 |
600 | 0.99 | 0.99 | 0.96 | 0.96 | 0.97 | 0.94 | 0.95 | 0.96 |
700 | 0.99 | 0.99 | 0.98 | 0.97 | 0.98 | 0.96 | 0 | 0 |
800 | 0.99 | 0.99 | 0.99 | 0.97 | 0 | 0.98 | 0 | 0 |
850 | 0.99 | 0.99 | 0.99 | 0.98 | 0 | 0 | 0 | 0 |
Factor | IPSO + Cost Function | Classical Theories (Edge-Disjoint Trees, Redundant Path Planning) [45] |
---|---|---|
Main Objective | Network lifetime extension via energy-efficient, reliable multipath routing | Fault tolerance through redundant, independent paths |
Path Nature | Dynamic, adaptive, based on real-time conditions | Static, graph-based structures |
Path Selection Criteria | Multi-criteria cost function (residual energy, link reliability, buffer space) | Topological separation of edges |
Load Balancing | Explicitly addressed via IPSO weight optimization | Indirect and limited |
Fault Tolerance | Ensured by selecting next-hop nodes with maximum real-time reliability | Ensured by constructing multiple edge-disjoint paths |
Computational Complexity | Centralized IPSO at base station O(N × T); lightweight local O(d) at nodes | Heavy graph algorithms (MST, spanning trees) |
Control Overhead | Limited; managed via Hello messages and compressed Bloom filter | High during tree reconstruction or topology change |
Adaptability to Topology Changes | Strong; IPSO dynamically updates cost function weights in real time | Weak; requires reconfiguration of global structures |
Data Transmission Stability | Dependent on continuous assessment of link quality and buffer capacity | Dependent on static predefined routes |
Connection to Fault-Tolerant Literature | Practical generalization of these principles with added flexibility for WSNs | Grounded in graph-theoretic redundancy and disjoint routing |
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. |
© 2025 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
Mohammadian, Z.; Hosseini Nejad, S.H.; Charmin, A.; Barghandan, S.; Ebadpour, M. A Routing Method for Extending Network Lifetime in Wireless Sensor Networks Using Improved PSO. Appl. Sci. 2025, 15, 10236. https://doi.org/10.3390/app151810236
Mohammadian Z, Hosseini Nejad SH, Charmin A, Barghandan S, Ebadpour M. A Routing Method for Extending Network Lifetime in Wireless Sensor Networks Using Improved PSO. Applied Sciences. 2025; 15(18):10236. https://doi.org/10.3390/app151810236
Chicago/Turabian StyleMohammadian, Zhila, Seyyed Hossein Hosseini Nejad, Asghar Charmin, Saeed Barghandan, and Mohsen Ebadpour. 2025. "A Routing Method for Extending Network Lifetime in Wireless Sensor Networks Using Improved PSO" Applied Sciences 15, no. 18: 10236. https://doi.org/10.3390/app151810236
APA StyleMohammadian, Z., Hosseini Nejad, S. H., Charmin, A., Barghandan, S., & Ebadpour, M. (2025). A Routing Method for Extending Network Lifetime in Wireless Sensor Networks Using Improved PSO. Applied Sciences, 15(18), 10236. https://doi.org/10.3390/app151810236