Next Article in Journal
Optimal Energy Efficiency Fairness of Nodes in Wireless Powered Communication Networks
Next Article in Special Issue
ePave: A Self-Powered Wireless Sensor for Smart and Autonomous Pavement
Previous Article in Journal
Achieving Congestion Mitigation Using Distributed Power Control for Spectrum Sensor Nodes in Sensor Network-Aided Cognitive Radio Ad Hoc Networks
Previous Article in Special Issue
Review of Batteryless Wireless Sensors Using Additively Manufactured Microwave Resonators
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Energy-Saving Traffic Scheduling in Hybrid Software Defined Wireless Rechargeable Sensor Networks

School of Communication and Information Engineering, University of Electronic Science and Technology of China, Chengdu 610051, China
*
Author to whom correspondence should be addressed.
Sensors 2017, 17(9), 2126; https://doi.org/10.3390/s17092126
Submission received: 18 July 2017 / Revised: 9 September 2017 / Accepted: 13 September 2017 / Published: 15 September 2017
(This article belongs to the Special Issue Wireless Rechargeable Sensor Networks)

Abstract

:
Software Defined Wireless Rechargeable Sensor Networks (SDWRSNs) are an inexorable trend for Wireless Sensor Networks (WSNs), including Wireless Rechargeable Sensor Network (WRSNs). However, the traditional network devices cannot be completely substituted in the short term. Hybrid SDWRSNs, where software defined devices and traditional devices coexist, will last for a long time. Hybrid SDWRSNs bring new challenges as well as opportunities for energy saving issues, which is still a key problem considering that the wireless chargers are also exhaustible, especially in some rigid environment out of the main supply. Numerous energy saving schemes for WSNs, or even some works for WRSNs, are no longer suitable for the new features of hybrid SDWRSNs. To solve this problem, this paper puts forward an Energy-saving Traffic Scheduling (ETS) algorithm. The ETS algorithm adequately considers the new characters in hybrid SDWRSNs, and takes advantage of the Software Defined Networking (SDN) controller’s direct control ability on SDN nodes and indirect control ability on normal nodes. The simulation results show that, comparing with traditional Minimum Transmission Energy (MTE) protocol, ETS can substantially improve the energy efficiency in hybrid SDWRSNs for up to 20–40% while ensuring feasible data delay.

1. Introduction

Wireless Sensor Networks (WSNs) usually suffer from the limitation of energy supply, especially in some rigid application environments, such as hydrological monitoring, disaster warning, mountain battlefield spying, etc. Consequently, the emerging Wireless Rechargeable Sensor Networks (WRSN) [1,2], as a promising technique in the future, have been paid great attention in recent years.
However, in many applications, the wireless charger’s energy is also limited. To demonstrate this issue, Figure 1 shows a simple example, which is quite popular in the application of WRSNs. In Figure 1, the energy receivers (i.e., sensor nodes, relay nodes, or sink node), which are numerous in amount but should be cheap in price, are powered by the wireless charger according to their residual capacity. At the same time, the wireless charger’s energy may be supplemented by some energy harvesting method, e.g., solar energy, wind energy, etc., which is restricted by environmental factors and cannot always supply sufficient energy all the time. In such scenarios, the energy saving is still a key problem in WRSNs.
Since the charging efficiency is inversely proportional to the square of distance d from the wireless charger to the energy receiver [3], the same amount of energy consumption in different nodes will lead to different burdens on the wireless charger. Investigate nodes n 1 and n 2 in Figure 1, which each have a distance of d 1 and d 2 from the wireless charger, respectively. When n 1 consumes 1 unit energy, the wireless charger should provide energy E 1 d 1 2 to supplement the consumption. However, for node n 2 , there is E 2 d 2 2 . Supposing that d 2 = 2 d 1 , then E 2 is approximately 4 times of E 1 . Consequently, the energy saving problem in WRSNs is more complicated than normal WSNs. Traditional energy saving schemes in normal WSNs cannot be directly transplanted into WRSNs.
At the same time, the combining of Software Defined Networking (SDN) and WRSNs [4], which is an inexorable trend, brings new opportunities to energy saving issues in WRSNs. SDN can schedule the traffic and energy distribution in the perspective of the whole network, so as to achieve more energy gain while satisfying the service requirements. Nevertheless, the evolution of WRSN to Software Defined WRSN (SDWRSN) is a gradual process. Normal WRSNs and SDWRSNs may exist concurrently in a long time, sometimes even in the same area, for the same set of applications. That is to say, in such networks, sensor nodes with SDN capabilities (SDN nodes) and normal sensor nodes (normal nodes) may coexist. We define such networks as hybrid SDWRSNs. In such hybrid SDWRSNs, the SDN controller can only directly control the SDN nodes, but not the normal nodes, leading to a discount on possible energy saving effect.
Consequently, in the context of hybrid SDWRSNs, the energy saving problem is quite different comparing to normal WSNS, or even normal WRSNs, as follows:
(1)
The lifetime of each node is no longer a key problem. Their energy can be supplemented by the wireless charger in time. On the contrary, the total energy consumption of all nodes, or the burden of the wireless charger turns out to be a key problem.
(2)
The energy consumption model is different. The geographical distribution of sensor nodes will directly impact the charging efficiency, and thereby change the burden of the wireless charger.
(3)
Although the SDN controller can only directly control the SDN nodes to optimize the traffic and energy consumption, this will indirectly influence the inlet flow of normal nodes, and thus change the behaviours of normal nodes indirectly.
Existing studies, which will be demonstrated particularly in Section 2, usually concentrate on several major aspects. For normal WSNs, a great amount of work has been done focusing on how to extend the lifetime for sensor nodes in the energy-constrained network with a special routing algorithm. In WRSNs, most works try to improve energy efficiency by optimizing the deployment or moving route of the wireless charger. A few studies take the energy limitation of wireless charger into account. To the best of our knowledge, no current work has been done focusing on the energy saving issue in hybrid SDWRSNs.
To solve the above problem, in this paper, we put forward an Energy-saving Traffic Scheduling (ETS) algorithm for hybrid SDWRSNs. The ETS algorithm adequately considers the new characters in hybrid SDWRSNs and takes advantage of the SDN controller’s direct control ability on SDN nodes and indirect control ability on normal nodes. The simulation results show that ETS can substantially improve the energy efficiency in hybrid SDWRSNs, and therefore ensure the network working more steadily and chronically. We highlight our contributions of this paper as follows:
Firstly, we derive a mathematical optimization model for the energy efficiency problem in hybrid SDWRSNs. Although it proved to be a non-deterministic polynomial hard (NP-hard) problem, the model provides an outline and paradigm for energy saving problem in hybrid SDWRSNs.
Then, a fast heuristic algorithm known as Energy-saving Traffic Scheduling (ETS) is presented, which takes charging losses and the new energy saving characters into account, and schedules the flows through both SDN nodes (directly) and normal nodes (indirectly).
Finally, we evaluate the performance of the ETS algorithm with simulations. Compared with traditional Minimum Transmission Energy (MTE) protocol, ETS has a much better effect on reducing energy consumption when ensuring feasible data delays.
The remainder of this paper is organized as follows. The related work is reviewed in Section 2. In Section 3, we demonstrate the system model. The mathematical optimization model for hybrid SDWRSN is formulated in Section 4 and the ETS algorithm is described in Section 5. Section 6 displays the simulation results and performance analysis. The conclusions are presented in Section 7 in the end.

