@author Xasin
Xasin
A shortcut-function to quickly connect to the public Eclipse MQTT Broker. @return [MQTT::SubHandler] Sub-Handler connected to `mqtt.eclipse.org`
Eclipse
MQTT
# File lib/mqtt/sub_handler.rb, line 12 def self.Eclipse() @EclipseMQTT ||= SubHandler.new('mqtt.eclipse.org'); return @EclipseMQTT; end