Intelligent UAV-Assisted Localisation to Conserve Battery Energy in Military sensor Networks

Wireless sensor networks (WSNs) are extensively used in military applications for border area monitoring, battle-field surveillance, tracking enemy troops, where the sensor nodes run on battery power. Localisation of sensor nodes is extremely important to identify the location of event in military applications for further actions. Existing localisation algorithms consume more energy by heavy computation and communication overheads. The objective of the proposed research is to increase the lifetime of the military sensor networks by reducing the power consumption in each sensor node during localisation. For the state-of-the-art, we propose a novel intelligent unmanned aerial vehicle anchor node (IUAN) with an intelligent arc selection (IAS)-based centralised localisation algorithm, which removes computation cost and reduces communication cost at every sensor node. The IUAN collects the signal strength, distance data from sensor nodes and the central control station (CCS) computes the position of sensor nodes using IAS algorithm. Our approach significantly removes computation cost and reduces communication cost at each sensor node during localisation, thereby radically extends the lifetime and localisation coverage of the military sensor networks.


Keywords:    Military wireless sensor networkslocalisationlocalisation-computation costlocalisation-communication costlocalisation-coverageWSN

Wireless sensor networks (WSNs) are useful in different areas such as natural disaster management systems, forest fire detection, ocean navigation, industrial automation and control, etc. WSN provides many services to military and Air Force like border area monitoring, information collection, battlefield surveillance, detection of intrusions and attacks. Akyildiz1, et al. explained the applications of sensor networks and factors influencing the WSN design. Yick2, et al. explained the types of WSNs, their operating systems and platforms, standards, data storage methods, power management, task distribution, data aggregation, security mechanisms. WSN is a collection of sensor nodes and energy lack of a single sensor node causes severe impacts. Sensor node’s battery energy is consumed in active mode, idle mode and sleep modes. Anastasi3, et al. explained mobility-based energy conservation schemes using mobile sink-based and mobile relay-based approaches. Aguiar4, et al. proposed an integer programming model for optimizing energy consumption.

The process of estimating the physical location of sensor nodes is localisation and it is important as the sensed data becomes meaningless without the location of the event. The detailed classification of the localisation algorithms is explained by Han5, et al. Pal6 explained the centralised and distributed localisation schemes. Existing localisation algorithms consume more energy by heavy computation and communication overheads, thereby deplete the sensor node’s battery quickly. Ou and Ssu7 proposed a localisation scheme with high communication and computation overhead. Ou8 proposed a localisation scheme with beacon scheduling where each sensor node executes heavy computations to determine their locations. Mobile anchor node-based localisation proposed by Liao9, et al. insists communication between sensor nodes during localisation, which causes delay, data loss and high energy consumption. High beacon overhead localisation scheme is given by Ssu10, et al. Sheu11, et al. proposed a localisation scheme which involves inter-sensor communications. Xiao12, et al. proposed a localisation scheme which involves anchor classification phase, distance estimation phase and location estimation phase. Satyamurti13, et al. proposed artificial neural network assisted node localisation to estimate the location errors using artificial neural models. Pescaru14 and Curiac proposed anchor node-based localisation for WSN using video and compass information fusion. Han15, et al. proposed a mobile anchor-assisted localisation algorithm. High communication and computational overhead reduces the overall lifetime of WSN. Any approach in WSN must conserve the battery energy of sensor nodes. The authers have proposed an IUAN approach with IAS algorithm to conserve energy in each sensor node to extend the life time of military sensor networks.

The UAV can fly and broadcast beacons on their own energy. Guerrero16, et al. proposed an approach that uses UAVs to carry positioning device and transmitter to localise the sensor nodes. Yadav17, et al. explained the localisation using global positioning system (GPS)-enabled flying anchor nodes. Vincent18, et al. employ the UAVs to distribute the energy burden across the WSN. Our main idea was to collect the location and distance data from the sensor nodes and compute their locations at (CCS). In our approach, UAV was empowered with intelligence and utilised as flying anchor node. This is referred as IUAN and its novel design is shown in Fig.1.