2. Related Work

To the best of our knowledge, so far there is no work concentrated on energy saving problems in hybrid SDWRSNs. Some related works, which establish a foundation for this problem, can be classified into three categories, as follows.

2.1. Energy Saving Studies in WSNs

The energy limitation is always a key problem for various WSNs. A lot of work has been done to reduce energy consumption and prolong the lifetime of WSNs. These studies usually focus on optimizing network deployment [5,6,7,8], power control or sleeping schemes [9,10], ameliorating data processing method [11,12,13], or improving communication protocol [14,15,16,17,18,19]. These studies cannot be directly transplanted into hybrid SDWRSNs, but they provide referable thoughts for the latter.

2.2. Energy Harvesting Techniques

At the same time, researchers have explored various methods to acquire sufficient energy for WSNs with the method of energy harvesting. Refs. [20,21] provide an overview on this issue. Instead of equipping an energy harvesting module on every sensor node to gather energy from surrounding energy sources such as solar [22], vibration [23], wind [24], etc., a more economical and controllable way is to use special charging equipment to transmit power to sensor nodes. Magnetic resonance [25], electromagnetic induction [26], laser light sensing [27] and micro-wave conversion [28] are relatively mature technologies in this respect.
These energy harvesting techniques are the basis of WRSNs, and the new charging pattern should be fully considered in the design of energy saving scheme for hybrid SDWRSNs.

2.3. Energy Saving in WRSNs

In the wireless rechargeable sensor networks, the energy efficiency issue is still a key problem. In [29], the potential mobility of sensor nodes has been exploited and a new metric Quality of Energy Provisioning (QoEP) is proposed, so as to characterize the expected portion of time that a mobile node can sustain normal operation in WRSNs, and to evaluate the impact of mobility on energy provisioning in WRSNs. Considering that some wireless chargers are not fixed, there are some studies based on the movable charger (MC), such as [30,31,32,33]. In [30], Mo et al. study addressing the MC scheduling, the moving and charging time allocation simultaneously to save total energy and formulate this problem as a mixed integer linear program, which is solved by a novel decentralized method based on Benders decomposition. Toyoda considers the situation that the MC can collect packets as well as the static sink does in [31], and proposes a closer destination selection scheme, which improves the packet arrival rate and energy efficiency compared to the conventional scheme. As for [32], the researchers pay attention to large-scale WRSNs with multiple MCs and develop a heuristic algorithm to find the minimum number of MCs for the sensor nodes to work continuously. Hu and Wang [33] consider the scheduling of the charging mission to ensure that all sensor nodes will be working within a target lifetime.
The sensor nodes and energy charger may be fixed in preset locations. In this situation, existing methods to improve the energy efficiency are mainly by optimizing the deployment of chargers. In [34], researchers present two greedy algorithms to deploy as few as possible chargers. In [35], the Particle Swarm Charger Deployment (PSCD) algorithm using the Particle Swarm Optimization (PSO) concept is proposed to optimize WRSN charger deployment. A layoff algorithm to combine simulated annealing-based algorithm in [36] is discussed to work on this issue. In addition, some power control and protocol joint design are also considered, e.g., [37,38]. Pal and Nasipuri [37] consider reducing overhearing by reducing the neighborhood size using transmission power control as well as route adaptations, and implements a cooperative joint Power COntrol and Routing (PCOR) scheme for rechargeable sensor networks. Liu et al. [38] put forward a local algorithm, called SnapIt, to adapt the sampling rate with the objective of maintaining the battery at a target level.
However, all the above studies on energy saving in WRSNs try to save energy through optimized deployment of wireless chargers. The energy saving scheme of traffic scheduling is still a blank for WRSNs.
In summary, current studies on energy saving for WSNs or WRSNs are not suitable for hybrid SDWRSNs. New schemes are urgent to be developed to satisfy the energy saving requirement in hybrid SDWRSNs.

3. System Model

As shown in Figure 2, this paper considers a typical kind of hybrid SDWRSN, where four kinds of nodes are included: sensor nodes, relay nodes, a sink node and some wireless chargers. The sensor nodes collect required information according to some predefined period or discipline, and transmit them to the sink node via some relay nodes. The sensor nodes are dispersedly deployed over the target monitoring area. A certain amount of sensor nodes close to each other form a cluster. Each cluster has a cluster head, which can be dynamically selected by currently existing schemes. The cluster heads can relay data from the cluster it belongs to, as well as data from another cluster head. Therefore, in this paper, we also refer to cluster head as relay node for simplicity.
Basically, there are two kinds of relay nodes: normal relay node (or shorted as normal node) and SDN relay node (or shorted as SDN node). The normal nodes run traditional routing protocols, such as MTE, Ad hoc On-demand Distance Vector Routing (AODV), etc. In this paper, we use MTE as routing protocol among normal nodes, since MTE has good performance in reducing the energy consumption of the WSN nodes. As to the SDN nodes, a common SDN controller can calculate the optimal flow table according to the whole network’s topology and flow distribution. The controller can talk to the SDN nodes via 3G/4G (when a cellular network is available) or some other long distance communication methods such as LoRa (3 km urban, 30 km rural). This will not add obvious economic burden since only a part of relay nodes or sensor headers are SDN nodes. In addition, this will not introduce obvious additional energy consumption in the pattern discussed in this paper, as follows: (1) When the locations of the network nodes are static, the network topology is relatively stable. At the same time, the flow characters are usually steady since the services in WSN are generally periodical. (2) The update of the flow table may occur in two patterns: (a) SDN controller can update the flow table periodically. The period can be relatively long, for example, 10 min one time, 1 h one time or even several hours one time; (b) triggered by an event, such as node joining/existing, etc. Therefore, the low frequency update and occasionally triggered update will not introduce obvious additional energy consumption.
At the same time, some wireless chargers are deployed in proper locations to replenish the energy consumption of network devices, i.e., sensor nodes, the relay nodes, and the sink node. Consequently, considering that the sensor nodes, the sink node, and the SDN controller work according to their predefined pattern and will not be influenced by the algorithm proposed in this paper, we need not count the energy consumption of these three parts, and concentrate on the algorithm’s effect on the relay nodes.

