mqtt_utils

A set of MQTT-related utils (WIP)

mqtt_utils

A set if MQTT related utility methods (well, actually, only one method is implemented) in Crystal (WIP)

Installation

  1. Add the dependency to your shard.yml:

    dependencies:
      mqtt_utils:
        github: E63T/mqtt_utils
    
  2. Run shards install

Usage

require "mqtt_utils"

info = MQTTUtils::RouteInfo.parse "d2p/message_type_method/g/gateway/d/device/r/reference"

puts info.gateway_key # => gateway

Development

TODO: Write development instructions here

Contributing

  1. Fork it (https://github.com/unn4m3d/mqtt_utils/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

Repository

mqtt_utils

Owner
Statistic
  • 1
  • 0
  • 0
  • 0
  • 2
  • over 2 years ago
  • December 28, 2021
License

MIT License

Links
Synced at

Fri, 17 May 2024 18:48:14 GMT

Languages