The IUAN contains IUAN control unit (ICU), sensor ID database (DBSID), visitor queue (VQ), signal strength-distance database (DBSSD), IUAN location database (DBILOC) and location-distance database (DBLD). The ICU controls the overall operation of the IUAN like receiving sensor identity (SID) from sensor nodes, activating GPS receivers, communication with CCS, guiding the IUAN in an optimistic trajectory. When an IUAN enters into the transmission range of a sensor node, the sensor node transmits its SID to that IUAN and the ICU executes the sequence of processes to construct the location- distance message (LDM). IUAN may receive the SIDs from multiple sensor nodes and the VQ stores the SIDs along with their signal strength (SSs) and corresponding time of reception SIDTOR. SIDTOR is the time at which the IUAN receives the SID. Whenever the IUAN receives the SID (at TORSID), it stores the SID, its own location (LOCIUAN) along with TORIUAN to the DBILOC where TORIUAN = TORSID. The Table 1 gives the structure of the DBILOC.



The IUAN authenticates the SIDs in the VQ using the DBSID as DBSID contains valid sensor id numbers. The invalid SIDs are ignored and LD messages are constructed for only the valid sensor nodes. The DBSSD is used to withstand with radio irregularity. The signal strength at the locations around the transmission range of a sensor node varies with the distance and environmental effects. The path loss effect causes the radio signal to attenuate variously in different directions. The proposed work assumes the radio irregularity model (RIM) explained by Zhou19, et al. The Table 2 shows the structure of DBSSD with sample values of the Signal Strengths (SSs) at 3.048 m away from the mica2 mote in four directions. The SS is calculated based on signal strength-distance relation using received signal strength indication (RSSI) measurements with the knowledge of degree of irregularity (DOI).



For a valid SID, an IUAN fetches the distance (D) between itself and the sensor node using the corresponding SSSID. In our approach, the computation cost for the signal strength and distance measurements were shifted from the sensor nodes to the powerful IUAN to conserve the energy at each sensor node. During the validation of SID and distance-fetching process, the IUAN moves to different locations. Hence after fetching the distance, the IUAN fetches the corresponding location information (LOCIUAN) at which it received the SID, using the TORIUAN and TORSID. This mechanism ensures the collection of valid location and distance information. The IUAN constructs the LDM and stores it in the DBLD database, where eachLDM contains the location (L), distance (D) and the corresponding SID.

The Table 3 shows the list of symbols used in the LDM construction algorithm (Algorithm 1) and corresponding flow diagram is shown in Fig. 2. After constructing the LDM, the ICU removes the corresponding entries from the VQ and DBILOC to manage the storage efficiency. The IUANs constructs the LDMs and reaches the CCS, where CCS aggregates DBLD database of all IUANs and selects the sufficient LDMs to calculate the locations of the sensor nodes. If an IUAN (say IUAN-100) is shot down by enemies, it immediately transmits its crashed code to the nearby sensor node (say SN-51). When another IUAN (say IUAN-200) reaches SN-51 later, it transmits the crashed code of IUAN-100 to IUAN-200. When IUAN- 200 reaches CCS, it identifies that the IUAN-100 is crashed by the enemies.




Algorithm 1: LDM Construction

Input: SID from Sensor Node

Output: LD Message (LDM)


  1. Begin
  2. Interrupt Process 1: Whenever SIDi is received from sensor node
  3. measure SSSIDi
  4. VQ ← enqueue (SIDi, SSSIDi, TORSIDi)
  5. DBGLOC ← insert(LOCIUAN, SIDi, TORIUAN=TORSIDi)
  6. end Interrupt Process 1
  7. while(VQ != NULL)
  8. if SIDi ∉ DBSID then
  9. VQ ←dequeue (SIDi, SSSIDi, TORSIDi)
  10. else
  11. D←select D from DBSSD where SS=SSSIDi
  12. L←select LOCIUAN from DBILOC where TORIUAN = TORSIDi
  13. LDM.x ←LOCIUAN.x
  14. LDM.y←LOCIUAN.y
  15. LDM.d←D
  16. LDM.id←SIDi
  17. LDM←ConstructLDMPacket (LDM.x, LDM.y, LDM.d, LDM.id)
  18. insert LDM into DBLD
  19. VQ←dequeue (SIDi, SSSIDi, TORSIDi)
  20. delete LOCIUAN, SIDi, TORIUAN from DBILOC where TORIUAN=TORSIDi and SID = SIDi
  21. end if
  22. end while
  23. End

