Design and Development of a Boundary Alert System for Fishermen

Year : 2024 | Volume :11 | Issue : 01 | Page : –
By

    Zalak Thakrar

  1. Atul Gonsai

  1. 1Assistant Professor, Shri V.J. Modha College of I.T, Porbandar, Gujarat, India
  2. Professor, Department of Computer Science, Saurashtra University, Rajkot, Gujarat, India

Abstract

This paper presents the design and development of a Boundary Alert System for fishermen, employing the Flutter programming language. The system utilizes International Maritime Boundary Line (IMBL) The maritime border system was initiated and developed by the United Nations Convention of the Law of the Seas (UNCLOS). the coordinates to draw boundaries on Google Maps. When a fishing vessel approaches within 500 meters of these boundaries, the system triggers visual and auditory alerts for the fishermen and sends text notifications to boat owners. This technology enhances safety and compliance with maritime regulations, contributing to the well-being of fishermen and the sustainability of the fishing industry. the implementation of the Boundary Alert System introduces a proactive approach to maritime safety and regulatory compliance within the fishing industry. By harnessing the capabilities of Flutter and the IMBL, this technology not only ensures the safety of fishermen but also promotes sustainable practices in the fishing industry. The proposed system represents a significant step towards the integration of modern technology to address challenges faced by the maritime community, ultimately contributing to the broader goals of maritime governance and conservation.

Keywords: Boundary Alert System, IMBL, International Maritime Boundary Line, Google Maps, Fishermen Safety, Mobile Application, Maritime border

[This article belongs to Journal of Mobile Computing, Communications & Mobile Networks(jomccmn)]

How to cite this article: Zalak Thakrar, Atul Gonsai Design and Development of a Boundary Alert System for Fishermen jomccmn 2024; 11:-
How to cite this URL: Zalak Thakrar, Atul Gonsai Design and Development of a Boundary Alert System for Fishermen jomccmn 2024 {cited 2024 Apr 03};11:-. Available from: https://journals.stmjournals.com/jomccmn/article=2024/view=0

var fieldValue = “[user_role]”;
if (fieldValue == ‘indexingbodies’) {
document.write(‘Full Text PDF‘);
}
else if (fieldValue == ‘administrator’) { document.write(‘Full Text PDF‘); }
else if (fieldValue == ‘jomccmn’) { document.write(‘Full Text PDF‘); }
else { document.write(‘ ‘); }

References

1. Binder C. Border disputes through ill-defined borders: maritime territorial conflicts and their impact on security. Border Politics: Defining Spaces of Governance and Forms of Transgressions. 2017:33–50.
2. Saravanan K, Aswini S, Kumar R, Son LH. How to prevent maritime border collision for fisheries?- A design of Real-Time Automatic Identification System. Earth Science Informatics. 2019 Jun 1;12:241–52.
3. Karuppasamy S, Ashitha TP, Padmanaban R, Shamsudeen M, Silva JM. A remote sensing approach to monitor potential fishing zone associated with sea surface temperature and chlorophyll concentration.
4. Pramod G. Illegal, unreported and unregulated marine fish catches in the Indian exclusive economic zone, field report, policy and ecosystem restoration in fisheries. Vancouver: Fisheries Centre. 2010.
5. Aruli K, Asha J, Nizar SM, Malathi M. A Review on GPS Tracking and Border Alert System for Fishermen. International Journal of Science Technology & Engineering. 2015 Nov;2(5):1–3.
6. Townsley M, Leclerc B, Tatham PH. How super controllers prevent crimes: Learning from modern maritime piracy. British Journal of Criminology. 2016 May 1;56(3):537–57.
7. Rajalakshmi NR, Saravanan K. Fisherman communication at deep sea using border alert system. InIntelligent Computing in Engineering: Select Proceedings of RICE 2019 2020 (pp. 283–295). Springer Singapore.
8. Niveda S. Implementation of Boundary Alert system for Fishermen. Turkish Journal of Computer and Mathematics Education (TURCOMAT). 2021 Jun 23;12(9):991–5.
9. Kumar RD, Aldo MS, Joseph JC. Alert system for fishermen crossing border using Android. In2016 International Conference on Electrical, Electronics, and Optimization Techniques (ICEEOT) 2016 Mar 3 (pp. 4791–4795). IEEE.
10. Ranjith S, Shreyas K, Kumar K, Karthik R. Automatic border alert system for fishermen using GPS and GSM techniques. Indonesian Journal of Electrical Engineering and Computer Science. 2017 Jul;7(1):84–9.


Regular Issue Subscription Review Article
Volume 11
Issue 01
Received February 2, 2024
Accepted February 15, 2024
Published April 3, 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”;
}