IoT_Lit_Review/main.tex

76 lines
5.2 KiB
TeX

\documentclass{article}
\usepackage[
backend=biber,
style=ieee,
sorting=ynt
]{biblatex}
\usepackage{geometry}
\geometry{
a4paper,
total={170mm,257mm},
left=20mm,
top=20mm,
}
\usepackage[acronym]{glossaries}
\usepackage{optidef}
\addbibresource{mybibliography.bib}
\title{Literature Review}
\author{Woon Jun Wei, 2200624}
\date{}
\begin{document}
\maketitle
\section*{Introduction:}\label{sec:introduction}
Singapore, a frontrunner in sustainable urban development, grapples with a crucial data gap: the lack of a dedicated Wireless Sensor Network (WSN) to monitor CO\textsubscript{2} emissions and their intricate link to temperature fluctuations across diverse urban environments. This absence of comprehensive data impedes our ability to accurately track progress towards ambitious environmental targets and formulate informed policies for critical issues like CO\textsubscript{2} reduction and urban heat island mitigation.
\section*{Problem Statement}\label{sec:problem_statement}
This project tackles this pressing challenge by proposing the development and deployment of a scalable and energy-efficient mesh network utilizing LoRa and ESP-Now protocols in Nanyang Polytechnic (NYP) Campus. Through this network, we aim to collect and analyze real-time CO\textsubscript{2} and temperature data, enabling us to achieve three key objectives:
\begin{itemize}
\item Establish robust correlations between these environmental factors,
\item Evaluate the performance and suitability of LoRa and ESP-Now protocols compared to established mesh algorithms, and
\item Deliver valuable insights to policymakers and stakeholders, empowering them to develop data-driven strategies for a more sustainable urban future.
\end{itemize}
By addressing this data gap and providing actionable insights, this project aspires to contribute significantly to Singapore's journey towards environmental sustainability.
\subsection*{Focus Areas}\label{sec:focus_areas}
We will focus on key factors like:
\begin{itemize}
\item \textbf{Data latency and reliability:} Ensure timely and accurate transmission of environmental data.
\item \textbf{Network scalability and reach:} Ability to handle a large number of nodes and cover the desired area effectively.
\item \textbf{Energy efficiency:} Minimize power consumption of sensor nodes for extended lifespan and network sustainability.
\item \textbf{Cost-effectiveness:} Consider hardware, deployment, and operational costs for a sustainable solution.
\end{itemize}
\newpage
\section*{Literature Review}\label{sec:lit_review}
Designing a robust and efficient mesh network for real-time environmental monitoring poses unique challenges due to the resource-constrained nature of wireless sensor networks (WSNs). The Routing Protocol for Low-Power and Lossy Networks (RPL), a proactive routing protocol \cite{rechache_study_2021}, emerges as a promising candidate, addressing these challenges head-on with its standardized approach, dynamic routing capabilities, and energy-efficient design \cite{alexander_rpl_2012, Kharrufa2019RPL-Based}. Notably, RPL aligns well with our project's key objectives of scalability, reliability, and sustainability.
One of RPL's critical strengths lies in its ability to dynamically adapt to network changes. An adaptation mentioned in \cite{kharrufa_dynamic_2017}, D-RPL, optimises multihop routing, guaranteeing reliable data collection even when nodes fail or move, or new ones are deployed, a crucial feature for real-time environmental monitoring where network conditions are constantly shifting.
Furthermore, RPL prioritizes energy efficiency \cite{info8040124}. By employing energy-aware path selection and minimizing control overhead, RPL extends the lifespan of individual nodes and the overall network, a significant advantage in resource-constrained environments.
Finally, RPL exhibits excellent scalability, making it suitable for large-scale WSNs like the one envisioned for the application. Its hierarchical design effectively handles complex network structures, ensuring efficient data routing even as the network grows in size and complexity.
While RPL boasts significant advantages, careful consideration must be given to its limitations before implementation. Security measures require meticulous implementation to address potential vulnerabilities in resource-constrained environments \cite{arena_evaluating_2020, mayzaud_distributed_2017, 8998289}. Additionally, RPL's dynamic nature can introduce complexity and overhead compared to simpler protocols, demanding thoughtful analysis and optimization.
Balancing RPL's strengths with its limitations is crucial. Its dynamic routing, energy efficiency, and scalability hold immense potential for achieving our project's goals. Leveraging RPL's features, particularly its dynamic routing and multipathing capabilities, promises timely data collection even in dynamic network environments, contributing to a successful monitoring application. Further investigation and experimentation are necessary to determine the optimal configuration and potential adaptations required for RPL to seamlessly integrate into our specific project and effectively meet the desired outcomes.
\newpage
\printbibliography
\end{document}