For the state-of-the-art, the authers have proposed a novel approach to remove the computation cost at each sensor node during localisation process. Our approach computes the location of sensor nodes at CCS where the computing and communication resources are not constraint. The proposed algorithm aggregates the LDMs from different IUANs and computes the location of a sensor node with three relevant LDMs. Each LDM has the LOCIUAN and distance between the LOCIUAN and corresponding sensor node location (LOCS). The proposed algorithm is an optimum version of the trilateration method. Our algorithm selects the boundary points and arc angles to construct the intelligent arc segments, where the intersection of these arcs gives the location of the sensor node. The algorithm starts with three LDMs, where these messages are collected within the range of a sensor node, as shown in Fig. 3. The proposed algorithm has 6 phases.



In phase 1, the LD messages are processed to extract the IUANcentres {C1,C2,C3} and the corresponding IUANDistances {r1,r2,r3}, where ri is the distance between IUANcentre C1 and the sensor node. In phase 2, the boundary points (BPoints) around each IUANCentre are calculated using the 2D translation, as shown in Fig. 4. All Bpoints and IUANCentres contain the associated ‘x’ and ‘y’ coordinate values and based on these both the IUANcentres and BPoints are classified as the ‘x’ axis centre points (XCPoints), ‘x’ axis boundary points (XBPoints), ‘y’ axis centre points (YCPoints), ‘y’ axis boundary points (YBPoints). Each IUANCentre has four associated bounday points. Eg:{P1,P2,P3,P4}is the set of boundary points around the IUAN centre (C1). A complete circle around this centre can be constructed using these 4 boundary points and corresponding distance/radius r1. Similarly, three circles can be constructed around three centres. The intersection of these three circles gives the location of sensor node. Our approach optimises the trilateration method by constructing the intelligent arcs using intelligent boundary points instead of considering the complete circles, which reduces the computation cost significantly.



Phase 3 selects the intelligent boundary points on ‘x’ axis and ‘y’ axis, which contribute to the construction of the intelligent arcs and these are referred as IXB Points, and IYB Points respectively. Among 6 boundary points {P2,P4,Q2,Q4,R2,R4} on ‘x’ axis, only 3 points contribute to the intelligent arcs. Similarly among 6 boundary points {P1,P3,Q1,Q3,R1,R3} on ‘y’ axis, only three points contribute to the intelligent arcs. The XCPoints and XBPoints are grouped (Points1) and sorted (Points 2). The intelligent points IXBPoints are selected from (Points 2), where IXBPoints lies between the range of first and last XCPoints in Points 2. This selection decision is taken based on the fact that, the boundary points lie out of this range are not contributing to the intelligent arcs. Similarly IYBPoints are selected. The Fig. 5 shows the intelligent boundary points IXBPoints and IYBPoints selected in phase 3.


Definition of an arc: An arc can be constructed with a centre point C(x,y) and radius (r). The points on the arc are defined as the set of points P(h,k) using the parametric Eqns (1) and (2), ∀⊖, ⊖1 ≤ ⊖ ≤ ⊖2 where 0 ≤ ⊖1 ≤ 2π and ⊖1 < ⊖2 < (⊖1+2π). The point P1(x1,y1) with ⊖ = ⊖1 is called the start point of the arc, and the point P2(x2,y2) with ⊖ = ⊖2 is called the end point of the arc.


h=x+rcos(θ) (1)


