Sha256: 72ccd75f5063b2c9eda81d83b7dcf885802876f9e191602b117aa389ee5160bd
Contents?: true
Size: 240 Bytes
Versions: 1
Compression:
Stored size: 240 Bytes
Contents
#!/usr/bin/env ruby # Pure-ruby implementation of the MQTT protocol module MQTT class Exception < Exception end class ProtocolException < MQTT::Exception end class NotConnectedException < MQTT::Exception end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mqtt-0.0.4 | lib/mqtt.rb |