Smart Farming Using Mesh Network

Notice

This is an unedited manuscript accepted for publication and provided as an Article in Press for early access at the author’s request. The article will undergo copyediting, typesetting, and galley proof review before final publication. Please be aware that errors may be identified during production that could affect the content. All legal disclaimers of the journal apply.

Year : 2024 | Volume :02 | Issue : 02 | Page : –
By
vector

Pankaj Singh Bora,

vector

Mohammad Sadique Ejaz,

vector

Syed Sibtain Khalid,

  1. Student, Department of Computer Science and Engineering, Jamia Hamdard University, Delhi, India
  2. Student, Department of Computer Science and Engineering, Jamia Hamdard University, Delhi, India
  3. Assistant Professor, Department of Computer Science and Engineering, Jamia Hamdard University, Delhi, India

Abstract document.addEventListener(‘DOMContentLoaded’,function(){frmFrontForm.scrollToID(‘frm_container_abs_111603’);});Edit Abstract & Keyword

The increasing demand for food production due to the growth of the world population has led to various challenges in agriculture. Factors such as the reduction of the rural workforce and the rise in production costs have made it necessary to find innovative solutions to enhance productivity and efficiency. Smart farming, which integrates agricultural practices with the Internet of Things (IoT), has become a promising method to tackle these challenges. Smart farming leverages IoT technologies to enable the collection and analysis of data from various sources in the agricultural ecosystem. This approach, driven by data, enables farmers to make informed decisions and enhance their farming operations. The application of smart farming with IOT in agriculture has evolved over time. Initially, traditional approaches relied on reactive utilization of data, where farmers would respond to crop problems after they occurred. However, with recent technological advancements, the use of data in agriculture has shifted towards proactive and preventive approaches. Farmers can now leverage real- time data and predictive analytics to anticipate potential crop issues, optimize resource allocation, and enhance overall crop health and productivity.

Keywords: Smart farming, Internet of Things (IoT), API, Embedded system, Cloud Computing.

[This article belongs to International Journal of Wireless Security and Networks (ijwsn)]

How to cite this article:
Pankaj Singh Bora, Mohammad Sadique Ejaz, Syed Sibtain Khalid. Smart Farming Using Mesh Network. International Journal of Wireless Security and Networks. 2024; 02(02):-.
How to cite this URL:
Pankaj Singh Bora, Mohammad Sadique Ejaz, Syed Sibtain Khalid. Smart Farming Using Mesh Network. International Journal of Wireless Security and Networks. 2024; 02(02):-. Available from: https://journals.stmjournals.com/ijwsn/article=2024/view=0

Full Text PDF

References
document.addEventListener(‘DOMContentLoaded’,function(){frmFrontForm.scrollToID(‘frm_container_ref_111603’);});Edit

  1. Liu Y, Tong KF, Qiu X, Liu Y, Ding X. Wireless mesh networks in IoT networks. In2017 International workshop on electromagnetics: applications and student innovation competition 2017 May 30 (pp. 183-185). IEEE.
  2. Liu Y, Tong KF, Qiu X, Liu Y, Ding X. Wireless mesh networks in IoT networks. In2017 International workshop on electromagnetics: applications and student innovation competition 2017 May 30 (pp. 183-185). IEEE.
  3. C.Rametta, G. Schembra, Designing a softwarized network deployed on a fleet of drones for rural zone monitoring, Future Internet9 (1)(2017) http://dx.doi.org/10.3390/fi9010008.
  4. F.Al-Turjlman, M.Abujubbeh, A.Malekloo, L.Mostarda, Uavs assessment in software- de- fined IOT networks: An overview, Comput. Commun. 150 (2020) 519-536, http://dx.doi.org/10.1016/j.comcom.2019.12.004.
  5. B.Doshi, C.Funka-Lea, P.Harshavardhana, J.Gong, Nagarajan, S.Ravikumar, S.Chen, Y.Wang, Integrated network design toots(indt): a suite of network design tools for current and next generation networking technologies, in: Proceedings Second IEEE Symposium on Computer and      Communication,           1997,     pp.332-338, http://dx.doi.org/10.1109/ISCC.1997.616020.
  6. E.Di Pascale, I.Macaluso, A. Nag, M.Kelly, L.Doyle, THE network as a computer: A frame- work for distributed computing over IOT mesh network, IEEE Internet Things J.5(3)(2018) 2107-2119, http://dx.doi.org/10.1109/JIOT.2018.2823978.
  7. A.Cilfone,L.Davoli, L.Belli, G.Ferrari, Wireless mesh networking: An IOT-Oriented per- spective survey on relevant technologies, Furture Internet 11 (4) (2019) 99, http://dx.doi.org/10.3390/fi 11040099.
  8. S.S.Haykin, B.Van Veen, Signals and Systems, John Wiley &Sons, Hoboken,2017.
  9. Ulusar UD, Al-Turjman F, Celik G. An overview of Internet of things and wireless communications. In2017 international conference on computer science and engineering (UBMK) 2017 Oct 5 (pp. 506-509). IEEE.

Regular Issue Subscription Review Article
Volume 02
Issue 02
Received 27/05/2024
Accepted 19/06/2024
Published 08/11/2024

function myFunction2() {
var x = document.getElementById(“browsefigure”);
if (x.style.display === “block”) {
x.style.display = “none”;
}
else { x.style.display = “Block”; }
}
document.querySelector(“.prevBtn”).addEventListener(“click”, () => {
changeSlides(-1);
});
document.querySelector(“.nextBtn”).addEventListener(“click”, () => {
changeSlides(1);
});
var slideIndex = 1;
showSlides(slideIndex);
function changeSlides(n) {
showSlides((slideIndex += n));
}
function currentSlide(n) {
showSlides((slideIndex = n));
}
function showSlides(n) {
var i;
var slides = document.getElementsByClassName(“Slide”);
var dots = document.getElementsByClassName(“Navdot”);
if (n > slides.length) { slideIndex = 1; }
if (n (item.style.display = “none”));
Array.from(dots).forEach(
item => (item.className = item.className.replace(” selected”, “”))
);
slides[slideIndex – 1].style.display = “block”;
dots[slideIndex – 1].className += ” selected”;
}