4. Mathematical Optimization Model

In this section, we firstly derive the node energy consumption model, and then present the mathematical optimization model of the traffic scheduling problem in hybrid SDWRSNs.

4.1. Node Energy Consumption

For a certain relay node v that receives data from some node u and transmits data to some other node w in a time span t, there are four states: transmitting state, receiving state, idle state and sleeping state. We discuss below the energy consumption of these four states, respectively, referring to the energy consumption model in [39].
(1) Transmitting state. When node v is sending k v w bits data to a random node w, the energy consumption E T v w mainly relates to the amount of transmitted data k v w and the distance to the receiver node w, which is denoted with d v w . E T v w composes of two parts. The first part is the energy to run radio electronics E T v w - e l e c = E e l e c × k v w . E e l e c depends on factors such as the digital coding, modulation, filtering, and spreading of the signal. Another part is E T v w - a m p , the energy consumed to amplify the signal. E T v w - a m p depends on the distance d v w from node v to target w, and there is a threshold d 0 . When d v w < d 0 , the free space model ϵ f s is used. Otherwise, the multipath model ϵ m p is used, i.e.,
E T v w - a m p = k × ϵ f s × d v w 2 d v w < d 0 , k × ϵ m p × d v w 4 d v w d 0 .
Therefore, the energy consumption in transmitting state E T v w = E T v w - e l e c + E T v w - a m p .
(2) Receiving state. In this state, node v is receiving some k u v bits data from a random node u. The energy consumption E R u v for node v only concerns about the radio electronics, i.e.,
E R u v = E R u v - e l e c = E e l e c × k u v .
(3) Idle state. In this state, the only function for a node is to keep listening to the channel and being ready to receive data. Generally, the idle power consumption P I v is 0.8–1 times of receiving power P R v . For simplicity and without loss of generality, we set P I v = P R v , that is:
P I v = P R v = E R u v t R u v = E e l e c × k u v t R u v = E e l e c × R ,
where t R u v is the time used for node u to transmit k u v bits data to node v, and R is the data rate of the wireless link from node u to node v. Thus, the energy consumption E I v of an idle node v can be calculated as:
E I v = P I v × t I v ,
where t I v is the time of node v in idle state.
(4) Sleeping state. In this state, the energy consumption E S v is very little and negligible. A common energy-saving mechanism is to allow the node to sleep when there is no task interested and wakes it up when communication happens.
According to the analysis above, for a relay node v, the energy consumption in a time span t is:
E v = w { neighbours of v } E T v w + u { neighbours of v } E R u v + E I v + E S v .
However, in WRSN, what we are really concerned about is the actual energy E c v provided by a wireless charger c to node v. When radio waves travel in space, their powers attenuate with increased travel distance. The wireless charger usually charges the devices that are not far from itself. Long distance or obstructions may greatly recede the charging efficiency, which can be avoided by deploying more wireless chargers in practice. Consequently, we can adopt free space propagation model. According to Friis’s free space equation, the receive power p r of RF signal can be expressed as
p r = G s G r ( λ 4 π d ) 2 p 0 ,
where G s is the source antenna gain, G r is the receive antenna gain, λ is the wavelength, d is the distance between the source node and the receiver node, and p 0 denotes the transmitting power of the source node [3].
Assume the maximum battery volume of node v is E m b - v , and the battery is full at the starting time. After a time span t, the rest energy in node v’s battery is E r e s t - v . Let d c v denote the distance from node v to its responsible wireless charger c, P c v denote the charging power from the wireless charger c to node v, and t c v denote the total charging time of node v. Considering d c v should be less than d 0 to ensure feasible charging efficiency (Equation (1)), there is:
P c v t c v A × d c v 2 = E v + E r e s t - v - E m b - v ,
where A is a constant coefficient. Note that, in Equation (7), the charging time t c v may be accumulated from many discrete time slots in time span t. When t , there should also be t c v . In this case, we have:
P c v A × d c v 2 = lim t c v { E v t c v + E r e s t - v t c v - E m b - v t c v } = ( a ) E v t c v ,
where (a) follows that E r e s t - v and E m b - v are both limited constants, and E v is a function of t ( t t c v ). Therefore, when t , we can consider the energy consumption E v equals to the energy charged to node v. That is to say, when t ,
E v = P c v t c v A × d c v 2 .
Suppose when a node v consumes E v energy, the responsible wireless charger c should consume E c v energy to compensate the energy consumption (i.e., E v consumption at node v). Combining with Equation (9), there is:
E c v = P c v t c v = A × E v × d c v 2 .

4.2. Mathematical Optimization Model

