Sign in to use this feature.

Years

Between: -

Subjects

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Journals

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Article Types

Countries / Regions

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Search Results (1,766)

Search Parameters:
Keywords = IoT protocol

Order results
Result details
Results per page
Select all
Export citation of selected articles as:
49 pages, 1074 KB  
Article
Scalable and Trusted Metadata-Coordinated Tiered Off-Chain Storage with Dynamic On-Chain Mapping for Recovery-Safe and Low-Latency IoT Data Management
by Weiping Yu, Weihan Wang, Mingyuan Yan, Keyang He, Zhe Yu, Wenpeng Xing, Liyuan Liu and Meng Han
Electronics 2026, 15(13), 2806; https://doi.org/10.3390/electronics15132806 - 25 Jun 2026
Abstract
Blockchain-assisted off-chain storage for IoT must simultaneously manage low-latency tiered data placement, trusted and dynamic on-chain mapping, migration consistency, and failure recovery—four concerns that existing designs address in isolation. Tiered storage systems optimize placement without modeling the scalable coordination cost of keeping object–location [...] Read more.
Blockchain-assisted off-chain storage for IoT must simultaneously manage low-latency tiered data placement, trusted and dynamic on-chain mapping, migration consistency, and failure recovery—four concerns that existing designs address in isolation. Tiered storage systems optimize placement without modeling the scalable coordination cost of keeping object–location bindings trustworthy, while blockchain-metadata studies assume static storage topologies with no dynamic tier migration. This paper presents a scalable and trusted metadata-coordinated tiered off-chain storage framework, which bridges traditional trust systems (e.g., legacy authentication) with blockchain networks powered by Proof of Capacity (PoC) consensus. In this framework, adaptive heat-driven placement, dynamic on-chain mapping evolution with batched commitment, migration-aware redirect control, and rollback-safe recovery operate as a single coordinated workflow, with the five-stage write–verify–commit–redirect–retire pipeline acting as a lightweight coordination protocol that maintains ordered and atomic state transitions under message loss, out-of-order delivery, and single-node failures. The distinctive contribution lies in the framework’s coupled control: every placement decision propagates through a verifiable metadata path that can be audited and, when necessary, rolled back. Simulation across multiple workload patterns shows that the proposed method reduces average access latency by 28% and raises the hot-tier hit ratio from 0.19 to 0.65 relative to a dynamic baseline without trusted mapping coordination under the simulated registry write cost. To achieve high-throughput mapping operations, batched on-chain commitment cuts metadata transactions by 50× at the cost of a tunable mapping freshness delay. The framework scales from 1 k to 50 k managed objects, effectively managing tens of millions of bytes of data (10+ MB scale) without disproportionate overhead growth; beyond this scale, hot-tier capacity rather than coordination becomes the dominant bottleneck, and smarter predictive placement becomes the natural next lever. All tested fault types achieve 100% rollback success with sub-millisecond local data plane interruption; audit-visible recovery depends on the assumed chain finality delay and, for heavily regulated IoT domains, such as finance and healthcare, should be treated as the operationally binding recovery time objective. These results, together with extended evaluations—including asymmetric write latency stress, coordination ablation, tail latency analysis, and benefit–complexity assessment—provide quantitative evidence that scalable, dynamic mapping coordination can be integrated into tiered off-chain data management at an acceptable and measurable operational cost under the simulated configuration. Full article
(This article belongs to the Special Issue Database Systems and Data Protection)
23 pages, 617 KB  
Systematic Review
Toward Net-Zero Energy Buildings: A Systematic Review of AI-Driven Renewable Energy Integration and Optimization
by Mahmood Mazin Ali Mahmood and Keng Wai Chan
Buildings 2026, 16(13), 2475; https://doi.org/10.3390/buildings16132475 - 23 Jun 2026
Viewed by 176
Abstract
Buildings account for 40% of global energy consumption and one-third of greenhouse gas emissions. Renewable energy systems (RESs), such as solar photovoltaic (PV) and geothermal heat pumps, are critical technological solutions for decarbonization. Despite the growing literature, existing reviews lack a comprehensive synthesis [...] Read more.
Buildings account for 40% of global energy consumption and one-third of greenhouse gas emissions. Renewable energy systems (RESs), such as solar photovoltaic (PV) and geothermal heat pumps, are critical technological solutions for decarbonization. Despite the growing literature, existing reviews lack a comprehensive synthesis integrating machine learning (ML), Internet of Things (IoT), and Building Information Modeling (BIM). Following the PRISMA protocol, this paper presents a systematic review of 41 studies published between 2012 and 2025. The review evaluates four primary domains: RES performance, building energy prediction, HVAC optimization, and occupancy-aware management. Quantitative findings reveal that solar PV-integrated buildings achieve electricity cost reductions of 35–64%, while ML-enhanced energy prediction models attain accuracies up to R2 = 0.989. Critical research gaps are identified, including the scarcity of real-time sensor integration and geographically inclusive multi-climate datasets. Ultimately, this review contributes a structured synthesis of effective technologies, a comparative analysis of methodological approaches (ML, simulation, hybrid), and actionable future directions. It provides practical guidance for researchers and policymakers toward achieving net-zero energy buildings. This study serves as a definitive reference for the development of sustainable, low-energy built environments. Full article
(This article belongs to the Special Issue AI-Driven Distributed Optimization for Building Energy Management)
Show Figures

