A set if MQTT related utility methods (well, actually, only one method is implemented) in Crystal (WIP)
-
Add the dependency to your
shard.yml
:dependencies: mqtt_utils: github: E63T/mqtt_utils
-
Run
shards install
require "mqtt_utils"
info = MQTTUtils::RouteInfo.parse "d2p/message_type_method/g/gateway/d/device/r/reference"
puts info.gateway_key # => gateway
TODO: Write development instructions here
- Fork it (https://github.com/unn4m3d/mqtt_utils/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
- unn4m3d - creator and maintainer