In order to get mathematical optimization model of the traffic scheduling problem in hybrid SDWRSNs, we assume V is the set of relay nodes (including sink node) in the network and C is the set of wireless chargers. N and D, respectively, represent the subset of normal nodes and the subset of the SDN nodes. The sink node is expressed as s. Obviously, there is N V , D V , and N + D + { s } = V . The optimization objective is:
min : v V , v s , c C E c v .
For this problem, there are some constraint conditions to be followed. The flow conservation conditions are first. For node v, in a given time span t, the data it transmitted ( k T v ) equals to the data it received from the sensor subnet ( k v ) and other relay nodes ( k R v ), except the sink node which only receives data from other nodes. For the entire network, the amount of data received is equal to the amount of data transmitted. Then, the constraints come as shown in Equations (12)–(14):
k T v = k v + k R v , v V , v s ,
k R s = v V , v s k v ,
v V k T v = v V k R v .
Another basic constraint is the capacity. Practically, the real data transmission rate is smaller than the nominal data rate. It is a general rule in communications to set a traffic allocation upper bound, which is lower than the channel’s nominal data rate. Denote the data rate with R and the threshold with β , there is:
k T v + k R v t β R , v V , 0 < β 1 .
For the normal nodes that run MTE protocol, the routes they choose have the minimum transmission energy. Assume r v w is the minimum transmission energy from node v to node w, and use a binary variable u v l w to show whether the node l (which is one of the one-hop neighbours of node v) is on the way from node v to node w and is equal to 1 when it is on that way. Assuming M is an arbitrarily large value and m is an arbitrarily small value, then there are two constraints as below:
r v l + r l w - r v w ( 1 - u v l w ) M v , l , w N , r v l + r l w - r v w ( 1 - u v l w ) m v , l , w N ,
when a node l is not on the way from node v to node w; on node l, there should be no data sent from node v to node w. When k v l w represents the amount of data transferred from node v via node l to node w, then:
k v l w u v l w × k l w v , l , w N .
For MTE, the route for each node is unique, therefore,
l u v l w = 1 , v , l , w N .
From Equation (7), to a node v, if the energy consumption speed is larger than the energy charging speed, the node will eventually drain out its power and become inactive. To avoid this problem, at any time there should be
E r e s t - v = E m b - v + P c v t c v A × d c v 2 - E v > 0 .
Note that, in a short time span, i.e., from the starting time to any time point t ( t < < ), there may exist ( P c v t c v ) / ( A × d c v 2 ) < E v since the battery energy can make up for the difference. However, when t 2 - t 1 , there is ( P c v t c v ) / ( A × d c v 2 ) = E v , which is consistent with Equation (10). When E r e s t - v keeps decreasing and tends to 0, the charging power P c v should be increased, or the charging time t c v should be lengthened, so as to ensure constraint Equation (19) always holds.
At the same time, increasing the charging power or charging time will bring a heavier burden to the wireless chargers. Although we can set the chargers with appropriate energy harvesting capability in network designing phase, or deploy them at more optimized locations, there is an inevitable problem that the energy harvesting efficiency of the wireless chargers may be lower than the total energy consumption speed of their subordinative nodes, especially when the efficiency decreases because of devices ageing, environmental influence, or network nodes increasing, etc. This is just the problem that we want to solve in this paper, which tries to decrease the total energy burden of the wireless chargers, just as depicted in Section 1 and the optimization objective.
In literature [40], Fortz and Thorup propose an optimization program to minimize the total communication cost of a given network, subject to the constraints of channel load, traffic demands and channel costs. Investigating our optimization model and the model proposed in [40], we can find the constraints of the programming considered in the latter from a subset of the constraints in the former. Since it has proved to be an NP-hard problem in [40], the model in this paper is also a NP-hard problem. Nevertheless, when a similar SDWRSN network is planned to be deployed, and some parameters have been determined such as the packet size, data period, etc., we can put known parameters into the model and adjust unknown parameters to estimate the lower bound of possible energy consumption or some other metrics. This can be helpful in optimizing the power of each wireless charger, the density of the sensor nodes, the node allocation, and so on. In what follows, we propose a fast heuristic algorithm to decrease the energy consumption in hybrid SDWRSNs.

5. Energy-Aware Traffic Scheduling Algorithm

As mentioned above, the problem of energy-saving traffic scheduling in hybrid SDWRSNs is NP-hard. To prolong the steadily working time of the networks under new environments, we should fully consider the new characters in hybrid SDWRSNs, and take advantage of the SDN controller’s direct control ability on SDN nodes and indirect control ability on normal nodes. Consequently, based on the above idea as well as the fast heuristic method, in this paper, we propose an Energy-aware Traffic Scheduling (ETS) Algorithm for hybrid SDWRSNs. The ETS Algorithm improves the energy efficiency by more energy efficient traffic scheduling schemes, which mainly solves the following three problems:
(1)
Enlarging the amount of sleeping nodes while satisfying the service requirements. Different from traditional energy saving algorithms in normal wireless sensor networks, in the effective charging scope of wireless chargers, ETS does not need to consider energy consumption balance among different nodes, or single node’s lifetime. ETS algorithm converts the energy consumption of each node into the final energy consumption of the wireless charger, and pays attention to minimize the finally total energy consumption.
(2)
The trade-off among different nodes that would be turned into sleeping state. As described above, the same energy consumption in different nodes will result in a different burden on the whole network, or specifically, to the wireless chargers. The ETS algorithm prefers to turn nodes farther to wireless chargers into sleep so as to decrease the energy loss in charging.
(3)
The indirect control ability of SDN controllers on normal nodes. In the process of the ETS algorithm, the SDN controller selects the directions of flows on SDN nodes and thus influences the inputted flows on normal nodes, so as to change the normal nodes on the selected path, and achieve a more energy efficient traffic scheduling pattern.
In this paper, while the SDN nodes choose routes according to the flow table determined by the SDN controller, the normal nodes are running MTE protocol. For convenience, the route calculated according to MTE protocol are called MTE route in this paper. When an MTE route of a certain flow has at least one SDN node, we define this flow as an SDN flow; otherwise, it is a normal flow.
Algorithm 1 describes the process framework of ETS. According to current flow distribution and network topology, we choose an MTE route for each flow and judge whether it is an SDN flow or a normal flow. For the normal flows, the SDN controller cannot schedule them directly. Therefore, the nodes on the routes for normal flows must be active. The normal flows should be distributed according to their MTE routes in the first place. Then, for the SDN flows, the first SDN node on its MTE route should be recorded. Algorithms 2 and 3 embody the advantages of SDN nodes provided as compared to the normal nodes, i.e., on the basis of MTE, adjusting the distribution of flows after they arrive the SDN nodes. Algorithm 2 is used to find all the optional paths (as defined in Definition 1) for an SDN flow. In order to take the energy consumed by wireless chargers into account, the actual transmitting energy E c - T u v should be calculated with the formula below:
E c - T u v = A × ( E T u v × d c v 2 + E R u v × d c u 2 ) c , c C .
Algorithm 1 Energy-Saving Traffic Scheduling
Input: 
The set of nodes V, the set of wireless chargers C, the set of flows F
Output: 
The set of nodes in working state A
1:
Initialize: A Ø ;
2:
Find the MTE routes for each f F ;
3:
for each f F do
4:
  if f is an SDN flow then