Figure 1

22 pages, 3831 KB  
Article
Energy-Efficient Dynamic RTO with Enhanced Stability for CoAP-Based IoT Networks
by Suyoung Choi
Sensors 2026, 26(12), 3960; https://doi.org/10.3390/s26123960 - 22 Jun 2026
Viewed by 192
Abstract
The Constrained Application Protocol (CoAP) is widely adopted to ensure end-to-end reliability in resource-constrained Artificial Intelligence of Things (AIoT) and Wireless Sensor Networks (WSNs). However, CoAP’s default retransmission timeout (RTO) mechanism lacks algorithmic responsiveness under volatile channel conditions, and state-of-the-art benchmarks like CoCoA+ [...] Read more.
The Constrained Application Protocol (CoAP) is widely adopted to ensure end-to-end reliability in resource-constrained Artificial Intelligence of Things (AIoT) and Wireless Sensor Networks (WSNs). However, CoAP’s default retransmission timeout (RTO) mechanism lacks algorithmic responsiveness under volatile channel conditions, and state-of-the-art benchmarks like CoCoA+ and FASOR often suffer from over-conservative backoff states or destabilizing retransmission storms. To overcome these operational bottlenecks, this paper proposes a novel dual-adaptive Dynamic RTO algorithm specifically engineered for heterogeneous IoT deployment scales. The proposed framework dynamically adjusts its parameter inspection cycle (N) based on instantaneous round-trip time (RTT) variance while simultaneously scaling its tuning coefficient (α) in response to real-time packet loss indicators. To rigorously validate the algorithmic resilience, performance evaluations were conducted within a highly volatile network environment governed by the Gilbert–Elliott dynamic loss model across multi-hop linear (1 × 6) and grid (3 × 6, 5 × 6) topologies. Experimental results demonstrate that the proposed Dynamic RTO consistently optimizes the throughput–latency trade-off, achieving a total communication time of 25.92 s in complex grids—outperforming CoCoA+ and FASOR by 14.28% and 8.89%, respectively. Furthermore, the proposed mechanism significantly curtails transmission overhead, restricting the cumulative retransmission footprint to just 59 counts under severe localized impairments, thereby establishing a scalable, resource-efficient, and empirically robust transport-layer solution for next-generation edge-computing infrastructures. Full article
Show Figures

Figure 1

42 pages, 1516 KB  
Review
Agentic AI and Large Language Models for Autonomous IoT Cybersecurity: A Systematic Survey, Taxonomy, and Research Roadmap
by Vinoth Nageshwaran and Soundararajan Ezekiel
Electronics 2026, 15(12), 2740; https://doi.org/10.3390/electronics15122740 - 22 Jun 2026
Viewed by 325
Abstract
Conventional signature-based defenses no longer protect the heterogeneous, large-scale infrastructures that the Internet of Things (IoT) now constitutes. Large language models (LLMs) and agentic artificial intelligence (AI)—systems that autonomously perceive, reason, plan, and act—open a path to self-defending IoT ecosystems, but the integrating [...] Read more.
Conventional signature-based defenses no longer protect the heterogeneous, large-scale infrastructures that the Internet of Things (IoT) now constitutes. Large language models (LLMs) and agentic artificial intelligence (AI)—systems that autonomously perceive, reason, plan, and act—open a path to self-defending IoT ecosystems, but the integrating literature remains fragmented. Within the IEEE Xplore, ACM Digital Library, and MDPI literature, this survey is, to the best of our knowledge, among the first systematic reviews of agentic AI and LLM-driven approaches for autonomous IoT cybersecurity. Following a PRISMA 2020 protocol, we analyze 153 peer-reviewed studies published between 2020 and 2026 in IEEE Xplore, the ACM Digital Library, and MDPI journals. We organize the corpus along a four-pillar taxonomy: agent architecture (single- vs. multi-agent), reasoning strategy (chain-of-thought, ReAct, plan-and-solve, tool use), action scope (detection, response, threat hunting, vulnerability discovery, deception), and deployment topology (edge, fog, cloud). We synthesize four flagship application domains, consolidate datasets and benchmarks, and analyze open challenges including hallucination, prompt-injection robustness, explainability, privacy, latency, and governance. A 2026 research roadmap identifies federated agentic learning, verifiable autonomous reasoning, trustworthy multi-agent collaboration, and resource-hardened edge agents as high-priority directions. A companion reproducibility kit—prompt templates, reference single- and multi-agent loops, and an Edge-IIoTset-style evaluation harness, released as illustrative scaffolding rather than a validated framework—is released publicly and archived on Zenodo (DOI 10.5281/zenodo.20726552). Full article
(This article belongs to the Special Issue AI-Driven Autonomous Cybersecurity Solutions for IoT)
Show Figures

Figure 1

33 pages, 689 KB  
Article
A Secure and Lightweight Authentication and Key Agreement Protocol for Blockchain-Assisted IoT Collaboration Environments
by Dalhae Kim, Hyewon Park and Yohan Park
Electronics 2026, 15(12), 2714; https://doi.org/10.3390/electronics15122714 - 18 Jun 2026
Viewed by 144
Abstract
Blockchain-assisted authentication frameworks have been introduced to mitigate the single point-of-failure problem in centralized IoT collaboration environments. Recently, a lightweight trust management framework based on a permissioned blockchain was proposed for distributed authentication and interaction traceability. However, our analysis shows that this protocol [...] Read more.
Blockchain-assisted authentication frameworks have been introduced to mitigate the single point-of-failure problem in centralized IoT collaboration environments. Recently, a lightweight trust management framework based on a permissioned blockchain was proposed for distributed authentication and interaction traceability. However, our analysis shows that this protocol is vulnerable to offline password guessing, terminal device impersonation, session-key disclosure, and user traceability attacks. It also fails to provide perfect forward secrecy. Accordingly, we propose a secure and lightweight authentication and key agreement protocol for blockchain-assisted IoT collaboration environments. The proposed scheme integrates Physically Unclonable Functions to improve resistance against physical capture and device cloning attacks. It also uses a fuzzy extractor to support biometric-based authentication and a dynamic pseudo-identity update mechanism managed through a consortium blockchain to protect user anonymity and untraceability. The proposed protocol is verified using the Real-or-Random model, BAN logic, and AVISPA simulations. Full article
Show Figures

Figure 1

18 pages, 5789 KB  
Article
IoT Architecture Based on the OSI Model for Industrial Interconnection Using PLC and Modbus Gateway
by Adrian Benavides, Leonardo Banegas and Luigi O. Freire
Telecom 2026, 7(3), 77; https://doi.org/10.3390/telecom7030077 - 18 Jun 2026
Viewed by 167
Abstract
The industrial Internet of Things (IoT) allows traditional electromechanical systems to be connected to digital monitoring and control platforms, especially when field devices use industrial protocols that must be integrated into web services without modifying their main operation. This work implements an IoT [...] Read more.
The industrial Internet of Things (IoT) allows traditional electromechanical systems to be connected to digital monitoring and control platforms, especially when field devices use industrial protocols that must be integrated into web services without modifying their main operation. This work implements an IoT architecture based on the Open Systems Interconnection (OSI) model to interconnect two Variable Frequency Drives (VFDs) through a LOGO! Programmable Logic Controller (LOGO! PLC), a Human–Machine Interface (HMI), a ZLAN5143D gateway, Node-RED, Message Queuing Telemetry Transport (MQTT), and Adafruit IO. The communication integrates RS485/Modbus RTU at the field level and Modbus TCP/IP over Ethernet at the upper network level using the gateway as the protocol conversion element. The validation was performed through Modbus Poll, variable acquisition, MQTT publication, and web visualization. The results show local communication response, acquisition of frequency, voltage, current, and revolutions per minute (RPM), together with remote control of start, stop, frequency setpoint, and rotation direction. The architecture is presented as a modular solution for electromechanical applications with IoT projection. Full article
(This article belongs to the Topic Electronic Communications, IOT and Big Data, 2nd Volume)
Show Figures

Figure 1

23 pages, 767 KB  
Review
Quantum-Secure Communication for Future Cyber-Physical and IoT Systems: A Systematic Review of Classical to Learning Approaches
by Bandana Mallick, Priyadarsan Parida, Bibhu Prasad, Chittaranjan Nayak, Manoj Kumar Panda, Nawaf Ali and N. Mohan Kumar
Computers 2026, 15(6), 389; https://doi.org/10.3390/computers15060389 - 17 Jun 2026
Viewed by 349
Abstract
Cyber-physical systems (CPSs) based on the Internet of Things (IoT) form the backbone of modern smart infrastructures, including smart cities, healthcare monitoring, industrial automation, and intelligent transportation. However, connecting many resource-limited IoT devices makes them more vulnerable to cyber threats, particularly quantum attacks. [...] Read more.
Cyber-physical systems (CPSs) based on the Internet of Things (IoT) form the backbone of modern smart infrastructures, including smart cities, healthcare monitoring, industrial automation, and intelligent transportation. However, connecting many resource-limited IoT devices makes them more vulnerable to cyber threats, particularly quantum attacks. This review comprehensively examines quantum-secure communication (QSC) frameworks for IoT-enabled CPS, focusing on Quantum Key Distribution (QKD), post-quantum cryptographic (PQC) algorithms, and hybrid quantum–classical security models suitable for constrained devices. A PRISMA-guided search of the Scopus and Google Scholar database was conducted in January 2026 using three keyword groups related to hybrid security, artificial intelligence, and cyber-physical systems. Based on the evaluation, 6008 publications have been identified between 2001 and 2026. The first-round screening was performed for 4948 articles, after excluding duplicates. During the screening stage, 348 articles were selected for abstract scrutiny, 115 records were excluded due to no direct focus on CPS/IoT applications, 52 studies were excluded because these papers relied on traditional security models, 25 studies were excluded due to insufficient relevance to the review objectives, and 15 additional non-English studies were removed. Following the screening stage, 141 studies were selected for full-text eligibility. Out of those, 86 studies were removed due to a lack of specific evaluation metrics or not being published in a peer-reviewed venue. Furthermore, the publications are classified as QKD-based secure CPS and QSC for industrial IoT, AI-Assisted Secure Communication for CPS Networks, and hybrid PQC-QKD models for CPS/IoT devices. This article investigates recent advancements in secure data transmission, verified protocols, and AI-driven anomaly detection customized to CPS/IoT environments. In addition, operational hurdles, interaction with open innovations, real-time deployment, and secure edge-cloud integration are highlighted. By analyzing recent developments and identifying research gaps, this review provides a structured roadmap for designing secure, scalable, and quantum-safe IoT-based CPS frameworks capable of withstanding next-generation cyber threats. This systematic review was performed and reported according to the PRISMA 2020 guidelines. Full article
(This article belongs to the Special Issue Cyber Security and Privacy in IoT Era)
Show Figures

Figure 1

22 pages, 25117 KB  
Article
Energy Efficiency-Driven Selection of Wireless Communication Stacks for Industrial Retrofitting Applications
by Richárd Korpai, Norbert Szántó and Gergő Dávid Monek
J. Manuf. Mater. Process. 2026, 10(6), 209; https://doi.org/10.3390/jmmp10060209 - 16 Jun 2026
Viewed by 278
Abstract
The digital integration of existing industrial equipment (retrofitting) is a central element of the Industry 4.0 paradigm, wherein the energy efficiency of Internet of Things (IoT) gateways is a decisive design consideration. This research aims to experimentally compare various wireless and wired communication [...] Read more.
The digital integration of existing industrial equipment (retrofitting) is a central element of the Industry 4.0 paradigm, wherein the energy efficiency of Internet of Things (IoT) gateways is a decisive design consideration. This research aims to experimentally compare various wireless and wired communication protocols—ESP-NOW, Bluetooth Low Energy (BLE), Bluetooth Classic (Serial Port Profile, SPP), Message Queuing Telemetry Transport (MQTT), and S7 Protocol—within a legacy Programmable Logic Controller (PLC)-based environment. A dedicated testbed was developed using Siemens S7-300 PLCs and ESP32-based gateway devices to ensure measurement reproducibility. Energy consumption was determined using a high-precision power profiler with payloads ranging from 50 to 15,000 bytes, applying the trapezoidal rule while considering both active transaction and standby states. The specific energy consumption metric (μJ/byte) introduced in this study highlights the distinct scaling limitations of the protocols. While ESP-NOW proved highly efficient for small telemetry packets, Bluetooth Classic exhibited superior scalability for bulk data volumes. Furthermore, a critical energetic crossover point was identified for ESP-NOW due to hardware fragmentation limits, whereas MQTT demonstrated massive energetic overhead for small payloads. Standby measurements confirmed that the continuous baseline consumption of the wired Ethernet interface significantly dominates the energy budget compared to wireless alternatives. These empirical findings are synthesized into a formal Qualitative Decision Matrix to help engineers optimize protocol selection based on the expected duty cycle, facilitating the development of sustainable industrial digitalization solutions. Full article
Show Figures

Figure 1

