Skip to content

Commit

Permalink
JOSS paper.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralight committed May 17, 2017
1 parent 4c43f4c commit c79d48c
Show file tree
Hide file tree
Showing 3 changed files with 149 additions and 0 deletions.
23 changes: 23 additions & 0 deletions doc/joss-paper/codemeta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"@context": "https://raw.githubusercontent.com/codemeta/codemeta/master/codemeta.jsonld",
"@type": "Code",
"author": [
{
"@id": "http:https://orcid.org/0000-0001-9218-7797",
"@type": "Person",
"email": "",
"name": "Roger A. Light",
"affiliation": ""
}
],
"identifier": "",
"codeRepository": "https://github.com/eclipse/mosquitto",
"datePublished": "2017-05-17",
"dateModified": "2017-05-17",
"dateCreated": "2017-05-17",
"description": "Broker and client implementation of the MQTT protocol.",
"keywords": "IoT, MQTT, messaging, pubsub",
"license": "EPL 2.0 / EDL 2.0",
"title": "Mosquitto",
"version": "v1.4.11"
}
77 changes: 77 additions & 0 deletions doc/joss-paper/paper.bib
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
@inproceedings{Schulz_2014,
title = {Real-time animation of equipment in a remote laboratory},
doi = {10.1109/REV.2014.6784247},
booktitle = {2014 11th {International} {Conference} on {Remote} {Engineering} and {Virtual} {Instrumentation} ({REV})},
author = {Schulz, M. and Chen, F. and Payne, L.},
month = feb,
year = {2014},
keywords = {Animation, cameras, client-server systems, computer aided instruction, computer animation, Computer architecture, data path, data streaming, Electron tubes, Engines, equipment animation, Hardware, message server, MIT iLabs shared architecture, MQTT, real-time animation, real-time systems, remote laboratory, servers, software architecture, student experiments, webcam},
pages = {172--176}
}

@inproceedings{Antonic_2015,
title = {Comparison of the {CUPUS} middleware and {MQTT} protocol for smart city services},
doi = {10.1109/ConTEL.2015.7231225},
booktitle = {2015 13th {International} {Conference} on {Telecommunications} ({Con}TEL)},
author = {Antonić, A. and Marjanović, M. and Skočir, P. and Žarko, I. P.},
month = jul,
year = {2015},
keywords = {cloud-based publish-subscribe middleware, cloud computing, CUPUS middleware, Engines, FP7 project OpenIoT platform, Internet of Things, IoT services, message passing, message queue telemetry transport protocol, message queuing solutions, middleware, Mobile communication, mobile computing, mobile devices, Mobile handsets, MQTT protocol, open-source cloud platform, Protocols, public domain software, sensors, smart cities, smart city services, telemetry, transport protocols, wearable sensors, wireless sensor networks, WSNs},
pages = {1--8}
}

@inproceedings{Thangavel_2014,
title = {Performance evaluation of {MQTT} and {CoAP} via a common middleware},
doi = {10.1109/ISSNIP.2014.6827678},
booktitle = {2014 {IEEE} {Ninth} {International} {Conference} on {Intelligent} {Sensors}, {Sensor} {Networks} and {Information} {Processing} ({ISSNIP})},
author = {Thangavel, D. and Ma, X. and Valera, A. and Tan, H. X. and Tan, C. K. Y.},
month = apr,
year = {2014},
keywords = {bandwidth consumption, CoAP, constrained application protocol, data transmission, delays, end-to-end delay, gateways, internetworking, Logic gates, message queue telemetry transport, middleware, MQTT, Packet loss, Protocols, Quality of service, queueing theory, sensor nodes, servers, wireless sensor networks},
pages = {1--6}
}

