0% found this document useful (0 votes)
73 views

A Web Based IoT Solution For Monitoring Data

The paper proposes a web-based IoT solution using MQTT protocol to monitor and track moisture and temperature values during agricultural drying. MQTT is a lightweight publish/subscribe protocol commonly used in IoT for reliably exchanging data between sensors and end-users. The solution allows any IoT device like microcontrollers or small computers to send or receive telemetry data as MQTT clients by first connecting to a messaging server and identifying as a publisher or subscriber. The collected sensor data is stored and displayed on the web.

Uploaded by

Janjan Iruguin
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
73 views

A Web Based IoT Solution For Monitoring Data

The paper proposes a web-based IoT solution using MQTT protocol to monitor and track moisture and temperature values during agricultural drying. MQTT is a lightweight publish/subscribe protocol commonly used in IoT for reliably exchanging data between sensors and end-users. The solution allows any IoT device like microcontrollers or small computers to send or receive telemetry data as MQTT clients by first connecting to a messaging server and identifying as a publisher or subscriber. The collected sensor data is stored and displayed on the web.

Uploaded by

Janjan Iruguin
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

A Web-Based IoT Solution for Monitoring Data Using MQTT Protocol (Grgić, Špeh, &

Heđi, 2016) is a paper proposing a web-based Internet of Things (IoT) solution designed for

monitoring, analyzing and tracking moisture and temperature values in the agriculture area,

specifically in the process of agricultural drying. The presented solution aims to enable

monitoring of the manufacturing process using the Internet of Things technologies and to send

data from sensors to end-users reliably using MQTT protocol. Message Queuing Telemetry

Transport (MQTT) protocol is a machine-to-machine (M2M) or Internet of Things protocol

designed as an extremely lightweight broker-based publish/subscribe messaging protocol to

exchange data between users and the server. The said protocol is one of the most commonly used

protocols in IoT projects because of its small size, minimized data packets, low power usage, and

it is easy to implement.

The paper also mentions that any IoT object can either send or receive telemetry data as

an MQTT client. Possibly, any microcontroller device up to the server. Depending on whether

the MQTT client is a subscriber or a publisher, it provides or collects telemetry data. To

maximize the capability of the protocol, the MQTT client must first connect to a messaging

server, then confirm whether he is a publisher or subscriber. The MQTT client is possible even in

small computers like Arduino or Raspberry Pi that is connected to a wireless connection with a

library. MQTT libraries are available to different programming platforms and languages like C,

C++, PHP, and JavaScript.

The collected data from sensors serves as an input and is stored and displayed on the

web.

You might also like