5:
    A A + n , where n is the nodes on the MTE route from the source node to the first SDN node in flow f;
6:
   Run optional paths search function to find the optional paths P f for flow f;
7:
  else
8:
    A A + n , where n is the nodes on the MTE route in flow f;
9:
    F F - f ;
10:
  end if
11:
end for
12:
while F Ø do
13:
  for each f F do
14:
   if | P f | = 1 then
15:
     A A + n , where n is the nodes on the unique optional route of flow f;
16:
     F F - f ;
17:
   end if
18:
  end for
19:
  Run optional path selection function to find an optional path P f for the corresponding flow f;
20:
   A A + n , where n is the nodes on P f ;
21:
  Update the size of flow f;
22:
  if the size of flow f equals to 0 then
23:
    F F - f ;
24:
  end if
25:
end while
26:
return A.
When the amount of SDN nodes increases, there may be multiple SDN nodes in an optional path. If we search the optional paths on every SDN node in the path, it will be considerably complicated to find all the optional paths with a high computational complexity. Consequently, to simplify the calculation, except the first SDN node, the rest SDN nodes on this route do not try to optimize the route again. Therefore, the optional paths for an SDN flow is the acyclic MTE routes from the direct neighbours of the first SDN node to the destination.
Algorithm 2 Optional Paths Search Function
Input: 
A flow f, the first SDN node s on the MTE route of f, the set of neighbours of s V s
Output: 
The set of optional paths P f
1:
for each v V s do
2:
  Find the MTE route p v from node v to the destination of flow f with the actual energy consumption calculated by formula (20);
3:
   p v = p v + s ;
4:
  Delete the loop in p v ;
5:
   P f P f + p v ;
6:
end for
7:
return P f .
Definition 1 (Optional paths).
The optional paths are specifically defined for an SDN flow. When an SDN flow arrives the first SDN node on its MTE route, the optional paths are all the possible routes from this SDN node to the sink node. The next hop of an SDN node on the optional path can be any neighbour of it, and the next hop of a normal node is chosen according to MTE.
Each SDN flow has one or more optional paths. For the SDN flows with only one optional path, ETS can directly allocate these flows on their unique optional paths. The nodes on the optional paths should also be in a working state. For the SDN flows with multiple optional paths, Algorithm 3 is designed for them to select an optimal path. Some related parameters are as follows:
c o u n t : the amount of nodes that are currently in sleeping state in a possibly used optional path.
r: the largest amount of flows that may go through the node. If a node is on the optional path for a flow, then r = r + 1 .
r ¯ : the average amount of flows that may go through the nodes on the optional path, and r ¯ = ( r ) n , where n is the number of nodes on the optional path.
c a p : the channel capacity for an optional path can be used, which is equal to the minimum channel capacity of the channels on the path.
r e s t s i z e : the rest channel capacity for an optional path can be used after allocating the flow. r e s t s i z e = c a p - f l o w s i z e . When r e s t s i z e 0 , it means that the corresponding flow can be totally allocated on this path; otherwise, it means that only a part of the flow can be allocated on this path.
In Algorithm 3, we choose one optimal path from the optional paths according to the following sequences: (1) We preferentially choose the path with the minimum c o u n t , which obviously allows more nodes to be turned into sleeping state. (2) If there are several paths having the same minimum c o u n t , we arrange these paths in descending order according to r ¯ and r e s t s i z e and choose the first path with a positive r e s t s i z e . When some optional paths have the same c o u n t , the optional path with the maximum r ¯ may have a negative r e s t s i z e , which means that some parts of the path cannot transmit more data. At the same time, the r ¯ of this optional path is high and then the amount of flows that are influenced is relevantly large. Consequently, there are more flows that should be allocated on the paths with a higher c o u n t , and this is not good to save energy. Choosing the first path with a positive r e s t s i z e can not only guarantee the path has a r ¯ as large as possible, which means that the path may have a higher possibility to accommodate more flows, but also make sure the nodes on the path could be used in the following allocation. (3) If all optional paths have a negative r e s t s i z e , we choose a path with the minimum r ¯ so as to affect less paths. According to the rules above, we select an optimal path and allocate the corresponding flow. The nodes in the selected path should be on working state. The previously selected paths will influence the selection in the later. After allocating a flow on a selected path, the c o u n t , r ¯ and r e s t s i z e for other optional paths should be recalculated, until each flow is allocated with a proper path.
Algorithm 3 Optional Path Selection Function
Input: 
The set of optional paths P f of all flows F
Output: 
A selected optional path p and its corresponding flow f
1:
for each p P do
2:
  Calculate the c o u n t , r e s t s i z e , and c a p of p;
3:
end for
4:
Arrange P in ascending order according to c o u n t ;
5:
Initialize i 0 , a temporary set of optional paths P t Ø ;
6:
for i = 0 ; i | P | ; i + + do
7:
  if c o u n t [ i ] ==count[0] then
8:
    P t P t + P [ i ] ;
9:
  end if
10:
end for
11:
Arrange P t in descending order according to r ¯ and r e s t s i z e ;
12:
for i = 0 ; i | P t | ; i + + do
13:
  if r e s t s i z e [ i ] > 0 then
14:
   break;
15:
  end if
16:
end for
17:
return p P [ i ] and the corresponding flow f.

6. Simulations and Results