k=y+rsin(θ) (2)


After selecting the intelligent boundary points, phase 4 identifies the starting and ending angles of each intelligent arc. The sensor node is positioned, where the three intelligent arcs intersect. So any 2 arbitrary arcs can be constructed, as the intersection of any two intelligent arcs gives the sensor node location. Phase 5 constructs any two arbitrary intelligent arcs using the parametric Eqns (1) and (2). Phase 6 compares the points on the arbitrarily selected intelligent arcs and identifies the intersection point, which is the location of the sensor node S(LOCS.x, LOCS.y) as shown in the Figs. 6(a) and 6(b). The Algorithm 2 explains the mathematical logic behind the proposed IAS algorithm.




Algorithm 2: Intelligent Arc Selection-based Centralised Localisation Algotithm


  • Input: LDM1, LDM2, LDM3, where LDM1 id= LDM2.id= LDM3.id
  • Output: Sensor Node’s Location S (LOCS.x, LOCS.y)
  • Begin
  • (IUANCentres, IUANDistances) ←ExtractLDMessage (LDM1, LDM2, LDM3)
  • (XCPoints, XBPoints, YCPoints, YBPoints) ←Bpoints
  • (IUANCentres,IUANDistances)
  • IXBPoints←IXBPoints (XCPoints, XBPoints)
  • IYBPoints←IYBPoints (YCPoints, YBPoints)
  • St_End_Angles←Start_End_ArcAngles (IXBPoints, IYBPoints)
  • (A1, A2) ←Arc_Segments (XCPoints, YCPoints, St_End_Angles, IUANDistances)
  • (LOCS.x, LOCS.y) ←Sensor_Location (A1, A2)
  • End

Phase 1: Extracting Location Distance (LD) Messages


  1. Procedure ExtractLDMessage
  2. C(1).x←LDM1.x
  3. C(1).y←LDM1.y
  4. C(2).x←LDM2.x
  5. C(2).y←LDM2.y
  6. C(3).x←LDM3.x
  7. C(3).y←LDM3.y
  8. r1←LDM1.d
  9. r2←LDM2.d
  10. r3←LDM3.d
  11. IUANCentres ←{C(1).x , C(1).y, C(2).x , C(2).y, C(3).x, C(3).y}
  12. IUANDistances ←{r1, r2, r3}
  13. return (IUANCentres, IUANDistances)
  14. End

Phase 2: Computation of Boundary Points


  1. Procudre BPoints(IUANCentres, IUANDistances)
  2. P(1).x←C(1).x
  3. P(1).y←C(1).y+r1
  4. P(2).x←C(1).x-r1
  5. P(2).y←C(1).y
  6. P(3).x←C(1).x
  7. P(3).y←C(1).y-r1
  8. P(4).x←C(1).x+r1
  9. P(4).y←C(1).y
  10. Q(1).x←C(2).x
  11. Q(1).y←C(2).y+r2
  12. Q(2).x←C(2).x-r2
  13. Q(2).y←C(2).y
  14. Q(3).x←C(2).x
  15. Q(3).y←C(2).y-r2
  16. Q(4).x←C(2).x+r2
  17. Q(4).y←C(2).y
  18. R(1).x←C(3).x
  19. R(1).y←C(3).y+r3
  20. R(2).x←C(3).x-r3
  21. R(2).y←C(3).y
  22. R(3).x←C(3).x
  23. R(3).y←C(3).y-r3
  24. R(4).x←C(3).x+r3
  25. R(4).y←C(3).y
  26. XCPoints←{C(1).x , C(2).x , C(3).x}
  27. YCPoints←{C(1).y , C(2).y , C(3).y}
  28. XBPoints←{P(2).x , P(4).x , Q(2).x, Q(4).x , R(2).x, R(4).x}
  29. YBPoints←{P(1).y , P(3).y , Q(1).y, Q(3).y , R(1).y, R(3).y}
  30. return (XCPoints, XBPoints, YCPoints, YBPoints)
  31. End

