Project

mosq

0.0
No commit activity in last 3 years
No release in over 3 years
A Ruby MQTT client library based on FFI bindings for libmosquitto.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.6
~> 1.3
~> 0.9
~> 10.3
~> 3.0
~> 1.0

Runtime

>= 1.9.8, ~> 1.9
 Project Readme

mosq

Gem VersionJoin the chat at https://gitter.im/jemc/ruby-mosq

A Ruby MQTT client library based on FFI bindings for libmosquitto.

$ gem install mosq

System Requirements

The mosq gem requires libffi-dev, as well as the requirements for building libmosquitto. Note that on Linux, the library will be built with make, though on Mac OS X cmake is required.