In this section, we evaluate the performance of ETS algorithm via simulations implemented by C++. To ensure the generality of the simulation results, we randomly generate a network as shown in Figure 3, and set the network parameters according to literature [39], as depicted in Table 1. The network includes 50 relay nodes randomly distributed, nearly half of them are selected as cluster heads of the corresponding clusters, which are not pictured out for clearness in Figure 3. Four wireless chargers are deployed uniformity in the target area, which are represented by red squares. Two nodes that can directly communicate with a wireless channel are linked with an imaginary line. Like many works such as [39,41], a simplified model is considered in this paper for communications energy consumption in consideration of path losses. Both the free space ( d 2 power loss) and multipath fading ( d 4 power loss) channel models are employed, depending on the distance between the transmitter and receiver. Power control can be used to compensate for this loss. If the distance is less than a threshold d 0 , the free space model is used; otherwise, the multipath model is adopted. The performance is compared with the MTE algorithm, which has been enhanced for hybrid SDWRSNs.
Figure 4 shows the tendency of energy consumption when the amount of SDN nodes increases. Obviously, the energy consumption of ETS algorithm declines with the increasing of SDN nodes and improve the energy efficiency for up to 20–40% comparing with MTE algorithm. This is because that more SDN nodes in the network can provide higher traffic scheduling ability to save more energy. Investigating Figure 4, we can find sometimes that the amount of increase of SDN nodes does not directly lead to reduction in energy consumption, e.g., from eight SDN nodes to 24 SDN nodes. There are three reasons for this phenomenon. Firstly, the new SDN node may not be the first SDN node on the MTE route of a flow and the ETS algorithm only schedules the flow at the first SDN node. Secondly, the new SDN node is the first SDN node on an MTE route, but there is only one optional path, and then there is no influence on the result. Thirdly, the new SDN node is the first SDN node and there are multiple optional paths, but the optional path chosen is the same as MTE route, which results in the same energy consumption as before. To show this tendency more clearly, we demonstrate the energy consumption in 100 periods when different amounts of SDN nodes are employed in Figure 5.
Figure 6 shows the influence of network load on the energy consumption. We measure the energy consumption with the increasing of the amount of data produced by a subnet (or cluster) per period. The comparison is implemented among MTE and ETS with a different amount of SDN nodes. In the network with five SDN nodes, the energy consumption of ETS is slightly higher than that of MTE. This is because ETS will alleviate the load of wireless links that exceed the threshold β , but MTE does not. Then, when the amount of SDN nodes grows, the ETS algorithm shows an increasingly larger advantage compared with the MTE algorithm.
Figure 7 and Figure 8 show the latency of the MTE algorithm and ETS algorithm. In Figure 7, the minimum and maximum latency of ETS are the same as MTE when the amount of SDN nodes grows. The average latency of ETS is slightly higher than MTE when the ratio of SDN nodes is high because the flows may pass a little longer route when they are converged to save energy. Figure 8 shows the relationship between latency and the network load. For ETS, the average latency remains steady when the network load is under a certain threshold, and then grows slightly. In summary, the ETS algorithm do have a little longer average latency compared to the MTE algorithm. However, the increase in latency is so few that it will not influence the quality of service and can be omitted.
Figure 9 shows the impact of the sink node’s position on the energy consumption. We choose four locations for comparison: top right corner, top center, right corner and center in the network. The MTE algorithm and ETS algorithm with different SDN nodes are all compared. The simulation results show that the location of the sink has a direct impact on the energy saving effect, raising the demand on the optimization of sink node deployment. Considering that this issue has been fully investigated in various WSNs, we can directly adopt current solutions when the ETS algorithm is implemented.
Consequently, the ETS algorithm can achieve obvious energy efficiency compared with the traditional MTE algorithm while ensuring feasible data delay.

7. Conclusions

A mathematical optimization model for the energy efficiency problem in hybrid SDWRSNs is derived, which provides an outline and paradigm for energy saving problem in hybrid SDWRSNs. Then, we put forward an Energy-saving Traffic Scheduling (ETS) algorithm for hybrid SDWRSNs. The ETS algorithm takes charging losses and the new energy efficiency requirements into account, and schedules the flows through both SDN nodes (directly) and normal nodes (indirectly). The simulation results show that ETS can substantially improve the energy efficiency in hybrid SDWRSNs for up to 20–40% compared with traditional routes with feasible data delay. Therefore, ETS can make the network working more steadily and effectively for a much longer term.
In this paper, we only use the first SDN node along a source-destination pair, so as to avoid too high algorithm complexity. In future work, some improved algorithm that can employ all SDN nodes along a source-destination pair with low complexity can be studied, which might further improve the energy efficiency while ensuring feasible data delay.

Acknowledgments

This work has been supported by the National Key Technology Research and Development Program of China under Grant No. 2015BAH08F01, the joint Research Foundation of Ministry of Education and China Mobile (MCM20160304), and the Fundamental Research Funds for the Central Universities (ZYGX2016J012).

Author Contributions

