Research Article

Fuzzy Control-Based Energy-Aware Routing Protocol for Wireless Body Area Networks

Algorithm 2

: The best forwarder node selection process.
Input: , , ,
Output: The best forwarder node of node
Start
1. =set for neighbor nodes of node
2.
3. These input values is fuzzy according to membership function
4. Fuzzy inference is carried out depending on fuzzy rules
5. If then
6. Obtain PB based on fuzzy rules of emergency data
7. else
8. Obtain PB based on fuzzy rules of periodic data
9. End if
10.
End