@inproceedings{Kang_2017,
title = {Room {Temperature} {Control} and {Fire} {Alarm} \#x002F;{Suppression} {IoT} {Service} {Using} {MQTT} on {AWS}},
doi = {10.1109/PlatCon.2017.7883724},
abstract = {In this paper we build an MQTT(Message Queue Telemetry Transportation) broker on Amazon Web Service(AWS). The MQTT broker has been utilized as a platform to provide the Internet of Things(IoT) services which monitor and control room temperatures, and sense, alarm, and suppress fire. Arduino was used as the IoT end device connecting sensors and actuators to the platform via Wi-Fi channel. We created smart home scenario and designed IoT massages satisfying the scenario requirement. We also implemented the smart some system in hardware and software, and verified the system operation. We show that MQTT and AWS are good technical candidates for small IoT business applications.},
booktitle = {2017 {International} {Conference} on {Platform} {Technology} and {Service} ({PlatCon})},
author = {Kang, D. H. and Park, M. S. and Kim, H. S. and Kim, D. y and Kim, S. H. and Son, H. J. and Lee, S. G.},
month = feb,
year = {2017},
note = {00000},
keywords = {Actuators, Amazon web service, AWS, electronic messaging, fire alarm-suppression IoT service, fires, Internet of Things, Internet of Things services, message queue telemetry transportation, MQTT broker, queueing theory, room temperature control, room temperature monitoring, sensors, small IoT business applications, smart home scenario, smart some system, telemetry, temperature 293 K to 298 K, Web services, Wi-Fi channel, wireless LAN},
pages = {1--5}
}

@inproceedings{Fremantle_2014,
title = {Federated {Identity} and {Access} {Management} for the {Internet} of {Things}},
doi = {10.1109/SIoT.2014.8},
abstract = {We examine the use of Federated Identity and Access Management (FIAM) approaches for the Internet of Things (IoT). We look at specific challenges that devices, sensors and actuators have, and look for approaches to address them. OAuth is a widely deployed protocol – built on top of HTTP – for applying FIAM to Web systems. We explore the use of OAuth for IoT systems that instead use the lightweight MQTT 3.1 protocol. In order to evaluate this area, we built a prototype that uses OAuth 2.0 to enable access control to information distributed via MQTT. We evaluate the results of this prototyping activity, and assess the strengths and weaknesses of this approach, and the benefits of using the FIAM approaches with IoT and Machine to Machine (M2M) scenarios. Finally we outline areas for further research.},
booktitle = {2014 {International} {Workshop} on {Secure} {Internet} of {Things}},
author = {Fremantle, P. and Aziz, B. and Kopecký, J. and Scott, P.},
month = sep,
year = {2014},
note = {00026},
keywords = {access control, Authentication, authorisation, Authorization, federated identity and access management, FIAM, Hip, Internet of Things, IoT, M2M scenarios, machine to machine scenarios, MQTT 3.1 protocol, OAuth 2.0, Protocols, servers},
pages = {10--17}
}

@article{Bellavista_2017,
title = {The {PeRvasive} {Environment} {Sensing} and {Sharing} {Solution}},
volume = {9},
copyright = {http:https://creativecommons.org/licenses/by/3.0/},
url = {http:https://www.mdpi.com/2071-1050/9/4/585},
doi = {10.3390/su9040585},
abstract = {to stimulate better user behavior and improve environmental and economic sustainability, it is of paramount importance to make citizens effectively aware of the quality of the environment in which they live every day. in particular, we claim that users could significantly benefit from cost-effective efficient internet-of-things (iot) solutions that provide them with up-to-date live information about air pollution in the areas where they live, suitably adapted to different situations and with different levels of dynamically selected granularities (e.g., at home/district/city levels). our pervasive environment sensing and sharing (press) project has the ambition of increasing users’ awareness of the natural environment they live in, as a first step towards improved sustainability; the primary target is the efficient provisioning of real-time user-centric information about environmental conditions in the surroundings, and in particular about air pollution. to this purpose, we have designed, implemented, and thoroughly evaluated the press framework, which is capable of achieving good flexibility and scalability while integrating heterogeneous monitoring data, ranging from sensed air pollution to user-provided quality perceptions. among the elements of technical originality, press exploits extended kura iot gateways with novel congestion detection and recovery mechanisms that allow us to optimize bandwidth allocation between in-the-field press components and the cloud. the reported performance results show the feasibility of the proposed solution, by pointing out not only the scalability and efficiency of the adopted message-based solution that uses message queue telemetry transport (mqtt) and websockets, but also the capability of press to quickly identify and manage traffic congestions, thus, ensuring good quality levels to final users.},
language = {en},
number = {4},
urldate = {2017-05-17},
journal = {sustainability},
author = {Bellavista, Paolo and Giannelli, Carlo and Zamagna, Riccardo},
month = apr,
year = {2017},
note = {00000},
keywords = {dynamic extensibility, environmental monitoring, heterogeneous monitoring data, mqtt, scalability, traffic congestion management, websockets},
pages = {585}
}
49 changes: 49 additions & 0 deletions doc/joss-paper/paper.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
---
title: 'Mosquitto: server and client implementation of the MQTT protocol'
tags:
- Internet of Things
- MQTT
- Pubsub
- Messaging
authors:
- name: Roger A Light
orcid: 0000-0001-9218-7797
date: 17 May 2017
bibliography: paper.bib
---

# Summary

Mosquitto provides standards compliant server and client implementations of the
[MQTT](http:https://mqtt.org/) messaging protocol. MQTT uses a publish/subscribe
model, has low network overhead and can be implemented on low power devices
such microcontrollers that might be used in remote Internet of Things sensors.
As such, Mosquitto is intended for use in all situations where there is a need
for lightweight messaging, particularly on constrained devices with limited
resources.

The Mosquitto project is a member of the [Eclipse Foundation](http:https://eclipse.org/)

There are three parts to the project.

* The main `mosquitto` server
* The `mosquitto_pub` and `mosquitto_sub` client utilities that are one method of communicating with an MQTT server
* An MQTT client library written in C, with a C++ wrapper

Mosquitto allows research directly related to the MQTT protocol itself, such as
comparing the performance of MQTT and the Constrained Application Protocol
(CoAP) [@Thangavel_2014] or investigating the use of OAuth in MQTT
[@Fremantle_2014]. Mosquitto supports other research activities as a useful
block for building larger systems and has been used to evaluate MQTT for use in
Smart City Services [@Antonic_2015], and in the development of an environmental
monitoring system [@Bellavista_2017]. Mosquitto has also been used to support
research less directly as part of a scheme for remote control of an experiment
[@Schulz_2014].

Outside of academia, Mosquitto is used in other open source projects such as
the [openHAB](http:https://www.openhab.org/) home automation project and
[OwnTracks](http:https://owntracks.org/), the personal location tracking project, and
has been integrated into commercial products.

# References

0 comments on commit c79d48c

Please sign in to comment.