Phase 3: Selecting Intelligent Boundary Points on ‘X’ and ‘Y’ axis


  1. Procedure IXBPoints (XCPoints, XBPoints)
  2. Points1←{C(1).x , C(2).x , C(3).x, P(2).x , P(4).x , Q(2).x, Q(4).x , R(2).x, R(4).x}
  3. Points2←Sort (Points1), where C(i).x < C(j).x < C(k).x; ∀ i,j,k = 1,2,3; i≠j≠k
  4. IXBPoints ⊂ Points2, where C(i).x < {IXBPoints} < C(k).x
  5. IXBPoints←{P(m).x , Q(n).x , R(o).x}, wher m,n,o are either 2 or 4
  6. return (IXBPoints)
  7. End
  8. Procedure IYBPoints (YCPoints, YBPoints)
  9. Points1←{C(1).y , C(2).y , C(3).y, P(1).y , P(3).y , Q(1).y, Q(3).y , R(1).y, R(3).y}
  10. Points2←Sort (Points1), where C(i).y < C(j).y < C(k).y; ∀ i,j,k = 1,2,3; i≠j≠k
  11. IYBPoints ⊂ Points2, where C(i).y < {IYBPoints} < C(k).y
  12. IYBPoints←{P(m).y , Q(n).y , R(o).y}, wher m,n,o are either 1 or 3
  13. return (IYBPoints)
  14. End

Phase 4:


  1. Procedure Start_End_ArcAngles (IXBPoints, IYBPoints)
  2. if P(m).y = P(1).y then ⊖1 ←π/2
  3. else ⊖1 ←3π/2
  4. end if
  5. if P(m).x = P(4).x then ⊖2 ←0π
  6. else ⊖2 ←π
  7. end if
  8. if Q(m).y = Q(1).y then ⊖3 ←π/2
  9. else ⊖3 ←3π/2
  10. end if
  11. if Q(m).x = Q(4).x then ⊖4 ←0π
  12. else ⊖4 ←π
  13. end if
  14. return (Ɵ1, Ɵ2, Ɵ34)
  15. End

Phase 5:


  1. Procedure Arc_Segments (XCPoints, YCPoints, St_End_Angles, IUANDistances)
  2. A1(i).x ←C(1).x+r1.cos (⊖), where ⊖1 ≤ ⊖i ≤⊖2 ∀i=1,2,…n
  3. A1(i).y ←C(1).y+r1.sin (⊖), where ⊖1 ≤ ⊖i ≤⊖2 ∀i=1,2,…n
  4. A2(j).x ←C(2).x+r2.cos (⊖), where ⊖3 ≤ ⊖j ≤⊖4 ∀j=1,2,…n
  5. A2(j).y ←C(2).y+r2.sin (⊖), where ⊖3 ≤ ⊖j ≤⊖4 ∀j=1,2,…n
  6. A1 ←{(A1(i).x, A1(i).y) ∀ i=1,2,…n }: set of points on arc A1
  7. A2 ←{(A2(j).x, A2(j).y) ∀ j=1,2,…n }: set of points on arc A2
  8. return (A1, A2)
  9. End