Yunkai Wei and Xiaohui Ma built the optimization model for energy saving problem in hybrid SDWRSNs, and proposed the ETS algorithm; Ning Yang and Yijin Chen performed the simulations and analyzed the simulation results; Yunkai Wei and Xiaohui Ma wrote and revised the paper.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Xu, H.; Guo, C.; Zhang, L. Optimal Power Control in Wireless Powered Sensor Networks: A Dynamic Game-Based Approach. Sensors 2017, 17, 547. [Google Scholar] [CrossRef] [PubMed]
  2. Yoon, I.; Kim, H.; Noh, D.K. Adaptive Data Aggregation and Compression to Improve Energy Utilization in Solar-Powered Wireless Sensor Networks. Sensors 2017, 17, 1226. [Google Scholar] [CrossRef] [PubMed]
  3. He, S.; Chen, J.; Jiang, F.; Yau, D.K.Y.; Xing, G.; Sun, Y. Energy Provisioning in Wireless Rechargeable Sensor Networks. IEEE Trans. Mob. Comput. 2013, 12, 1931–1942. [Google Scholar] [CrossRef]
  4. Ejaz, W.; Naeem, M.; Basharat, M.; Anpalagan, A.; Kandeepan, S. Efficient Wireless Power Transfer in Software-Defined Wireless Sensor Networks. IEEE Sens. J. 2016, 16, 7409–7420. [Google Scholar] [CrossRef]
  5. Ghosal, A.; Halder, S. Lifetime Optimizing Clustering Structure Using Archimedes’ Spiral-Based Deployment in WSNs. IEEE Syst. J. 2017, 11, 1039–1048. [Google Scholar] [CrossRef]
  6. Azpilicueta, L.; Astrain, J.J.; Lopez-Iturri, P.; Granda, F.; Vargas-Rosales, C.; Villadangos, J.; Perallos, A.; Bahillo, A.; Falcone, F. Optimization and Design of Wireless Systems for the Implementation of Context Aware Scenarios in Railway Passenger Vehicles. IEEE Trans. Intell. Transp. Syst. 2017, PP, 1–13. [Google Scholar] [CrossRef]
  7. Syarif, A.; Abouaissa, A.; Idoumghar, L.; Lorenz, P.; Schott, R.; Staples, G. New Path Centrality Based on Operator Calculus Approach for Wireless Sensor Network Deployment. IEEE Trans. Emerg. Top. Comput. 2017, PP, 1. [Google Scholar] [CrossRef]
  8. Idoudi, H.; Bennaceur, J. Fault Tolerant Placement Strategy for WSN. In Proceedings of the IEEE Wireless Communications and Networking Conference, Doha, Qatar, 3–6 April 2016; pp. 1–5. [Google Scholar]
  9. Anastasi, G.; Conti, M.; Francesco, M.D. Extending the Lifetime of Wireless Sensor Networks through Adaptive Sleep. IEEE Trans. Ind. Inf. 2009, 5, 351–365. [Google Scholar] [CrossRef]
  10. Lin, S.; Miao, F.; Zhang, J.; Zhou, G.; Gu, L.; He, T.; Stankovic, J.A.; Son, S.; Pappas, G.J. ATPC: Adaptive Transmission Power Control for Wireless Sensor Networks. ACM Trans. Sens. Netw. 2016, 12. [Google Scholar] [CrossRef]
  11. Yang, H.; Tang, K.; Xu, H.; Wang, X. Energy-Efficient Transmission Based on Compressive Sensing in WSN. In Proceedings of the IEEE Wireless Communications and Networking Conference, San Francisco, CA, USA, 19–22 March 2017; pp. 1–6. [Google Scholar]
  12. Bagaa, M.; Younis, M.; Balasingham, I. Data Aggregation Tree Construction Strategies for Increasing Network Lifetime in EH-WSN. In Proceedings of the IEEE Global Communications Conference, San Diego, CA, USA, 6–10 December 2015; pp. 1–6. [Google Scholar]
  13. Yuan, F.; Zhan, Y.; Wang, Y. Data Density Correlation Degree Clustering Method for Data Aggregation in WSN. IEEE Sens. J. 2014, 14, 1089–1098. [Google Scholar] [CrossRef]
  14. Pal, A.; Nasipuri, A. Distributed Routing and Channel Selection for Multi-Channel Wireless Sensor Networks. J. Sens. Actuator Netw. 2017, 6. [Google Scholar] [CrossRef]
  15. Naeem, M.K.; Patwary, M.; Abdel-Maguid, M. On Lifetime Maximisation of Heterogeneous Wireless Sensor Networks with Multi-Layer Realisation. In Proceedings of the IEEE Wireless Communications and Networking Conference, San Francisco, CA, USA, 19–22 March 2017; pp. 1–6. [Google Scholar]
  16. Nematollahi, P.; Naghibzadeh, M.; Abrishami, S.; Yaghmaee, M.H. Distributed Clustering-Task Scheduling for Wireless Sensor Networks Using Dynamic Hyper Round Policy. IEEE Trans. Mob. Comput. 2017, PP, 1–14. [Google Scholar] [CrossRef]
  17. Mehmood, A.; Lv, Z.; Lloret, J.; Umar, M.M. ELDC: An Artificial Neural Network based Energy-Efficient and Robust Routing Scheme for Pollution Monitoring in WSNs. IEEE Trans. Emerg. Top. Comput. 2017, PP, 1–8. [Google Scholar] [CrossRef]
  18. Ma, X.; Zhu, X.; Chen, B. Exact Algorithms for Maximizing Lifetime of WSNs Using Integer Linear Programming. In Proceedings of the IEEE Wireless Communications and Networking Conference, San Francisco, CA, USA, 19–22 March 2017; pp. 1–6. [Google Scholar]
  19. Kim, S.; Cho, H.; Yang, T.; Kim, C.; Kim, S.H. Low-Cost Multipath Routing Protocol by Adapting Opportunistic Routing in Wireless Sensor Networks. In Proceedings of the IEEE Wireless Communications and Networking Conference, San Francisco, CA, USA, 19–22 March 2017; pp. 1–6. [Google Scholar]
  20. Kausar, A.Z.; Reza, A.W.; Saleh, M.U.; Ramiah, H. Energizing Wireless Sensor Networks by Energy Harvesting Systems: Scopes, Challenges and Approaches. Renew. Sustain. Energy Rev. 2014, 38, 973–989. [Google Scholar] [CrossRef]
  21. Rinne, J.; Keskinen, J.; Berger, P.R.; Lupo, D.; Valkama, M. Wireless Energy Harvesting and Communications: Limits and Reliability. In Proceedings of the IEEE Wireless Communications and Networking Conference Workshops, San Francisco, CA, USA, 19–22 March 2017; pp. 1–6. [Google Scholar]
  22. Corke, P.; Valencia, P.; Sikka, P.; Wark, T.; Overs, L. Long-Duration Solar-Powered Wireless Sensor Networks. In Proceedings of the Workshop on Embedded Networked Sensors, New York, NY, USA, 25–26 June 2007; pp. 33–37. [Google Scholar]
  23. Qiu, J.; Wen, Y.; Li, P.; Chen, H. Design and Optimization of a Tunable Magnetoelectric and Electromagnetic Hybrid Vibration-Based Generator for Wireless Sensor Networks. IEEE Trans. Magn. 2015, 51, 1–4. [Google Scholar]
  24. Rezaei-Hosseinabadi, N.; Tabesh, A.; Dehghani, R. A Topology and Design Optimization Method for Wideband Piezoelectric Wind Energy Harvesters. IEEE Trans. Ind. Electron. 2016, 63, 2165–2173. [Google Scholar] [CrossRef]
  25. Kiani, M.; Ghovanloo, M. The Circuit Theory Behind Coupled-Mode Magnetic Resonance-Based Wireless Power Transmission. IEEE Trans. Circuits Syst. I Regul. Pap. 2012, 59, 2065–2074. [Google Scholar] [CrossRef] [PubMed]
  26. Sigman, J.B.; Barrowes, B.E.; O’Neill, K.; Wang, Y.; Simms, J.E.; Bennett, H.H.; Yule, D.E.; Shubitidze, F. High-Frequency Electromagnetic Induction Sensing of Nonmetallic Materials. IEEE Trans. Geosci. Remote Sens. 2017, PP, 5254–5263. [Google Scholar] [CrossRef]
  27. Wang, N.; Zhu, Y.; Wei, W.; Chen, J.; Liu, S.; Li, P.; Wen, Y. One-to-Multipoint Laser Remote Power Supply System for Wireless Sensor Networks. IEEE Sens. J. 2012, 12, 389–396. [Google Scholar] [CrossRef]
  28. Shinohara, N. Power Without Wires. IEEE Microw. Mag. 2011, 12, S64–S73. [Google Scholar] [CrossRef]
  29. Dai, H.; Xu, L.; Wu, X.; Dong, C.; Chen, G. Impact of Mobility on Energy Provisioning in Wireless Rechargeable Sensor Networks. In Proceedings of the IEEE Wireless Communications and Networking Conference, Shanghai, China, 7–10 April 2013; pp. 962–967. [Google Scholar]
  30. Mo, L.; You, P.; Cao, X.; Song, Y.Q.; Chen, J. Decentralized Multi-charger Coordination for Wireless Rechargeable Sensor Networks. In Proceedings of the IEEE International Performance Computing and Communications Conference, Nanjing, China, 14–16 December 2015; pp. 1–8. [Google Scholar]
  31. Tamura, Y.; Toyoda, K.; Sasase, I. Closer Destination Selection Scheme for Mobile Sink and Charger Enabled WRSNs. In Proceedings of the IEEE Annual Consumer Communications Networking Conference, Las Vegas, NV, USA, 9–12 January 2016; pp. 125–130. [Google Scholar]
  32. Hu, C.; Wang, Y. Minimizing the Number of Mobile Chargers in a Large-scale Wireless Rechargeable Sensor Network. In Proceedings of the IEEE Wireless Communications and Networking Conference, New Orleans, LA, USA, 9–12 March 2015; pp. 1297–1302. [Google Scholar]
  33. Hu, C.; Wang, Y. Schedulability Decision of Charging Missions in Wireless Rechargeable Sensor Networks. In Proceedings of the IEEE International Conference on Sensing, Communication, and Networking, Singapore, 30 June–3 July 2014; pp. 450–458. [Google Scholar]
  34. Liao, J.H.; Jiang, J.R. Wireless Charger Deployment Optimization for Wireless Rechargeable Sensor Networks. In Proceedings of the International Conference on Ubi-Media Computing and Workshops, Ulaanbaatar, Mongolia, 12–14 July 2014; pp. 160–164. [Google Scholar]
  35. Chen, Y.C.; Jiang, J.R. Particle Swarm Optimization for Charger Deployment in Wireless Rechargeable Sensor Networks. In Proceedings of the International Telecommunication Networks and Applications Conference, Dunedin, New Zealand, 7–9 December 2016; pp. 231–236. [Google Scholar]
  36. Chien, W.C.; Cho, H.H.; Chao, H.C.; Shih, T.K. Enhanced SA-based Charging Algorithm for WRSN. In Proceedings of the International Wireless Communications and Mobile Computing Conference, Paphos, Cyprus, 5–9 September 2016; pp. 1012–1017. [Google Scholar]
  37. Pal, A.; Nasipuri, A. PCOR: A Joint Power Control and Routing Scheme for Rechargeable Sensor Networks. In Proceedings of the IEEE Wireless Communications and Networking Conference, Istanbul, Turkey, 6–9 April 2014; pp. 2230–2235. [Google Scholar]
  38. Liu, R.S.; Sinha, P.; Koksal, C.E. Joint Energy Management and Resource Allocation in Rechargeable Sensor Networks. In Proceedings of the IEEE International Conference on Computer Communications, San Diego, CA, USA, 14–19 March 2010; pp. 1–9. [Google Scholar]
  39. 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]
  40. Fortz, B.; Thorup, M. Internet Traffic Engineering by Optimizing OSPF Weights. In Proceedings of the IEEE International Conference on Computer Communications, Tel Aviv, Israel, 26–30 March 2000; Volume 2, pp. 519–528. [Google Scholar]
  41. Xiang, W.; Wang, N.; Zhou, Y. An Energy-Efficient Routing Algorithm for Software-Defined Wireless Sensor Networks. IEEE Sens. J. 2016, 16, 7393–7400. [Google Scholar] [CrossRef]