24 pages, 1799 KB  
Review
Latency in IOT-Enabled Digital Twin Systems for Smart Manufacturing: A Review of the Taxonomy and Measurement
by Jorge Arturo Pinedo Gaucin, Barbara Alexandra Anaya Sánchez, Luis Asunción Pérez-Domínguez, David Luviano-Cruz, Roberto Romero López, Nelly Rigaud Téllez, Diana Ortiz-Muñoz and Judith Gallegos Padilla
Appl. Sci. 2026, 16(12), 6060; https://doi.org/10.3390/app16126060 - 15 Jun 2026
Viewed by 164
Abstract
The application of Internet of Things (IoT) technology to Digital Twin (DT) in smart manufacturing has opened significant opportunities for real-time monitoring, predictive maintenance, and closed-loop control; however, the inherent latency that exists in these architectures (the temporal gap between a physical event [...] Read more.
The application of Internet of Things (IoT) technology to Digital Twin (DT) in smart manufacturing has opened significant opportunities for real-time monitoring, predictive maintenance, and closed-loop control; however, the inherent latency that exists in these architectures (the temporal gap between a physical event and its reflection in a digital model) remains one of the most significant and least systematically understood barriers to fulfill its full potential. This paper aims to propose a formal four-layer taxonomy of latency sources in IoT-based Digital Twin systems for smart manufacturing and to review the current approaches and tools that are available for their measurement. The PRISMA protocol has been used to perform a systematic literature review, where 58 primary survey studies published between 2020 and 2026 were extracted from IEEE Xplore, Elsevier Scopus, Google Scholar and arXiv, with all the studies being coded along six dimensions (architectural layer, application domain, latency metrics reported, evaluation methodology, quantitative impact, and enabling technologies). The proposed taxonomy presents 28 different types of latencies under four layers: (L1) network, (L2) compute, (L3) data, and (L4) end-to-end (E2E), whose magnitudes vary from 0.1 ms for local network propagation to tail latencies above 500 ms in production (P99). Three categories and three cross-layer interaction patterns are formalized here and are absent from prior partial taxonomies. Among the most promising results is the finding that several high-impact interventions require no infrastructure investment: a protocol migration from Modbus to WebSocket reduces telemetry latency by 32%, while Age of Information-aware synchronization and clock drift correction deliver substantial data layer gains through software updates alone, yet remain underutilized. The review identifies a systematic under-reporting of tail-latency percentiles across the corpus, the lack of a cross-protocol jitter benchmark, and a predominance of simulation-based evaluation over real-hardware measurement. The systematic review contributions of this paper (the formal four-layer taxonomy, the proportional metric audit across the 58 papers, and the formalization of three cross-layer interaction patterns) are derived from cross-corpus analysis. The investigation also identifies three open research directions (a standardized manufacturing IoT-DT benchmark, cross-layer joint optimization frameworks, and wireless TSN validation on real manufacturing testing grounds) that together form a well-organized and practical basis to advance both the science and the application of ultra-low-latency Digital Twin technology in the industrial field. Full article
Show Figures

Figure 1

23 pages, 1956 KB  
Article
A Hybrid Multi-Agent Control Architecture for Interoperable and Deterministic IoT-Based Swine Precision Feeding
by Vicente López-Sacanell and Lluís Miquel Plà-Aragonés
AgriEngineering 2026, 8(6), 242; https://doi.org/10.3390/agriengineering8060242 - 13 Jun 2026
Viewed by 163
Abstract
Precision Livestock Farming (PLF) requires real-time control systems that connect high-level Decision Support Systems with resource-constrained edge devices. This paper presents a hybrid Multi-Agent System (MAS) architecture for swine precision feeding designed to address the trade-off between semantic interoperability and real-time operational efficiency. [...] Read more.
Precision Livestock Farming (PLF) requires real-time control systems that connect high-level Decision Support Systems with resource-constrained edge devices. This paper presents a hybrid Multi-Agent System (MAS) architecture for swine precision feeding designed to address the trade-off between semantic interoperability and real-time operational efficiency. The proposed Controlling Module uses a dual-layer communication strategy: a lightweight character-delimited TCP/IP protocol ensures deterministic performance for embedded controllers, while an XML-serialized format that maps to the FIPA Agent Communication Language preserves semantic interoperability. A custom serialization/deserialization algorithm was developed to process this XML structure within LabVIEW while avoiding the overhead typically associated with generic DOM/SAX parsers. The architecture was validated in a 120 h laboratory test that combined a Digital Twin simulation of 50 virtual feeders with Hardware-in-the-Loop testing of key sensing components. Under these test conditions, no communication failures were observed, all simulated network interruptions were recovered from, and the system operated with a modest resource footprint, including an average CPU use of 15% and a peak memory use of 350 MB. The platform also processed 2590 consumption events without reported data loss during the validation period. These results indicate that the proposed hybrid MAS architecture is a feasible solution for integrating interoperable decision support and deterministic edge control in PLF applications. Full article
Show Figures

Figure 1

36 pages, 1884 KB  
Article
Lightweight Hardware Security Framework for IoT-Based Photovoltaic Monitoring Systems Using OTP and SRAM-PUF
by Zeyu Li, Jintao Xue, Fei Li, Guosheng Song and Yi Yu
Information 2026, 17(6), 584; https://doi.org/10.3390/info17060584 - 11 Jun 2026
Viewed by 261
Abstract
Distributed photovoltaic (PV) power stations are core enablers for dual-carbon goals in modern power systems, with IoT-based monitoring systems serving as their nerve center for real-time data collection and grid dispatch. However, PV monitoring nodes operate in harsh, unattended outdoor environments with severe [...] Read more.
Distributed photovoltaic (PV) power stations are core enablers for dual-carbon goals in modern power systems, with IoT-based monitoring systems serving as their nerve center for real-time data collection and grid dispatch. However, PV monitoring nodes operate in harsh, unattended outdoor environments with severe computational resource constraints, exposing them to critical hardware security risks that can trigger cross-domain cascading hazards. Existing research focuses primarily on communication and software security, lacking systematic hardware security modeling and lightweight defense designs. Generic IoT hardware security solutions are also inapplicable due to excessive overhead. To address these gaps, this paper proposes LHSF, a lightweight hardware security framework tailored for resource-constrained PV edge nodes. It integrates an on-chip OTP-based lightweight hardware root of trust (L-HROT) with an SRAM-PUF-driven non-resident key management protocol, which implements full-lifecycle key management via a “power-on generation, on-demand usage, post-use destruction, zero-residue storage” paradigm. Experiments on ESP32 and Raspberry Pi 4B show that LHSF provides robust resistance to side-channel recovery, physical extraction, malicious firmware boot and rollback attacks, reducing fault injection bypass rate to 6.8%. Compared to standard TPM 2.0, it cuts boot delay by 60.7%, power consumption by 18.6% and memory footprint by 72.7% with negligible performance overhead. This work fills the hardware security gap for PV monitoring systems and provides a reusable technical pathway for distributed energy IoT terminals. Full article
(This article belongs to the Section Information Security and Privacy)
Show Figures

Figure 1

42 pages, 2244 KB  
Article
Photovoltaic Prototype with Internet of Things Access for Charging Low-Power Devices
by Vicente Raya-Narváez, Juan Domingo Aguilar-Peña, Leocadio Hontoria-García and Catalina Rus-Casas
Appl. Sci. 2026, 16(12), 5906; https://doi.org/10.3390/app16125906 - 11 Jun 2026
Viewed by 149
Abstract
This paper presents the design, implementation, and experimental validation of a portable photovoltaic charging station with IoT-based monitoring for autonomous low-power applications. The system integrates a 120 W photovoltaic module, LiFePO4 battery storage, MPPT regulation, DC/AC conversion, and an ESP32-S3-based acquisition unit [...] Read more.
This paper presents the design, implementation, and experimental validation of a portable photovoltaic charging station with IoT-based monitoring for autonomous low-power applications. The system integrates a 120 W photovoltaic module, LiFePO4 battery storage, MPPT regulation, DC/AC conversion, and an ESP32-S3-based acquisition unit connected to a cloud platform for real-time telemetry. Electrical and environmental variables were recorded to evaluate energy balance, conversion losses, State of Charge evolution, and load compatibility under different seasonal operating conditions. Field tests showed that under high-irradiance summer conditions, the prototype supplied multiple laptop loads for approximately 4.5 h with stable operation. In contrast, winter trials revealed a structural energy deficit equivalent to 120% of the initial 24 Ah storage capacity, mainly due to reduced irradiance and cumulative conversion losses ranging from 15% to 25%. Based on the experimental data and deterministic energy-balance modelling, an optimized configuration using a 100 Ah LiFePO4 battery bank and MPPT regulation was assessed through deterministic energy-balance modelling, thus reducing the required State of Charge to 28.8% under the analyzed operating profile. The results demonstrate the feasibility of a low-cost, IoT-enabled photovoltaic platform for renewable energy harvesting, autonomous power supply, and real-time performance assessment. Full article
Show Figures

Figure 1

30 pages, 6128 KB  
Article
An Integrated IoT-Based Multi-Sensor Framework for Real-Time Indoor Environment and Safety Monitoring
by Aung Min Naing, Duaa Zuhair Al-Hamid and Anuradha Singh
Sensors 2026, 26(12), 3702; https://doi.org/10.3390/s26123702 - 10 Jun 2026
Viewed by 390
Abstract
Poor indoor air quality, inadequate ventilation, and unnoticed local disturbances can reduce occupant well-being and compromise practical safety in smart-home and small-building environments. Although low-cost Internet-of-Things (IoT) sensing technologies are widely available, many monitoring systems remain focused on single-modality sensing and do not [...] Read more.
Poor indoor air quality, inadequate ventilation, and unnoticed local disturbances can reduce occupant well-being and compromise practical safety in smart-home and small-building environments. Although low-cost Internet-of-Things (IoT) sensing technologies are widely available, many monitoring systems remain focused on single-modality sensing and do not jointly evaluate environmental conditions, vibration activity, communication reliability, and gateway-side interpretation within one framework. This study presents the design, implementation, and proof-of-concept evaluation of a low-cost, privacy-conscious, non-imaging IoT-based indoor environment and safety-awareness monitoring framework built with ESP32/Arduino sensor nodes and a Raspberry Pi gateway. The system integrates carbon dioxide, temperature, humidity, gas-resistance/VOC-trend indication, and vibration sensing with MQTT-based communication and edge-side analytics. Controlled subsystem experiments showed that CO2 concentration differentiated ventilation conditions, increasing from 395.47 ppm in the valid empty/open-door baseline to 1083.16 ppm in the closed occupied condition. Vibration states were distinguished using root-mean-square acceleration features across calm, surface-disturbance, footstep, play, and jump conditions. MQTT evaluation using 1000-message batches showed no observed message loss or duplicates across the tested QoS/network combinations, although latency and throughput varied by network configuration and QoS level. QoS 1 provided a practical balance between low latency and protocol-level delivery assurance in the tested local/Wi-Fi setting. A final integrated validation run further demonstrated synchronized acquisition from indoor environmental, vibration, and outdoor CO2 reference publishers through the same Raspberry Pi gateway, with zero missing or duplicate sequence flags across the three streams. Overall, the findings indicate that lightweight open-source IoT hardware can support a reproducible building-level sensing and edge-analytics prototype for indoor environment and safety-awareness monitoring. Broader deployment in standard-sized rooms, multi-room buildings, and smart-city infrastructure remains future work. Full article
(This article belongs to the Special Issue Advanced IoT Systems in Smart Cities: 3rd Edition)
Show Figures

Figure 1

17 pages, 354 KB  
Article
Evaluating Post-Quantum Cryptography in IoT Networks: Communication, Fragmentation, and Reliability
by Eric Sakk, Guobin Xu, Jianzhou Mao and Shuangbao Wang
Future Internet 2026, 18(6), 316; https://doi.org/10.3390/fi18060316 - 10 Jun 2026
Viewed by 282
Abstract
Post-quantum cryptographic (PQC) algorithms are being developed to guard against quantum-computing attacks, but their behavior in constrained Internet of Things (IoT) environments remains an important topic of discussion. In this work, we study the impact of deploying PQC protocols in IoT networks using [...] Read more.
Post-quantum cryptographic (PQC) algorithms are being developed to guard against quantum-computing attacks, but their behavior in constrained Internet of Things (IoT) environments remains an important topic of discussion. In this work, we study the impact of deploying PQC protocols in IoT networks using the Open Quantum Safe (liboqs) framework. In particular, key encapsulation and digital signature schemes are evaluated in terms of their computational performance, communication costs, and energy consumption. Our results indicate that although PQC operations can be completed in microseconds using general-purpose processors, substantially larger key and ciphertext sizes introduce significant communication overhead. When mapped to common IoT protocols such as Bluetooth Low Energy (BLE), IEEE 802.15.4 (Zigbee), and LoRa, these larger payloads must be divided into multiple packets. In low-payload LoRa networks, for example, ML-KEM handshakes can require up to 62 packets. This level of fragmentation increases latency and energy consumption, thus potentially affecting reliability. Furthermore, when packet delivery probabilities approaching 99% are achieved, handshake success rates can drop to values approaching 50%. These results suggest that communication metrics, rather than computational performance, pose key challenges to PQC deployment in constrained IoT settings. Full article
Show Figures

Graphical abstract

34 pages, 7399 KB  
Article
Energy-Efficient Cryptographic Protocols for Sustainable IoT Security: A Federated Learning-Enhanced Lightweight Framework with Post-Quantum Resilience
by Abdullah Alshammari
Sensors 2026, 26(12), 3656; https://doi.org/10.3390/s26123656 - 8 Jun 2026
Viewed by 309
Abstract
The increasing pace of Internet of Things (IoT) and Industrial Internet of Things (IIoT) applications has exacerbated the security challenges in resource-constrained environments, where traditional cryptographic protocols incur prohibitively high computational and energy costs. These constraints are also worsened by the advent of [...] Read more.
The increasing pace of Internet of Things (IoT) and Industrial Internet of Things (IIoT) applications has exacerbated the security challenges in resource-constrained environments, where traditional cryptographic protocols incur prohibitively high computational and energy costs. These constraints are also worsened by the advent of quantum computing, which poses a long-term security risk to popular crypto-key cryptographic-based efforts. To overcome these difficulties, this paper proposes an Energy-Efficient Cryptographic Protocol Framework (EECPF) that provides mutual optimization between energy consumption, security level, and communication latency to achieve sustainable IoT security. The presented framework proposes an adaptive encryption selection mechanism that dynamically chooses cryptographic algorithms depending on device capabilities, network conditions, and threat levels derived from intrusion detection outputs. EECPF combines privacy-preserving federated learning for distributed intrusion detection with collaborative threat intelligence sharing, eliminating centralized data sharing. In addition, lattice-based post-quantum cryptography primitives are added and combined with lightweight blockchain-enforced identity management to ensure long-term authentication resilience. The models on which the framework is based are mathematically based, modeling the consumption of energy, the robustness of security, and latency, providing principled multi-objective optimization under resource constraints. The publicly available Edge-IIoTset dataset was subjected to extensive experimental assessment under realistic IIoT and IoT attack scenarios. Experiments show that EECPF can reach an intrusion detection rate of 94.7%, while reducing energy consumption by 47.3% and latency by 23.8% compared with other commonly used lightweight cryptographic methods. These were continually noticed across different heterogeneous devices and deployment environments. In general, EECPF offers an energy-aware, quantum-resilient, and scalable security solution that can be used for next-generation IoT systems, such as smart healthcare, industrial automation, and smart city infrastructures. Full article
(This article belongs to the Special Issue Secure IoT: Cryptographic Solutions for Sensor Networks)
Show Figures

Figure 1

Back to TopTop