Phase 6:


  1. Procedure Sensor_Location (A1, A2)
  2. Compare {(A1(1).x, A1(1).y), ... (A1(n).x, A1(n).y)} and {{(A2(1).x, A2(1).y), ... (A2(n).x, A2(n).y)}
  3. if ((A1(i).x, A1(i).y) = (A2(j).x, A2(j).y)) then
  4. LOCs.x←A1(i).x
  5. LOCs.y←A1(i).y
  6. end if
  7. return S(LOCS.x, LOCS.y)
  8. End

The central control station stores the location of sensor nodes in the sensor position database (DBSP) along with the SID. This database is used to identify the location of event as each sensor node sends the sensed information along with its identification.

The authers analysis assumes the stationary sensor nodes in two dimensions, where the latitude and longitude of the sensor nodes are considered. The power consumed by the IUAN is not taken into account for this analysis. The RIM model is assumed to withstand the radio irregularity. The performance of the proposed IUAN-assisted intelligent arc selection-based localisation algorithm is compared with the existing schemes in terms of its communication and computation cost to prove its efficiency. For numerical analysis of the communication cost, the first-order radio model explained by Heinzelman20, et al. is considered. The proposed approach calculates the sensor node position by three LD messages. The analysis assumes 60nJ energy consumption for transmission/reception of one byte of data. Each message is assumed to be of 34 byte size. From the survey, it was observed that the localisation schemes Ou7 , et al., Sheu11, et al. cause each sensor node to use 14 and 16 messages, respectively to calculate their position. Figure 7 shows the comparison of localisation-communication cost of sensor nodes.


Our approach removes the computation overhead involved in localisation at individual sensor nodes. After transmitting three SIDs, a sensor node will not bother about the localisation process as the IUAN and CCS computes the sensor node location. But existing algorithms insist each sensor node to execute heavy calculations to find their locations. This consumes huge energy from sensor node’s battery. Our intelligent arc selection approach further reduces the energy consumption and localisation time in the CCS by minimising the computation cost. Our approach executes less computations to find the location of sensor nodes than Ou7, et al. and Sheu11, et al. Figure 8 shows the localisation-computation cost at sensor nodes.



Our approach increases the localisation coverage. In existing schemes, the sensor nodes are constrained to receive the radio beacons from same flying anchor, which is not at all possible as the trajectory of the flying anchors are not very efficient. With the basic anchor-guiding mechanisms, our method provides better localisation coverage. If an IUAN is not able to receive three SIDs from a same sensor node, the next IUAN can collect the balance as the CCS aggregates the LD messages of all IUAN. This ensures the better location coverage. Figure 9 shows the comparision of the localisation coverage effieciency of IUAN approach, Ou7, et al. and Sheu11, et al.


For the state-of-the-art, a novel IUAN-based localisation approach is proposed to conserve the energy in military sensor networks. The proposed localisation approach reduces the communication overhead and removes the computation cost at each sensor node, thereby reduces the overall energy consumption. Our approach used RIM model to withstand the radio irregularity problem, thereby the location accuracy is guaranteed. The IUAN approach shifts the localisation overheads from sensor nodes to the powerful CCS, where the CCS calculates the location of sensor nodes using IAS algorithm with low computation costs. The authors approach significantly reduces overall energy consumption at each sensor node, and thereby increases the overall lifetime of military sensor networks with high localisation coverage.

1. Akyildiz, IF, Su, W, Sankarasubramaniam, Y & Cayirci, E. Wireless sensor networks: A survey. Comput. Networks, 2002, 38, 393-422. [Full text via CrossRef]

2. Yick, J, Mukherjee, B & Ghosal, D. Wireless sensor network survey. Comput. Networks, 2008, 52, 2292-2330. [Full text via CrossRef]

3. Anastasi, G, Conti, M, Francesco, MD & Passarella, A. Energy conservation in wireless sensor networks: A survey. Ad Hoc Networks, 2009, 7, 537-568. [Full text via CrossRef]

4. Aguiar, ABD, Neto, ADMS, Pinheiro, PR & Coelho, ALV. Applicability of a novel integer programming model for wireless sensor networks. Int. J. Comput. Sci. Info. Security, 2009, 3(1),1-7.

5. Han, G, Xu, H, Duong, TQ, Jiang, J & Hara, T. Localization algorithms of Wireless Sensor Networks: A survey. Telecommun. Sys., 2013, 52(4), 2419-2436. [Full text via CrossRef]

6. Pal, A. Localization Algorithms in Wireless Sensor Networks: Current Approaches and Future Challenges. J. Network Protoc. Algorithms, 2010, 2(1), 45-74.

7. Ou, CH & Ssu, KF. Sensor position determination with flying anchor in three dimensional wireless sensor networks. IEEE Trans. Mobile Comput., 2008, 7(9), 1084-1097. [Full text via CrossRef]

8. Ou, CH. A localization scheme for wireless sensor networks using mobile anchors with directional antennas. IEEE Sensors J., 2011, 11 (7), 1607-1616. [Full text via CrossRef]

9. Liao, WH, Lee, YC & Kedia, SP. Mobile anchor positioning for wireless sensor networks. IET Commun., 2011, 5(7), 914- 921. [Full text via CrossRef]

10. Kuo-Feng Ssu, Chia-Ho Ou & Hewijin Christine Jiau. Localization with mobile anchor points in wireless sensor networks. IEEE Trans. Vehicular Techno., 2005, 54(3), 1187-1197. [Full text via CrossRef]

11. Sheu, JP, Hu, WK & Lin, JC. Distributed localization scheme for mobile sensor networks. IEEE Trans. Mobile Comput., 2010, 9(4), 516-526. [Full text via CrossRef]

12. Xiao, Q.; Xiao, B.; Cao, J. & Wang, J. Multihop rangefree localization in anisotropic wireless sensor networks: A pattern-driven scheme. IEEE Trans.Mobile Comput., 2010, 9(11), 1592-1607. [Full text via CrossRef]

13. Satyamurti, S & Joshi, R. ANN assisted node localization in WSN using TDOA. Int. J. Innovative Research in Comput. Comm. Eng., 2014, 2(4), 3871-3877.

14. Pescaru, D. & Curiac, D.I. Anchor node localization for wireless sensor networks using video and compass information fusion. Sensors, 2014, 14, 4211-4224. [Full text via CrossRef]

15. Han, G.; Zhang, C.; Lloret, J.; Shu, L. & Rodrigues, J.J.P.C. A mobile anchor assisted localization algorithm based on regular hexagon in wireless sensor networks. The Sci. World J., 2014, (2014), 1-13. [Full text via CrossRef]

16. Guerrero, E.; Gao, Q. & Xiong, H.G. Employing Unmanned Aerial Vehicles for localization of sensor nodes in wireless sensor networks. J. Networking Techno., 2010, 1(1), 44-57.

17. Yadav, V.; Mishra, M.K.; Singh, A.K. & Gore, M.M. Localization Scheme for three dimensional wireless sensor networks using GPS enabled mobile sensor nodes. Int. J. Next Generation Networks, 2009, 1(1), 60-72

18. Vincent, P.; Tummala, M. & McEachen, J. A new method for distributing power usage across a sensor network. Ad Hoc Networks, 2008, 6, 1258-1280. [Full text via CrossRef]

19. Zhou, G, Tian, HE, Krishnamurthy, S & Stankovic, J.A. Models and solutions for radio irregularity in wireless sensor networks. ACM Trans. Sensor Networks, 2005, 2(2), 221–262. [Full text via CrossRef]

20. Heinzelman, W.R.; Chandrakasan, A. & Balakrishnan, H. Energy-efficient communication protocol for wireless microsensor networks. In Proceedings of the 33rd Hawaii International Conference on System Sciences, 2000. [Full text via CrossRef]

Mr P. Shunmuga Perumal received ME in VLSI Design from Anna University, India. He is received his PhD from Anna University, Chennai, India. He is currently working as a Teaching Fellow in the Department of Information Science and Technology, College of Engineering, Anna University, India. His research interests include : Wireless sensor networks, power generation, wireless networks and location based services.

Dr V. Rhymend Uthariaraj received his PhD from Anna University, Chennai, India. He is currently a Professor and Director at the Ramanujan Computing Centre, College of Engineering, Anna University, Chennai, India. His research interests include wireless sensor networks, power generation, network security, pervasive computing, distributed computing and computer algorithms.

Mr V.R. Elgin Christo received BTech in Information Technology from Anna University, Chennai, India. He is pursuing his MTech in Information Technology in Anna University, Chennai, India. His area of interests include : Wireless sensor networks, embedded systems, power generation, wireless networks, Algorithm designs and location based services.