Add MQTT Client Implementation to PicoRuby by ryosk7 · Pull Request #190 · picoruby/picoruby
Detail MQTT::Client class with ruby-mqtt compatible API: initialize: Initialize client with host and port connect: Establishes a connection to an MQTT broker with optional client_id publish: Publi...