Journal Description
IoT
IoT
is an international, peer-reviewed, open access journal on Internet of Things (IoT) published quarterly online by MDPI.
- Open Access— free for readers, with article processing charges (APC) paid by authors or their institutions
- High Visibility: indexed within ESCI (Web of Science), Scopus, EBSCO, and other databases.
- Rapid Publication: manuscripts are peer-reviewed and a first decision is provided to authors approximately 15.9 days after submission; acceptance to publication is undertaken in 4.1 days (median values for papers published in this journal in the first half of 2024).
- Journal Rank: CiteScore - Q1 (Computer Science (miscellaneous))
- Recognition of Reviewers: APC discount vouchers, optional signed peer review, and reviewer names published annually in the journal.
Latest Articles
Full-Scale Assessment of the “5GT System” for Tracking and Monitoring of Multimodal Dry Containers
IoT 2024, 5(4), 922-950; https://doi.org/10.3390/iot5040042 - 9 Dec 2024
Abstract
►
Show Figures
A novel tracking and monitoring system for ISO 668 dry containers was realized by the ESA-funded “5G SENSOR@SEA” project, integrating 5G cellular technologies for massive Internet of Things with a GEO satellite-optimized backhauling link. The scope is the development of monitoring and tracking
[...] Read more.
A novel tracking and monitoring system for ISO 668 dry containers was realized by the ESA-funded “5G SENSOR@SEA” project, integrating 5G cellular technologies for massive Internet of Things with a GEO satellite-optimized backhauling link. The scope is the development of monitoring and tracking new services for multimodal container shipping. With the cooperation of four industrial partners and a telecommunication research center, the so-called “5GT System” was designed, developed, tested and validated up to field trials. Several modules of the system were designed, built and finally installed on the ship and in the teleport: the container tracking devices placed on the containers, the NB-IoT cellular network with optimized satellite backhauling, the Ku-band satellite terminals and the maritime service platform based on the OneM2M standard. The field trial conducted during the intercontinental liner voyage of a container ship showed primary technical achievements, including fair switching between terrestrial and satellite networks, reduction in packet loss in the open sea scenario and seamless integration of the BLE mesh network over the container tracking devices as NB-IoT/BLE LE Mesh gateways.
Full article
Open AccessFeature PaperArticle
An Optimised CNN Hardware Accelerator Applicable to IoT End Nodes for Disruptive Healthcare
by
Arfan Ghani, Akinyemi Aina and Chan Hwang See
IoT 2024, 5(4), 901-921; https://doi.org/10.3390/iot5040041 - 6 Dec 2024
Abstract
In the evolving landscape of computer vision, the integration of machine learning algorithms with cutting-edge hardware platforms is increasingly pivotal, especially in the context of disruptive healthcare systems. This study introduces an optimized implementation of a Convolutional Neural Network (CNN) on the Basys3
[...] Read more.
In the evolving landscape of computer vision, the integration of machine learning algorithms with cutting-edge hardware platforms is increasingly pivotal, especially in the context of disruptive healthcare systems. This study introduces an optimized implementation of a Convolutional Neural Network (CNN) on the Basys3 FPGA, designed specifically for accelerating the classification of cytotoxicity in human kidney cells. Addressing the challenges posed by constrained dataset sizes, compute-intensive AI algorithms, and hardware limitations, the approach presented in this paper leverages efficient image augmentation and pre-processing techniques to enhance both prediction accuracy and the training efficiency. The CNN, quantized to 8-bit precision and tailored for the FPGA’s resource constraints, significantly accelerates training by a factor of three while consuming only 1.33% of the power compared to a traditional software-based CNN running on an NVIDIA K80 GPU. The network architecture, composed of seven layers with excessive hyperparameters, processes downscale grayscale images, achieving notable gains in speed and energy efficiency. A cornerstone of our methodology is the emphasis on parallel processing, data type optimization, and reduced logic space usage through 8-bit integer operations. We conducted extensive image pre-processing, including histogram equalization and artefact removal, to maximize feature extraction from the augmented dataset. Achieving an accuracy of approximately 91% on unseen images, this FPGA-implemented CNN demonstrates the potential for rapid, low-power medical diagnostics within a broader IoT ecosystem where data could be assessed online. This work underscores the feasibility of deploying resource-efficient AI models in environments where traditional high-performance computing resources are unavailable, typically in healthcare settings, paving the way for and contributing to advanced computer vision techniques in embedded systems.
Full article
(This article belongs to the Topic Machine Learning in Internet of Things II)
►▼
Show Figures
Figure 1
Open AccessArticle
Long-Range Wide Area Network Intrusion Detection at the Edge
by
Gonçalo Esteves, Filipe Fidalgo, Nuno Cruz and José Simão
IoT 2024, 5(4), 871-900; https://doi.org/10.3390/iot5040040 - 4 Dec 2024
Abstract
►▼
Show Figures
Internet of Things (IoT) devices are ubiquitous in various applications, such as smart homes, asset and people tracking, and city management systems. However, their deployment in adverse conditions, including unstable internet connectivity and power sources, present new cybersecurity challenges through new attack vectors.
[...] Read more.
Internet of Things (IoT) devices are ubiquitous in various applications, such as smart homes, asset and people tracking, and city management systems. However, their deployment in adverse conditions, including unstable internet connectivity and power sources, present new cybersecurity challenges through new attack vectors. The LoRaWAN protocol, with its open and distributed network architecture, has gained prominence as a leading LPWAN solution, presenting novel security challenges. This paper proposes the implementation of machine learning algorithms, specifically the K-Nearest Neighbours (KNN) algorithm, within an Intrusion Detection System (IDS) for LoRaWAN networks. Through behavioural analysis based on previously observed packet patterns, the system can detect potential intrusions that may disrupt critical tracking services. Initial simulated packet classification attained over 90% accuracy. By integrating the Suricata IDS and extending it through a custom toolset, sophisticated rule sets are incorporated to generate confidence metrics to classify packets as either presenting an abnormal or normal behaviour. The current work uses third-party multi-vendor sensor data obtained in the city of Lisbon for training and validating the models. The results show the efficacy of the proposed technique in evaluating received packets, logging relevant parameters in the database, and accurately identifying intrusions or expected device behaviours. We considered two use cases for evaluating our work: one with a more traditional approach where the devices and network are static, and another where we assume that both the devices and the network are mobile; for example, when we need to report data back from sensors on a rail infrastructure to a mobile LoRaWAN gateway onboard a train.
Full article
Figure 1
Open AccessArticle
Autoencoder-Based Neural Network Model for Anomaly Detection in Wireless Body Area Networks
by
Murad A. Rassam
IoT 2024, 5(4), 852-870; https://doi.org/10.3390/iot5040039 - 25 Nov 2024
Abstract
►▼
Show Figures
In medical healthcare services, Wireless Body Area Networks (WBANs) are enabler tools for tracking healthcare conditions by monitoring some critical vital signs of the human body. Healthcare providers and consultants use such collected data to assess the status of patients in intensive care
[...] Read more.
In medical healthcare services, Wireless Body Area Networks (WBANs) are enabler tools for tracking healthcare conditions by monitoring some critical vital signs of the human body. Healthcare providers and consultants use such collected data to assess the status of patients in intensive care units (ICU) at hospitals or elderly care facilities. However, the collected data are subject to anomalies caused by faulty sensor readings, malicious attacks, or severe health degradation situations that healthcare professionals should investigate further. As a result, anomaly detection plays a crucial role in maintaining data quality across various real-world applications, including healthcare, where it is vital for the early detection of abnormal health conditions. Numerous techniques for anomaly detection have been proposed in the literature, employing methods like statistical analysis and machine learning to identify anomalies in WBANs. However, the lack of normal datasets makes training supervised machine learning models difficult, highlighting the need for unsupervised approaches. In this paper, a novel, efficient, and effective unsupervised anomaly detection model for WBANs is developed using the autoencoder convolutional neural network (CNN) technique. Due to their ability to reconstruct data in a completely unsupervised manner using reconstruction error, autoencoders hold great potential. Real-world physiological data from the PhysioNet dataset evaluated the suggested model’s performance. The experimental findings demonstrate the model’s efficacy, which provides high detection accuracy, as reported F1-Score is 0.96 with a batch size of 256 along with a mean squared logarithmic error (MSLE) below 0.002. Compared to existing unsupervised models, the proposed model outperforms them in effectiveness and efficiency.
Full article
Figure 1
Open AccessArticle
Advanced Deep Learning Approach for Smart Home Appliance Identification Using Recurrent Neural Networks with LSTM
by
Sana Abdelaziz Bkheet, Johnson I. Agbinya and Gamal Saad Mohamed Khamis
IoT 2024, 5(4), 835-851; https://doi.org/10.3390/iot5040038 - 25 Nov 2024
Abstract
►▼
Show Figures
In the Internet of Things (IoT) domain, vast numbers of smart devices are interconnected, generating large volumes of data requiring advanced management mechanisms. One major challenge in smart environments is the ability to accurately distinguish and categorize the various types of objects within
[...] Read more.
In the Internet of Things (IoT) domain, vast numbers of smart devices are interconnected, generating large volumes of data requiring advanced management mechanisms. One major challenge in smart environments is the ability to accurately distinguish and categorize the various types of objects within these systems. To address this issue, the study introduces a recurrent neural network (RNN) model designed for classifying data from smart home devices. Using a dataset from Kaggle, the research outlines the processes of data collection, loading, normalization, and model development. The RNN, enhanced with long short-term memory (LSTM) layers, was trained and evaluated, showing notable improvements in training and validation accuracy over ten epochs. The model achieved a test accuracy of 83.25%, a loss of 35.4%, a precision of 85%, and a recall of 81%. The evaluation of the model on the test set includes a detailed analysis using ROC curves, area under the curve (AUC) scores for multi-class classification, and a confusion matrix. With an AUC score of 0.9896, the model demonstrated exceptional performance in accurately classifying IoT device categories. These results suggest that the LSTM-equipped RNN offers strong learning efficiency and generalization, making it a highly suitable approach for IoT device classification. Additionally, the article explores the concept of IoT and reviews recent advancements in using deep learning models across various IoT sectors, including smart homes, industrial systems, and healthcare. Future research could aim to improve the model’s real-time processing abilities and scalability and incorporate a wider variety of IoT data types to enhance its practical applications and expand its utility across more IoT environments.
Full article
Figure 1
Open AccessArticle
Age of Information-Aware Networks for Low-Power IoT Sensor Applications
by
Frederick M. Chache, Sean Maxon, Ram M. Narayanan and Ramesh Bharadwaj
IoT 2024, 5(4), 816-834; https://doi.org/10.3390/iot5040037 - 19 Nov 2024
Abstract
►▼
Show Figures
The Internet of Things (IoT) is a fast-growing field that has found a variety of applications, such as smart agriculture and industrial processing. In these applications, it is important for nodes to maximize the amount of useful information transmitted over a limited channel.
[...] Read more.
The Internet of Things (IoT) is a fast-growing field that has found a variety of applications, such as smart agriculture and industrial processing. In these applications, it is important for nodes to maximize the amount of useful information transmitted over a limited channel. This work seeks to improve the performance of low-powered sensor networks by developing an architecture that leverages existing techniques such as lossy compression and different queuing strategies in order to minimize their drawbacks and meet the performance needs of backend applications. The Age of Information (AoI) provides a useful metric for quantifying Quality of Service (QoS) in low-powered sensor networks and provides a method for measuring the freshness of data in the network. In this paper, we investigate QoS requirements and the effects of lossy compression and queue strategies on AoI. Furthermore, two important use cases for low-powered IoT sensor networks are studied, namely, real-time feedback control and image classification. The results highlight the relative importance of QoS metrics for applications with different needs. To this end, we introduce a QoS-aware architecture to optimize network performance for the QoS requirements of the studied applications. The proposed network architecture was tested with a mixture of application traffic settings and was shown to greatly improve network QoS compared to commonly used transmission architectures such as Slotted ALOHA.
Full article
Figure 1
Open AccessArticle
IoT Integration of Failsafe Smart Building Management System
by
Hakilo Sabit and Thit Tun
IoT 2024, 5(4), 801-815; https://doi.org/10.3390/iot5040036 - 18 Nov 2024
Abstract
►▼
Show Figures
This research investigates the energy consumption of buildings managed by traditional Building Management Systems (BMSs) and proposes the integration of Internet of Things (IoT) technology to enhance energy efficiency. Conventional BMSs often suffer from significant energy wastage and safety hazards due to sensor
[...] Read more.
This research investigates the energy consumption of buildings managed by traditional Building Management Systems (BMSs) and proposes the integration of Internet of Things (IoT) technology to enhance energy efficiency. Conventional BMSs often suffer from significant energy wastage and safety hazards due to sensor failures or malfunctions. These issues arise when building systems continue to operate under unknown conditions while the BMS is offline, leading to increased energy consumption and operational risks. The study demonstrates that integrating IoT systems with existing BMSs can substantially improve energy efficiency in smart buildings. The research involved designing a system architecture prototype, performing MATLAB simulations, and a real-life case study which revealed that IoT devices are effective in reducing energy waste, particularly in Heating, Ventilation, and Air Conditioning (HVAC) systems and lighting. Additionally, an auxiliary bypass system was incorporated in parallel with the IoT system to enhance reliability in the event of IoT system failures. Preliminary findings indicate that the integration of IoT systems with traditional BMSs significantly boosts energy efficiency and safety in smart buildings. Simulation results reveal an hourly average power savings of 36.8 kw with the integrated failsafe model for all scenarios. This integration offers a promising solution for advancing energy management practices and policies, thereby improving both operational performance and sustainability in building management.
Full article
Figure 1
Open AccessArticle
An Allele Based-Approach for Internet of Transactional Things Service Placement in Intelligent Edge Environments
by
Driss Riane, Widad Ettazi and Mahmoud Nassar
IoT 2024, 5(4), 785-800; https://doi.org/10.3390/iot5040035 - 14 Nov 2024
Abstract
►▼
Show Figures
The rapid expansion of the Internet of Things (IoT) has steered in a new generation of connectivity and data-driven decision-making across diverse industrial sectors. As IoT deployments continue to expand, the need for robust and reliable data management systems at the network’s edge
[...] Read more.
The rapid expansion of the Internet of Things (IoT) has steered in a new generation of connectivity and data-driven decision-making across diverse industrial sectors. As IoT deployments continue to expand, the need for robust and reliable data management systems at the network’s edge becomes increasingly critical, especially for time-sensitive IoT applications requiring real-time responses. This study delves into the emerging research area known as the Internet of Transactional Things (Io2T) at the edge architecture, where the integration of transactional ACID properties into IoT devices and objects promises to enhance data reliability and consistency in distributed, resource-constrained environments. This paper investigates the reliability issues regarding Io2T applications at the edge and tackles more specifically the service placement problem. A formalized problem is proposed that aims to minimize the global response time of the Io2T services in edge infrastructure. The concept of an allele is introduced to address service placement using a hybrid approach for ordering transactional components. Furthermore, a demonstration is featured using a smart transportation system as a proof-of-concept.
Full article
Figure 1
Open AccessArticle
A Detailed Inspection of Machine Learning Based Intrusion Detection Systems for Software Defined Networks
by
Saif AlDeen AlSharman, Osama Al-Khaleel and Mahmoud Al-Ayyoub
IoT 2024, 5(4), 756-784; https://doi.org/10.3390/iot5040034 - 11 Nov 2024
Abstract
►▼
Show Figures
The growing use of the Internet of Things (IoT) across a vast number of sectors in our daily life noticeably exposes IoT internet-connected devices, which generate, share, and store sensitive data, to a wide range of cyber threats. Software Defined Networks (SDNs) can
[...] Read more.
The growing use of the Internet of Things (IoT) across a vast number of sectors in our daily life noticeably exposes IoT internet-connected devices, which generate, share, and store sensitive data, to a wide range of cyber threats. Software Defined Networks (SDNs) can play a significant role in enhancing the security of IoT networks against any potential attacks. The goal of the SDN approach to network administration is to enhance network performance and monitoring. This is achieved by allowing more dynamic and programmatically efficient network configuration; hence, simplifying networks through centralized management and control. There are many difficulties for manufacturers to manage the risks associated with evolving technology as the technology itself introduces a variety of vulnerabilities and dangers. Therefore, Intrusion Detection Systems (IDSs) are an essential component for keeping tabs on suspicious behaviors. While IDSs can be implemented with more simplicity due to the centralized view of an SDN, the effectiveness of modern detection methods, which are mainly based on machine learning (ML) or deep learning (DL), is dependent on the quality of the data used in their modeling. Anomaly-based detection systems employed in SDNs have a hard time getting started due to the lack of publicly available data, especially on the data layer. The large majority of existing literature relies on data from conventional networks. This study aims to generate multiple types of Distributed Denial of Service (DDoS) and Denial of Service (DoS) attacks over the data plane (Southbound) portion of an SDN implementation. The cutting-edge virtualization technology is used to simulate a real-world environment of Docker Orchestration as a distributed system. The collected dataset contains examples of both benign and suspicious forms of attacks on the data plane of an SDN infrastructure. We also conduct an experimental evaluation of our collected dataset with well-known machine learning-based techniques and statistical measures to prove their usefulness. Both resources we build in this work (the dataset we create and the baseline models we train on it) can be useful for researchers and practitioners working on improving the security of IoT networks by using SDN technologies.
Full article
Figure 1
Open AccessArticle
An Innovative Honeypot Architecture for Detecting and Mitigating Hardware Trojans in IoT Devices
by
Amira Hossam Eldin Omar, Hassan Soubra, Donatien Koulla Moulla and Alain Abran
IoT 2024, 5(4), 730-755; https://doi.org/10.3390/iot5040033 - 31 Oct 2024
Abstract
►▼
Show Figures
The exponential growth and widespread adoption of Internet of Things (IoT) devices have introduced many vulnerabilities. Attackers frequently exploit these flaws, necessitating advanced technological approaches to protect against emerging cyber threats. This paper introduces a novel approach utilizing hardware honeypots as an additional
[...] Read more.
The exponential growth and widespread adoption of Internet of Things (IoT) devices have introduced many vulnerabilities. Attackers frequently exploit these flaws, necessitating advanced technological approaches to protect against emerging cyber threats. This paper introduces a novel approach utilizing hardware honeypots as an additional defensive layer against hardware vulnerabilities, particularly hardware Trojans (HTs). HTs pose significant risks to the security of modern integrated circuits (ICs), potentially causing operational failures, denial of service, or data leakage through intentional modifications. The proposed system was implemented on a Raspberry Pi and tested on an emulated HT circuit using a Field-Programmable Gate Array (FPGA). This approach leverages hardware honeypots to detect and mitigate HTs in the IoT devices. The results demonstrate that the system effectively detects and mitigates HTs without imposing additional complexity on the IoT devices. The Trojan-agnostic solution offers full customization to meet specific security needs, providing a flexible and robust layer of security. These findings provide valuable insights into enhancing the security of IoT devices against hardware-based cyber threats, thereby contributing to the overall resilience of IoT networks. This innovative approach offers a promising solution to address the growing security challenges in IoT environments.
Full article
Figure 1
Open AccessReview
Review of IoT Systems for Air Quality Measurements Based on LTE/4G and LoRa Communications
by
Mpho Gift Doctor Gololo, Clinton Wenfrey Nyathi, Lennox Boateng, Edward Khomotso Nkadimeng, Ryan Peter Mckenzie, Iqra Atif, Jude Kong, Muhammad Ahsan Mahboob, Ling Cheng and Bruce Mellado
IoT 2024, 5(4), 711-729; https://doi.org/10.3390/iot5040032 - 31 Oct 2024
Abstract
►▼
Show Figures
The issue of air pollution has recently come to light due to rapid urbanization and population growth globally. Due to its impact on human health, such as causing lung and heart diseases, air quality monitoring is one of the main concerns. Improved air
[...] Read more.
The issue of air pollution has recently come to light due to rapid urbanization and population growth globally. Due to its impact on human health, such as causing lung and heart diseases, air quality monitoring is one of the main concerns. Improved air pollution forecasting techniques and systems are needed to minimize the human health impact. Systems that fall under the Internet of Things (IoT) topology have been developed to assess and track numerous air quality metrics. This paper presents a review of IoT systems for air quality measurements, where the emphasis is placed on systems with LTE/4G and LoRa communication capabilities. Firstly, an overview of the IoT monitoring system is provided with recent technologies in the market. A critical review is provided of IoT systems regarding air quality using LTE/4G and LoRa communications systems. Lastly, this paper presents a market analysis of commercial IoT devices in terms of the costs, availability of the device, particulate matter each device can measure, etc. A comparative study of these devices is also presented on LTE/4G and possibly LoRa communications systems.
Full article
Figure 1
Open AccessArticle
A Proof-of-Concept Open-Source Platform for Neural Signal Modulation and Its Applications in IoT and Cyber-Physical Systems
by
Arfan Ghani
IoT 2024, 5(4), 692-710; https://doi.org/10.3390/iot5040031 - 29 Oct 2024
Abstract
►▼
Show Figures
This paper presents the design, implementation, and characterization of a digital IoT platform capable of generating brain rhythm frequencies using synchronous digital logic. Designed with the Google SkyWater 130 nm open-source process design kit (PDK), this platform emulates Alpha, Beta, and Gamma rhythms.
[...] Read more.
This paper presents the design, implementation, and characterization of a digital IoT platform capable of generating brain rhythm frequencies using synchronous digital logic. Designed with the Google SkyWater 130 nm open-source process design kit (PDK), this platform emulates Alpha, Beta, and Gamma rhythms. As a proof of concept and the first of its kind, this device showcases its potential applications in both industrial and academic settings. The platform was integrated with an IoT device to optimize and accelerate research and development efforts in embedded systems. Its cost-effective and efficient performance opens opportunities for real-time neural signal processing and integrated healthcare. The presented digital platform serves as a valuable educational tool, enabling researchers to engage in hands-on learning and experimentation with IoT technologies and system-level hardware–software integration at the device level. By utilizing open-source tools, this research demonstrates a cost-effective approach, fostering innovation and bridging the gap between theoretical knowledge and practical application. Furthermore, the proposed system-level design can be interfaced with various serial devices, Wi-Fi modules, ARM processors, and mobile applications, illustrating its versatility and potential for future integration into broader IoT ecosystems. This approach underscores the value of open-source solutions in driving technological advancements and addressing skills shortages.
Full article
Figure 1
Open AccessReview
A Survey of Artificial Intelligence Applications in Nuclear Power Plants
by
Chaima Jendoubi and Arghavan Asad
IoT 2024, 5(4), 666-691; https://doi.org/10.3390/iot5040030 - 29 Oct 2024
Abstract
►▼
Show Figures
Nuclear power plants (NPPs) rely on critical, complex systems that require continuous monitoring to ensure safe operation under both normal and abnormal conditions. Despite the potential of artificial intelligence (AI) to enhance predictive capabilities in these systems, limited research has been conducted on
[...] Read more.
Nuclear power plants (NPPs) rely on critical, complex systems that require continuous monitoring to ensure safe operation under both normal and abnormal conditions. Despite the potential of artificial intelligence (AI) to enhance predictive capabilities in these systems, limited research has been conducted on the application of AI algorithms within NPPs. This presents a knowledge gap in the integration of AI for improving safety, reliability, and decision making in NPP. In this study, we explore the use of AI methods, including machine learning and real-time data analytics, applied to NPP components to address the nonlinearity and dynamic behavior inherent in reactor operations. Through the implementation of AI and Internet of Things (IoT) devices, we propose a system that enables early warning and real-time data transmission to regulatory authorities and decision-makers, ensuring better coordination during incidents. Lessons from past nuclear accidents, such as Chernobyl, emphasize the importance of timely information dissemination to mitigate risks. However, this integration also presents challenges, including cybersecurity risks and the need for updated regulations to address AI use in safety-critical environments. The results of this study highlight the urgent need for further research on the application of AI in NPPs, with a particular focus on addressing these challenges to ensure safe implementation.
Full article
Figure 1
Open AccessArticle
Real-Time Bus Departure Prediction Using Neural Networks for Smart IoT Public Bus Transit
by
Narges Rashvand, Sanaz Sadat Hosseini, Mona Azarbayjani and Hamed Tabkhi
IoT 2024, 5(4), 650-665; https://doi.org/10.3390/iot5040029 - 3 Oct 2024
Abstract
►▼
Show Figures
Bus transit plays a vital role in urban public transportation but often struggles to provide accurate and reliable departure times. This leads to delays, passenger dissatisfaction, and decreased ridership, particularly in transit-dependent areas. A major challenge lies in the discrepancy between actual and
[...] Read more.
Bus transit plays a vital role in urban public transportation but often struggles to provide accurate and reliable departure times. This leads to delays, passenger dissatisfaction, and decreased ridership, particularly in transit-dependent areas. A major challenge lies in the discrepancy between actual and scheduled bus departure times, which disrupts timetables and impacts overall operational efficiency. To address these challenges, this paper presents a neural network-based approach for real-time bus departure time prediction tailored for smart IoT public transit applications. We leverage AI-driven models to enhance the accuracy of bus schedules by preprocessing data, engineering relevant features, and implementing a fully connected neural network that utilizes historical departure data to predict departure times at subsequent stops. In our case study analyzing bus data from Boston, we observed an average deviation of nearly 4 minutes from scheduled times. However, our model, evaluated across 151 bus routes, demonstrates a significant improvement, predicting departure time deviations with an accuracy of under 80 s. This advancement not only improves the reliability of bus transit schedules but also plays a crucial role in enabling smart bus systems and IoT applications within public transit networks. By providing more accurate real-time predictions, our approach can facilitate the integration of IoT devices, such as smart bus stops and passenger information systems, that rely on precise data for optimal performance.
Full article
Figure 1
Open AccessArticle
Integrated Iot Approaches for Crop Recommendation and Yield-Prediction Using Machine-Learning
by
Mohamed Bouni, Badr Hssina, Khadija Douzi and Samira Douzi
IoT 2024, 5(4), 634-649; https://doi.org/10.3390/iot5040028 - 30 Sep 2024
Abstract
►▼
Show Figures
In this study, we present an integrated approach utilizing IoT data and machine learning models to enhance precision agriculture. We collected an extensive IoT secondary dataset from an online data repository, including environmental parameters such as temperature, humidity, and soil nutrient levels, from
[...] Read more.
In this study, we present an integrated approach utilizing IoT data and machine learning models to enhance precision agriculture. We collected an extensive IoT secondary dataset from an online data repository, including environmental parameters such as temperature, humidity, and soil nutrient levels, from various sensors deployed in agricultural fields. This dataset, consisting of over 1 million data points, provided comprehensive insights into the environmental conditions affecting crop yield. The data were preprocessed and used to develop predictive models for crop yield and recommendations. Our evaluation shows that the LightGBM, Decision Tree, and Random Forest classifiers achieved high accuracy scores of 98.90%, 98.48%, and 99.31%, respectively. The IoT data collection enabled real-time monitoring and accurate data input, significantly improving the models’ performance. These findings demonstrate the potential of combining IoT and machine learning to optimize resource use and improve crop management in smart farming. Future work will focus on expanding the dataset to include more diverse environmental factors and exploring the integration of advanced deep learning techniques for even more accurate predictions.
Full article
Figure 1
Open AccessArticle
Industrial IoT-Based Energy Monitoring System: Using Data Processing at Edge
by
Akseer Ali Mirani, Anshul Awasthi, Niall O’Mahony and Joseph Walsh
IoT 2024, 5(4), 608-633; https://doi.org/10.3390/iot5040027 - 28 Sep 2024
Abstract
Edge-assisted IoT technologies combined with conventional industrial processes help evolve diverse applications under the Industrial IoT (IIoT) and Industry 4.0 era by bringing cloud computing technologies near the hardware. The resulting innovations offer intelligent management of the industrial ecosystems, focusing on increasing productivity
[...] Read more.
Edge-assisted IoT technologies combined with conventional industrial processes help evolve diverse applications under the Industrial IoT (IIoT) and Industry 4.0 era by bringing cloud computing technologies near the hardware. The resulting innovations offer intelligent management of the industrial ecosystems, focusing on increasing productivity and reducing running costs by processing massive data locally. In this research, we design, develop, and implement an IIoT and edge-based system to monitor the energy consumption of a factory floor’s stationary and mobile assets using wireless and wired energy meters. Once the edge receives the meter’s data, it stores the information in the database server, followed by the data processing method to find nine additional analytical parameters. The edge also provides a master user interface (UI) for comparative analysis and individual UI for in-depth energy usage insights, followed by activity and inactivity alarms and daily reporting features via email. Moreover, the edge uses a data-filtering technique to send a single wireless meter’s data to the cloud for remote energy and alarm monitoring per project scope. Based on the evaluation, the edge server efficiently processes the data with an average CPU utilization of up to 5.58% while avoiding measurement errors due to random power failures throughout the day.
Full article
(This article belongs to the Topic IoT for Energy Management Systems and Smart Cities, 2nd Edition)
►▼
Show Figures
Figure 1
Open AccessArticle
Analyzing Docker Vulnerabilities through Static and Dynamic Methods and Enhancing IoT Security with AWS IoT Core, CloudWatch, and GuardDuty
by
Vishnu Ajith, Tom Cyriac, Chetan Chavda, Anum Tanveer Kiyani, Vijay Chennareddy and Kamran Ali
IoT 2024, 5(3), 592-607; https://doi.org/10.3390/iot5030026 - 4 Sep 2024
Abstract
►▼
Show Figures
In the age of fast digital transformation, Docker containers have become one of the central technologies for flexible and scalable application deployment. However, this has opened a new dimension of challenges in security, which are skyrocketing with increased technology adoption. This paper discerns
[...] Read more.
In the age of fast digital transformation, Docker containers have become one of the central technologies for flexible and scalable application deployment. However, this has opened a new dimension of challenges in security, which are skyrocketing with increased technology adoption. This paper discerns these challenges through a manifold approach: first, comprehensive static analysis by Trivy, and second, real-time dynamic analysis by Falco in order to uncover vulnerabilities in Docker environments pre-deployment and during runtime. One can also find similar challenges in security within the Internet of Things (IoT) sector, due to the huge number of devices connected to WiFi networks, from simple data breaches such as brute force attacks and unauthorized access to large-scale cyber attacks against critical infrastructure, which represent only a portion of the problems. In connection with this, this paper is calling for the execution of robust AWS cloud security solutions: IoT Core, CloudWatch, and GuardDuty. IoT Core provides a secure channel of communication for IoT devices, and CloudWatch offers detailed monitoring and logging. Additional security is provided by GuardDuty’s automatized threat detection system, which continuously seeks out potential threats across network traffic. Armed with these technologies, we try to build a more resilient and privacy-oriented IoT while ensuring the security of our digital existence. The result is, therefore, an all-inclusive work on security in both Docker and IoT domains, which might be considered one of the most important efforts so far to strengthen the digital infrastructure against fast-evolving cyber threats, combining state-of-the-art methods of static and dynamic analyses for Docker security with advanced, cloud-based protection for IoT devices.
Full article
Figure 1
Open AccessArticle
Intelligent Energy Management across Smart Grids Deploying 6G IoT, AI, and Blockchain in Sustainable Smart Cities
by
Mithul Raaj A T, Balaji B, Sai Arun Pravin R R, Rani Chinnappa Naidu, Rajesh Kumar M, Prakash Ramachandran, Sujatha Rajkumar, Vaegae Naveen Kumar, Geetika Aggarwal and Arooj Mubashara Siddiqui
IoT 2024, 5(3), 560-591; https://doi.org/10.3390/iot5030025 - 31 Aug 2024
Cited by 1
Abstract
In response to the growing need for enhanced energy management in smart grids in sustainable smart cities, this study addresses the critical need for grid stability and efficient integration of renewable energy sources, utilizing advanced technologies like 6G IoT, AI, and blockchain. By
[...] Read more.
In response to the growing need for enhanced energy management in smart grids in sustainable smart cities, this study addresses the critical need for grid stability and efficient integration of renewable energy sources, utilizing advanced technologies like 6G IoT, AI, and blockchain. By deploying a suite of machine learning models like decision trees, XGBoost, support vector machines, and optimally tuned artificial neural networks, grid load fluctuations are predicted, especially during peak demand periods, to prevent overloads and ensure consistent power delivery. Additionally, long short-term memory recurrent neural networks analyze weather data to forecast solar energy production accurately, enabling better energy consumption planning. For microgrid management within individual buildings or clusters, deep Q reinforcement learning dynamically manages and optimizes photovoltaic energy usage, enhancing overall efficiency. The integration of a sophisticated visualization dashboard provides real-time updates and facilitates strategic planning by making complex data accessible. Lastly, the use of blockchain technology in verifying energy consumption readings and transactions promotes transparency and trust, which is crucial for the broader adoption of renewable resources. The combined approach not only stabilizes grid operations but also fosters the reliability and sustainability of energy systems, supporting a more robust adoption of renewable energies.
Full article
(This article belongs to the Special Issue 6G Optical Internet of Things (OIoT) for Sustainable Smart Cities)
►▼
Show Figures
Figure 1
Open AccessReview
Home Monitoring Tools to Support Tracking Patients with Cardio–Cerebrovascular Diseases: Scientometric Review
by
Elisabeth Restrepo-Parra, Paola Patricia Ariza-Colpas, Laura Valentina Torres-Bonilla, Marlon Alberto Piñeres-Melo, Miguel Alberto Urina-Triana and Shariq Butt-Aziz
IoT 2024, 5(3), 524-559; https://doi.org/10.3390/iot5030024 - 22 Aug 2024
Abstract
►▼
Show Figures
Home care and telemedicine are crucial for physical and mental health. Although there is a lot of information on these topics, it is scattered across various sources, making it difficult to identify key contributions and authors. This study conducts a scientometric analysis to
[...] Read more.
Home care and telemedicine are crucial for physical and mental health. Although there is a lot of information on these topics, it is scattered across various sources, making it difficult to identify key contributions and authors. This study conducts a scientometric analysis to consolidate the most relevant information. The methodology is divided into two parts: first, a scientometric mapping that analyzes scientific production by country, journal, and author; second, the identification of prominent contributions using the Tree of Science (ToS) tool. The goal is to identify trends and support decision-making in the health sector by providing guidelines based on the most relevant research.
Full article
Figure 1
Open AccessArticle
Maximal LoRa Range for Unmanned Aerial Vehicle Fleet Service in Different Environmental Conditions
by
Lorenzo Felli, Romeo Giuliano, Andrea De Negri, Francesco Terlizzi, Franco Mazzenga and Alessandro Vizzarri
IoT 2024, 5(3), 509-523; https://doi.org/10.3390/iot5030023 - 31 Jul 2024
Abstract
►▼
Show Figures
This study investigates communication between UAVs using long range (LoRa) devices, focusing on the interaction between a LoRa gateway UAV and other UAVs equipped with LoRa transmitters. By conducting experiments across various geographical regions, this study aims to delineate the fundamental boundary conditions
[...] Read more.
This study investigates communication between UAVs using long range (LoRa) devices, focusing on the interaction between a LoRa gateway UAV and other UAVs equipped with LoRa transmitters. By conducting experiments across various geographical regions, this study aims to delineate the fundamental boundary conditions for the efficient control of a UAV fleet. The parameters under analysis encompass inter-device spacing, radio interference effects, and terrain topography. This research yields pivotal insights into communication network design and optimization, thereby enhancing operational efficiency and safety within diverse geographical contexts for UAV operations. Further research insights could involve a weather analysis and implementation of improved solutions in terms of communication systems.
Full article
Figure 1
Highly Accessed Articles
Latest Books
E-Mail Alert
News
Topics
Topic in
Energies, Sensors, Electronics, Smart Cities, IoT
IoT for Energy Management Systems and Smart Cities, 2nd Edition
Topic Editors: Antonio Cano-Ortega, Francisco Sánchez-SutilDeadline: 30 April 2025
Topic in
AI, Drones, Electronics, IoT, MAKE, Sensors
Machine Learning in Internet of Things II
Topic Editors: Dawid Połap, Robertas DamaševičiusDeadline: 30 June 2025
Topic in
Applied Sciences, Electronics, IoT, Materials, Robotics, Sensors, Machines
Smart Production in Terms of Industry 4.0 and 5.0
Topic Editors: Iwona Paprocka, Cezary Grabowik, Jozef HusarDeadline: 31 August 2025
Topic in
Applied Sciences, Electronics, IoT, JSAN, Network, Sensors, Telecom, Technologies
Wireless Energy Harvesting and Power Transfer for Communications and Networks
Topic Editors: Yichuang Sun, Arooj Mubashara Siddiqui, Xiaojing Chen, Oluyomi SimpsonDeadline: 31 October 2025
Conferences
Special Issues
Special Issue in
IoT
6G Optical Internet of Things (OIoT) for Sustainable Smart Cities
Guest Editors: Geetika Aggarwal, Arooj Mubashara SiddiquiDeadline: 15 December 2024
Special Issue in
IoT
Blockchain-Based Trusted IoT
Guest Editors: Shahriar Kaisar, Abebe Diro, Abdullahi ChowdhuryDeadline: 30 April 2025
Special Issue in
IoT
IoT-Driven Smart Cities
Guest Editors: Hakilo Sabit, Peter Han Joo ChongDeadline: 31 May 2025
Special Issue in
IoT
Internet of Vehicles (IoV)
Guest Editors: Gabor Soos, András Rövid, Tomislav MihaljDeadline: 30 June 2025