Figure 1. An example of wireless recharging.
Figure 1. An example of wireless recharging.
Sensors 17 02126 g001
Figure 2. System model.
Figure 2. System model.
Sensors 17 02126 g002
Figure 3. Simulation network topology.
Figure 3. Simulation network topology.
Sensors 17 02126 g003
Figure 4. Energy consumption with different SDN nodes.
Figure 4. Energy consumption with different SDN nodes.
Sensors 17 02126 g004
Figure 5. Energy consumption increasing with time.
Figure 5. Energy consumption increasing with time.
Sensors 17 02126 g005
Figure 6. Energy consumption with different load.
Figure 6. Energy consumption with different load.
Sensors 17 02126 g006
Figure 7. Latency with a different amount of SDN nodes.
Figure 7. Latency with a different amount of SDN nodes.
Sensors 17 02126 g007
Figure 8. Latency with different network data load.
Figure 8. Latency with different network data load.
Sensors 17 02126 g008
Figure 9. Energy consumption of different sink node location.
Figure 9. Energy consumption of different sink node location.
Sensors 17 02126 g009
Table 1. The simulation parameters.
Table 1. The simulation parameters.
ParameterValue
Network area400 m × 400 m
Number of relay nodes50
Period1 s
Data rate 1,000,000 bits/s
Bit error rateFrom 1 × 10 - 5 to 1 × 10 - 4 , normally distributed
E e l e c 50 nJ/bit
ϵ f s 10 pJ/bit/m 2
P I v 5 × 10 7 nJ/s
Positions of wirelss chargers ( 100 , 100 ) , ( 100 , 300 ) , ( 300 , 100 ) , ( 300 , 300 )

Share and Cite

MDPI and ACS Style

Wei, Y.; Ma, X.; Yang, N.; Chen, Y. Energy-Saving Traffic Scheduling in Hybrid Software Defined Wireless Rechargeable Sensor Networks. Sensors 2017, 17, 2126. https://doi.org/10.3390/s17092126

AMA Style

Wei Y, Ma X, Yang N, Chen Y. Energy-Saving Traffic Scheduling in Hybrid Software Defined Wireless Rechargeable Sensor Networks. Sensors. 2017; 17(9):2126. https://doi.org/10.3390/s17092126

Chicago/Turabian Style

Wei, Yunkai, Xiaohui Ma, Ning Yang, and Yijin Chen. 2017. "Energy-Saving Traffic Scheduling in Hybrid Software Defined Wireless Rechargeable Sensor Networks" Sensors 17, no. 9: 2126. https://doi.org/10.3390/s17092126

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop