Abstract
In Energy-Harvesting Wireless Sensor Networks (EH-WSNs), energy storage with limited capacity is used in the nodes to store the harvested energy. Energy storage overflow (ESO) happens when the energy storage is full, which causes the nodes to be unable to store the newly harvested energy. In traditional data delivery schemes, there is the problem of “energy hungry and surplus coexistence”, meaning that some nodes in the network are hungry for energy while some other nodes continue to waste energy due to ESO. To alleviate this problem, in this paper, we present the ESO-aware multiple path (EAMP) data delivery scheme so that more data can be delivered to the sink. With the EAMP, multiple disjoint paths from the source node to the sink are constructed, and the source node splits data into multiple pieces with each going through one of the paths, which helps in mitigating ESO. Simulation results show that the proposed EAMP scheme can deliver more data than the existing ones.
1. Introduction
In traditional battery-powered wireless sensor networks (WSNs), it is inevitable to replace batteries in the nodes when the battery energy no longer supports the nodes’ normal operation. The inconvenience of replacing batteries can be overcome by energy harvesting WSN (EH-WSN) or battery-free WSN (BF-WSN). In the EH-WSN, the nodes do not use batteries, rather they harvest energy from ambient energy sources, such as sunlight, wind, radio, vibration, etc. [1].
As the key task in the EH-WSN, the data delivery scheme needs at least one path from the source node to the destination node before the data can be delivered. The popular metrics applied in building the data delivery path(s) in the EH-WSN include energy harvest rate, energy consumption rate, and residual energy of the nodes, in addition to the common ones, such as packet delay, number of hops, data load, and more. Usually, energy storage is used in the EH-WSN nodes to store the harvested energy [2,3]. Unfortunately, the existing data delivery schemes do not consider the energy missed by the nodes with full energy storage.
Clearly, when an energy storage is full, the newly harvested energy cannot be stored anymore, which is referred to as Energy Storage Overflow (ESO). ESO is ignored in the existing data delivering schemes for EH-WSNs because these schemes usually focus on delivering data to the sink with minimum energy consumption, which may lead to the problem of “energy hungry and surplus coexistence” in the EH-WSN. That is, some nodes are hungry for energy, which may interrupt data delivery when the energy-hungry nodes exhaust their energy, whereas other nodes continuously experience ESO. In fact, the data delivery process can last longer without interruption so that more data can be delivered if we consider ESO in the data delivery scheme. Motivated by this, we study the ESO-aware data delivery scheme. The main contributions of the paper are as follows:
(1) We propose the ESO-aware multiple path (EAMP) data delivery scheme, in which multiple disjoint paths from the source node to the sink are constructed to deliver data. With the EAMP, the source node splits data into multiple pieces with each going through one of the paths, which mitigates ESO and avoids the problem of “energy hungry and surplus coexistence”.
(2) For the EAMP, we formulate an optimization problem that simultaneously minimizes the total ESO and maximizes the total residual energy. Then, we solve the optimal problem by using a genetic algorithm, which leads to the optimal Data Delivering Decision (DDD) applied in the EAMP.
(3) Simulation results show that the proposed scheme can deliver more data than the existing schemes in addition to maintaining higher residual energy and lower ESO.
2. Related Work
In EH-WSNs, the nodes scavenge energy from ambient energy sources, such as solar, thermal, wind, vibration [1], or radio frequency [2,3] sources. With advances in energy-harvesting techniques, it becomes feasible to build a sustainable EH-WSN capable of harvesting energy from the environment to support long-term applications [4]. To describe the EH-WSN applications effectively in simulation environment, SensEH [5] is presented to provide a unified framework that fills the gap between simulation and deployment in the EH-WSN.
As in any network, data delivery is the key task in the EH-WSN. An optimal data-gathering algorithm for dynamic sensing and routing (DoSR) was proposed [6] to jointly optimize data sensing and data transmission while guaranteeing fairness for the EH-WSN. The routing algorithm with competitive ratio was proposed in [7], which involves the factors of energy consumption, available energy, and energy harvesting rate. The opportunistic routing mechanism was presented in [8] deals with unpredictable duty cycle and wireless channel unreliability by using wireless broadcast nature. The epidemic routing mechanism was applied in the EH-WSN to address the uncertainty of sensors’ availability and dynamic network topology [9]. A mobile collector was applied to collect data from designated sensors and balance energy consumption in a solar-powered network [10]. A mobile sink was adopted to improve data collection rate [11]. A fair and high throughput data collection scheme was proposed for the EH-WSN [12], which computes the optimal lexicographic rate assignment under the constraint of no node running out of energy. To support multihop data gathering in the EH-WSN, relay node placement algorithms were proposed [13], which consider network connectivity and survivability. A coding scheme was applied in gathering data for a multihop EH-WSN [14]. The energy-harvesting-aware routing algorithm (EHARA) [15] is proposed to improve the lifetime of sensor nodes as well as the quality-of-service (QoS) under variable energy availability conditions. The online algorithm called optimal scheduling algorithm (OSCAR) proposed in [16] makes decisions on system state, energy harvesting, and data transmission with mobile energy harvested sensing devices so as to achieve close-to-optimal transmission utility performance. The FDEHSN protocol presented in [17] considered the application that the source forwards data to the destination via an energy-harvesting two-antenna relay node. The scenario of an energy-harvesting transmitter sending messages to two users over parallel and fading Gaussian broadcast channels was studied in [18]. As a viable solution to saving energy, compressive sensing is used in [19], which can improve the lifetime of the device in WSNs. The above surveyed data schemes share the same shortcoming that they do not take ESO into account. There are a few data delivery schemes that consider ESO. Route selection schemes that consider network energy wastage due to overcharge of finite-capacity batteries were proposed in [20] and [21], in which the cost associated with the packet transmission energy consumption and the energy wastage due to battery overcharge is minimized [20] and the wastage due to overcharging of a finite battery is predicted [21]. Although these schemes take ESO into account, they exhibit the problem of uneven energy consumption because they let the source node deliver all data to the destination over a predetermined route. This causes the nodes participating in data delivery to consume much more energy than those not participating in data delivery. The uneven energy consumption problem is considerably alleviated in the proposed EAMP because multiple disjoint paths are used in delivering packets, which differs from the existing ESO-aware data delivery schemes.
3. ESO-Aware Data Delivering Scheme
In this section, we present the ESO-aware multiple paths (EAMP) data delivery scheme, which uses multiple disjointed paths. In the following, we use the terms “path” and “route” interchangeably.
First, we present an example to show the main idea underlying the proposed EAMP.
3.1. An Example of Alleviating ESO
In Figure 1, each node’s energy storage capacity is unified to 1. The notation “<a, b, c>” beside a node means that: the node’s current residual energy is a, the incoming energy (i.e., the predicted energy to be harvested) is b, and ESO is c. For instance, notation “S <0.5, 0.3, 0>” in Figure 1a means that node S is with residual energy of 0.5 unit of energy (UoE), incoming energy of 0.3 UoE, and ESO of 0 UoE. In addition, an arrow in the figure stands for a wireless link, and the number beside the arrow stands for the energy consumption for delivering one unit of data. In Figure 1a, delivering one unit of data over wireless links of S→A, S→B, and S→C expends 0.6, 0.5, and 0.6 UoE, respectively.
Figure 1.
Traditional routing. (a) Before data delivery; (b) After data delivery using route S→B→Sink.
A routing protocol with the goal of saving energy usually chooses the route with the minimum energy consumption. As a result, it chooses the minimal energy consumption route S→B→sink to deliver data, which expends 0.5 UoE per unit of data. After one unit of data is delivered to the sink via this route, variation in the residual energy and ESO of all the nodes is shown in Figure 1b. This figure indicates that nodes A and C are fully charged, i.e., their residual energy is 1 UoE, and node A produces ESO of 0.2 UoE because only 0.1 UoE out of the incoming energy (0.3 UoE) can be stored while node C produces ESO of 0.1 UoE. In addition, node B consumes 0.3 UoE but harvests 0.2 UoE, causing its residual energy to be 0.4 UoE. Similarly, node S has residual energy of 0.6 UoE. Thus, the total residual energy in the BF-WSN is 3 UoE.
In fact, the total residual energy and ESO can be improved if we let node S split data into multiple pieces and then deliver these pieces over multiple routes to the sink. This idea is illustrated in Figure 2, where node S breaks one unit of data into two pieces as 2/3 and 1/3 of the data, respectively, and the two pieces go through routes S→A→sink and S→C→sink (the two routes contain the nodes with incoming energy), respectively. Thus, links of S→A and A→sink in the upper route expend 0.2 UoE each since only 2/3 units of data are delivered, while each of the links in the lower route consumes 0.1 UoE due to only 1/3 units of data being delivered. Hence, after the data are simultaneously delivered to the sink through the two routes, the residual energy of node S remains unchanged since the incoming energy (0.3 UoE) can be consumed in delivering two portions of the one unit of data that go through two separated routes. Additionally, node A consumes 0.2 UoE out of the incoming energy, and the left 0.1 UoE is stored, which makes its residual energy 1 UoE. The residual energy of other nodes can be similarly obtained. It should be pointed out that, with this scheme, no ESO is introduced and the total residual energy is 3.2 UoE. That is, both ESO and total residual energy in this scheme are better than the previous one.
Figure 2.
Energy storage overflow (ESO)-reducing routing.
In summary, ESO can be reduced and the total residual energy can be increased by delivering data over multiple routes, which helps in extending network lifetime and delivering more data. This is the main idea underlying our EAMP.
3.2. The EAMP
Assume the EH-WSN has one sink and N sensor nodes. Each node harvests energy from an ambient energy source and the harvested energy is stored in its energy storage with capacity of B (in Joule). Assume the source node S has k disjoint paths to the sink. We use Ri to represent the set of the nodes on the i-th path, exclusive of S, and |Ri| stands for the number of the elements in Ri. In addition, notation “(i, j)” represents the j-th node on the i-th path. Thus, Ri = {(i,1), (i,2), …, (i,|Ri|)}, i = 1, 2, …, k. Moreover, for node (i, j), Pb(i,j) and H(i,j) stands for its residual energy before data delivery and incoming energy during the period of data delivery, respectively, and d(i,j) denotes the distance between nodes (i, j) and (i, j + 1). d(S,i) represents the distance between the source node S and node (i,1) (i = 1, 2, …, k). The scenario with k disjoint paths is shown in Figure 3 and the notations used are summarized in Table 1.
Figure 3.
Packet delivery over k disjointed paths.
Table 1.
Definitions of notations used.
Let u be the minimum Transmission Unit (TU) in bits. Assume node S intends to deliver L TUs of data, i.e., Lu bits, to the sink over the k paths. We let the source node apply Data Delivering Decision (DDD), denoted by vector = (, , …, ), in which ≥ 0 stands for the number of TUs to be delivered over the i-th path. Thus, we have
Before moving further, we derive the energy consumption based on the energy model presented in [22]. That is, the energy consumed in transmitting u bits to the receiver with d meters away is
and the energy consumed in receiving u bits is
here, denotes the energy consumption resulting from digital coding, modulation, filtering, and spreading of the signal; is the energy consumed by the transmitter power amplifier; and γ is path loss parameter valued in 2 through 4 [22]. As a result, under the DDD φ, the energy expended by node (i, j) in forwarding data packets, which contains the energy consumed for receiving the packets from its preceding node and the energy consumed for transmitting to the next node, is
Additionally, the energy expended by the source node S for delivering the data with size of to node (i, 1) is as follows:
Upon completion of the DDD φ, the ESO at node (i, j) is
where B is the energy storage capacity and notation “[.]+” is a rectifier function defined by
Thus, the residual energy of node (i, j) after data delivery is
Similarly, after completion of the DDD φ, the ESO at node S is
where Pb(S) and H(S) represent the residual energy of node S before data delivery and the incoming energy during the period of data transmission at node S, respectively. The residual energy of node S after data delivery is
It is required that a node is permitted to transmit packets only when its residual energy after data delivery is positive, i.e.,
and
which leads to the prerequisite condition of successful forwarding data packets from node (i, j) to the sink under the DDD φ as follows:
and meanwhile the source node S is required to satisfy
Substituting (4), (5), (6), and (9) into (8) and (10), we obtain
From (4), (5), (8), and (10), we obtain the total residual energy after data delivery of all the nodes taking part in forwarding the data packets under the DDD φ as follows:
Additionally, from (4), (5), (6), and (9), we obtain the total ESO in the nodes under the DDD φ as follows:
Taking (16) and (17), we now formulate the Optimization Problem (OP) in (18) that minimizes the total ESO and maximizes the total residual energy simultaneously, in which Equations (1) and (15) are used as constraints.
where α is a real number valued in [0,1] and it is used to balance ESO and residual energy. We set α to a constant close to 1 if emphasize ESO and close 0 otherwise. Obviously, when α = 1, the OP reduces to minimize the total ESO, which will be referred to as the OP-ESO, and when α = 0, the OP just maximizes the total residual energy, which will be referred to as the OP-RE.
3.3. Solution of the Optimization Problem
To solve the OP in (18), although the number of the DDDs that satisfy the first constraint (i.e., Equation (1)) is finite, it is hard to enumerate and check each of these DDDs to find the solution of the OP. Hence, we resort to genetic algorithm (GA) [23] thanks to its capability of searching for the optimal solution by parallel means. The main operations contained in the GA are shown in Figure 4. In the GA, we choose a DDD as a chromosome. That is, a chromosome is a k-dimension tuple.
Figure 4.
Genetic algorithm (GA).
As shown in Figure 4, the main mechanisms in the GA include selection, crossover, and mutation operations. For any one of the OPs, we use the following GA to find its solution:
(1) Initial population. A chromosome is called “feasible chromosome” of the OP if it satisfies the three constraints in the OP. We set the initial population by randomly generating M feasible chromosomes with each being produced by the “feasible chromosome generating process” as follows. To generate a feasible chromosome (j∈{1, 2, …, M}), where (i = 1, 2, …, k) is the number of TUs that flows through the i-th path, we first generate random numbers and then use them to produce k integers ∈ [0, L] as follows:
where is the floor function. Obviously, the generated chromosome satisfies (1). If it satisfies the other two constraints in the OP, then it is a feasible chromosome. Otherwise, we regenerate a chromosome in (19) until the one satisfying the other two constraints is produced, which finishes generating the feasible chromosome.
(2) Selection operation. We choose the fitness functions of the OP in (18) as . In the current population, we evaluate each chromosome using its fitness function and select the chromosome with the minimum fitness to be passed to the next generation. In addition, a chromosome is copied into the next generation according to the probability of via Roulette wheel (j = 1, 2, …, M), which indicates that a chromosome with a smaller fitness has more copies in the next generation.
(3) Crossover operation. The chromosomes are randomly paired for crossover. For the pair of and to be crossed over, we randomly pick an integer, say v, in {1, 2, …, k − 1} as a crossover point. Then, the crossover operation yields two chromosomes: and , in which we set
and
where
The aim of introducing and in (22) is to make the two generated chromosomes in (20) and in (21) satisfy the first constraint (i.e., Equation (1)) in OP (18). In fact, the crossover operation tries shifting the genes after the crossover point in the two chromosomes. Unfortunately, the newly generated chromosomes may not satisfy the first constraint if the genes after the crossover point are all shifted. Therefore, one of the new chromosome first, say , inherits the first v genes in , and then we pick the genes behind the crossover point v such that the sum of the picked genes and the ones already in does not exceed L. Then, we generate a new gene to satisfy that the sum of the genes already in is equal to L so that the first constraint is met. Then, the remaining genes, if any, are set to 0 so that the constraint is still met.
In the case when any of the chromosomes in (20) and (21) does not satisfy the other two constraints of the OP, the involved chromosome(s) will be replaced with the one(s) generated using the aforementioned feasible chromosome generating process.
(4) Mutation operation. Each chromosome is mutated with a small probability. For a chromosome to be mutated, we pick an integer v in {1, 2, …, k} randomly. If v < k, the mutation operation switches and , which leads to a new chromosome as . Otherwise, and are switched, which yields . If the newly generated chromosome does not satisfy any of the constraints of the OP, it is replaced with the one generated by using the aforementioned feasible chromosome generating process.
After the GA terminates, the solution of the OP is found. The results shown in Section 4 are obtained from the above GA.
Following [7] and [24], we assume that the incoming energy is known by each sensor node over a finite time horizon, and the sink knows the residual energy and incoming energy of all the nodes through the previous information exchange. The sink is assumed to have sufficient power supply and it stores the information of the multiple disjointed paths. Before the sink intends to collect the data, it finds the optimal DDD by solving the OP in (18) and then delivers the optimal DDD to the source node. The source node delivers its data to the sink through the known multiple paths with the received optimal DDD.
4. Performance Evaluation
In this section, we evaluate the proposed EAMP via a simulation program written in MATLAB. The parameter values used in the simulation are shown in Table 2.
Table 2.
Parameter values.
4.1. Simulation Enviroment
In the simulation, 100 nodes are randomly deployed in a square with size of 200 × 200 m2. We randomly choose a pair of nodes as the source node and the sink, respectively. Then, multiple disjointed paths between the two nodes are generated using the SMR protocol presented in [25]. As in our previous study [2], we assume the nodes harvest solar energy and adopt the solar irradiation data for Chicago O’Hare International Airport from the National Solar Radiation Data Base, which was published by The U.S. Department of Energy [26]. We consider periods of 4:00–5:00, 7:00–8:00, and 11:00–12:00, which are referred to as low, medium, and high energy harvesting periods, respectively. The average solar radiation received on a global horizontal surface in the low, medium, and high energy harvesting periods are 5.1, 296, and 623 Wh/m2, respectively [26]. Thus, we assume a node can averagely harvest energy with low energy-harvesting rate (LER) of 5.1/400, medium energy-harvesting rate (MER) of 296/400, and high energy-harvesting rate (HER) of 623/400 W. These rates correspond to the energy harvested by a device which captures solar energy with a square of 5 × 5 cm2 i.e., 1/400 of 1 m2. We performed the simulation with these three energy-harvesting rates.
4.2. Simulation Results
We compare our OP-ESO and OP-RE with the EHWA [20], the EHARA [15], the uniform allocation scheme (UAS), and inverse proportion allocation scheme (IPAS) in terms of number of bits delivered to the sink, where all paths have the same capacity in the UAS, and each path having capacity inversely proportional to the number of hops in the path in the IPAS. For instance, assume k paths have h1, h2, …, and hk numbers of hops. Then, the i-th path is allocated to capacity of (1/hi)/(1/h1 + 1/h2 +, …, + 1/hk) out of the total capacity (i = 1, 2, …, k). First, we study impact of data sending rate on number of delivered bits. Letting the source send its data for one hour with rates of 10, 20, 30, …, and 90 bytes per second, we obtain Figure 5, Figure 6 and Figure 7. From the figures, we observe that the proposed OP-ESO and OP-RE outperform the other four schemes in number of delivered bits in the LER, MER, and HER cases. Figure 5 indicates that in the LER case, the number of delivered bits reduces as data sending rate grows. The reason is that a higher data sending rate causes more energy to be consumed in delivering data and thus the node needs to spend more time on harvesting energy, which reduces the number of delivered bits. This phenomenon can be alleviated when energy harvesting rate increases, which is reflected in Figure 6 that illustrates the results of the MER case. From Figure 6, when the sending data rate is no more than 80, a higher data sending rate makes the proposed OP-ESO and OP-RE bring in a higher number of delivered bits. The other four schemes present a similar up-then-down trend, i.e., number of delivered bits gradually grows and then goes down. This trend can be clearly seen from Figure 7, in which the HER case is considered. In summary, from Figure 5, Figure 6 and Figure 7, we observe that for a given energy-harvesting rate, the numbers of delivered bits in all the schemes exhibit the up-then-down trend when data sending rates increases.
Figure 5.
Number of delivered bits vs. data sending rate in the low energy-harvesting rate (LER) case.
Figure 6.
Number of delivered bits vs. data sending rate in medium energy-harvesting rate (MER) case.
Figure 7.
Number of delivered bits vs. data sending rate in high energy-harvesting rate (HER) case.
Next, we compare them in terms of residual energy and ESO. We only consider the MER case with a data sending rate of 20 octets per second, which leads to Figure 8. This figure indicates that the OP-RE achieves the maximal residual energy and the OP-ESO achieves the minimal ESO, respectively. That is, the objects of the OP-ESO (i.e., minimizing ESO) and the OP-RE (i.e., maximizing total residual energy) have been realized. Another observation is that the total residual energy fluctuates with time (see Figure 8a) and ESO increases with time (see Figure 8b).
Figure 8.
Comparison of residual energy and ESO. (a) Total residual energy; (b) ESO.
Last, we study the impact of α on residual energy and ESO in the proposed EAMP. Setting α = 0 (i.e., the OP-RE), 10−4, 10−2, and 1 (i.e., the OP-ESO), we obtain Figure 9. From the figure, we have the observations that: 1) the smaller the α, the higher the residual energy, and the EAMP with α = 0 (i.e., the OP-RE) has the highest total residual energy (see Figure 9a), and ESO is slightly affected by variation in α (see Figure 9b).
Figure 9.
The ESO-aware multiple path (EAMP) scheme with variation in α. (a) Impact of α on residual energy; (b) Impact of α on ESO.
5. Conclusions
In EH-WSN, there is the problem of “energy hungry and surplus coexistence”. That is, some nodes suffer from serious energy shortage while some other nodes waste energy duo to ESO. This problem is alleviated by the proposed EAMP data delivery scheme. The EAMP takes ESO into account and can alleviate overflow of energy storage in the nodes so that the EH-WSN nodes can consume energy evenly. With the EAMP, a node can optimally split data into multiple pieces and simultaneously deliver these pieces over multiple paths to mitigate ESO. The EAMP is applicable to EH-WSNs and enables the EH-WSN nodes to deliver data for a longer period without suffering from interruption due to energy shortage.
It should be pointed out that the proposed schemes may not achieve satisfactory performance when they are applied in cases where multiple source nodes simultaneously deliver data to their respective destinations, meanwhile some source-to-destination paths with different sources share some nodes. In the multiple sources case, the proposed schemes can be applied in time division multiple access (TDMA) manner, i.e., the sources deliver data one after the other. We will investigate extending the proposed schemes to the case of simultaneously delivering data over multiple source–destination pairs in the future.
Author Contributions
Conceptualization, W.L. and Y.-h.Z.; methodology, W.L. and Y.-h.Z.; writing—original draft preparation, W.L.; writing—review and editing, Y.-h.Z. and K.C.; W.L. coded the Matlab program for verification; K.C. collaborated in the development of the idea.
Funding
This research was funded in part by the Natural Science Foundation of China under grant Nos. 61432015, 61772470, and 61472367.
Conflicts of Interest
The authors declare no conflict of interest.
References
- Sudevalayam, S.; Kulkarni, P. Energy Harvesting Sensor Nodes: Survey and Implications. IEEE Commun. Surv. Tutor. 2011, 13, 443–461. [Google Scholar] [CrossRef]
- Zhu, Y.H.; Qiu, S.; Chi, K.; Fang, Y. Latency Aware IPv6 Packet Delivery Scheme over IEEE 802.15.4 based Battery-Free Wireless Sensor Networks. IEEE Trans. Mob. Comput. 2017, 16, 1691–1704. [Google Scholar] [CrossRef]
- Zhu, Y.H.; Li, E.; Chi, K. Encoding scheme to reduce energy consumption of delivering data in radio frequency powered battery-free wireless sensor networks. IEEE Trans. Veh. Technol. 2018, 67, 3085–3097. [Google Scholar] [CrossRef]
- Ateniese, G.; Bianchi, G.; Capossele, A.T.; Petrioli, C.; Spenza, D. Low-Cost Standard Signatures for Energy-Harvesting Wireless Sensor Networks. Embed. Comput. Syst. 2017, 16, 64. [Google Scholar] [CrossRef]
- Dall’Ora, R.; Raza, U.; Brunelli, D.; Picco, G.P. SensEH: From simulation to deployment of energy harvesting wireless sensor networks. In Proceedings of the 39th Annual IEEE Conference on Local Computer Networks Workshops, Edmonton, AB, Canada, 8–11 September 2014. [Google Scholar]
- Zhang, Y.; He, S.; Chen, J. Data gathering optimization by dynamic sensing and routing in rechargeable sensor networks. IEEE/ACM Trans. Netw. 2016, 24, 1632–1646. [Google Scholar] [CrossRef]
- Lin, L.; Shroff, N.B.; Srikant, R. Asymptotically Optimal Energy-aware Routing for Multihop Wireless Networks with Renewable Energy Sources. IEEE/ACM Trans. Netw. 2007, 15, 1021–1034. [Google Scholar] [CrossRef]
- Eu, Z.A.; Tan, H.P.; Seah, W.K.G. Opportunistic Routing in Wireless Sensor Networks Powered by Ambient Energy Harvesting. Comput. Netw. 2010, 54, 2943–2966. [Google Scholar] [CrossRef]
- Lien, C.M.; Lee, S.Y.; Ho, T.Y. Information Dissemination with Epidemic Routing in Energy Harvesting Wireless Sensor Networks. In Proceedings of the IEEE International Conference on Communications (ICC), Sydney, Australia, 10–14 June 2014. [Google Scholar]
- Wang, C.; Guo, S.; Yang, Y. An optimization framework for mobile data collection in energy-harvesting wireless sensor networks. IEEE Trans. Mob. Comput. 2016, 15, 2969–2986. [Google Scholar] [CrossRef]
- Ren, X.; Liang, W.; Xu, W. Data Collection Maximization in Renewable Sensor Networks via Time-Slot Scheduling. IEEE Trans. Comput. 2015, 64, 1870–1883. [Google Scholar] [CrossRef]
- Liu, R.S.; Fan, K.W.; Zheng, Z.; Sinha, P. Perpetual and Fair Data Collection for Environmental Energy Harvesting Sensor Networks. IEEE/ACM Trans. Netw. 2011, 19, 947–960. [Google Scholar] [CrossRef]
- Misra, S.; Majd, N.E.; Huang, H. Approximation Algorithms for Constrained Relay Node Placement in Energy Harvesting Wireless Sensor Networks. IEEE Trans. Comput. 2014, 63, 2933–2947. [Google Scholar] [CrossRef]
- Cristiano, T.; Osvaldo, S.; Michele, R. Dynamic Compression-Transmission for Energy-Harvesting Multihop Networks with Correlated Sources. IEEE/ACM Trans. Netw. 2014, 22, 1729–1741. [Google Scholar]
- Nguyen, T.D.; Khan, J.Y.; Ngo, D.T. An effective energy-harvesting-aware routing algorithm for WSN-based IoT applications. In Proceedings of the IEEE International Conference on Communications, Paris, France, 21–25 May 2017. [Google Scholar]
- Fang, W.; Zhao, X.; An, Y.; Liu, Q. Optimal scheduling for energy harvesting mobile sensing devices. Comput. Commun. 2016, 75, 62–70. [Google Scholar] [CrossRef]
- Son, P.N.; Duy, T.T. Performance analysis of underlay cooperative cognitive full-duplex networks with energy-harvesting relay. Comput. Commun. 2018, 122, 9–19. [Google Scholar]
- Ozel, O.; Yang, J.; Ulukus, S. Optimal transmission schemes for parallel and fading Gaussian broadcast channels with an energy harvesting rechargeable transmitter. Comput. Commun. 2013, 36, 1360–1372. [Google Scholar] [CrossRef]
- Brunelli, D.; Caione, C. Sparse recovery optimization in wireless sensor networks with a sub-Nyquist sampling rate. Sensors 2015, 15, 16654–16673. [Google Scholar] [CrossRef] [PubMed]
- Martinez, G.; Li, S.; Zhou, C. Wastage-Aware Routing in Energy-Harvesting Wireless Sensor Networks. IEEE Sens. J. 2014, 14, 2964–2974. [Google Scholar] [CrossRef]
- Martinez, G.; Li, S.; Zhou, C. Maximum Residual Energy Routing in Wastage-Aware Energy Harvesting Wireless Sensor Networks. In Proceedings of the IEEE 79th Vehicular Technology Conference (VTC Spring), Seoul, Korea, 18–21 May 2014. [Google Scholar]
- Heinzelman, W.B.; Chandrakasan, A.P.; Balakrishnan, H. An Application-Specific Protocol Architecture for Wireless Microsensor Networks. IEEE Trans. Wirel. Commun. 2002, 1, 660–670. [Google Scholar] [CrossRef]
- Holland, J.H. Adaptation in Natural and Artificial Systems; MIT Press: Cambridge, MA, USA, 1992. [Google Scholar]
- Gorlatova, M.; Wallwater, A.; Zussman, G. Networking low-power energy harvesting devices: Measurements and algorithms. IEEE Trans. Mob. Comput. 2013, 12, 1853–1865. [Google Scholar] [CrossRef]
- Lee, S.J.; Gerla, M. Split Multipath Routing with Maximally Disjoint Paths in Ad hoc Networks. In Proceedings of the IEEE International Conference on Communications, Helsinki, Finland, 11–14 June 2001. [Google Scholar]
- National Solar Radiation Database. Available online: http://rredc.nrel.gov/solar/old_data/nsrdb/1991-2010 (accessed on 9 July 2018).
© 2019 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 (http://creativecommons.org/licenses/by/4.0/).