Giter Club home page Giter Club logo

gen_mqtt's Introduction

GenMQTT

Hex.pm Hex version

An Elixir behaviour that makes it possible to communicate with a MQTT broker.

Installation

This project is available on hex, and it can be installed by adding the following to the project mix-file:

  defp deps do
    [{:gen_mqtt, "~> 0.3.1"}]
  end

Notice: If you want to use this module on Elixir prior to Elixir 1.3 you should add :vmq_commons as a dependency and specify that it should use rebar3 to build it; this is done by adding this to the dependency list: {:vmq_commons, "1.0.0", manager: :rebar3}.

This project should follow Semantic Versioning 2.0.0, so you should be safe if you fix the version number to a specific major or minor version. The project might change, if something can be done smarter or if the underlying :gen_emqtt implementation changes radically.

Legal stuff

This project rely on work done by Erlio GmbH Basel Switzerland, in specific the dependency vmq_commons which is released under an Apache 2.0-license. This project, GenMQTT, is simply a wrapper on top of this work, and thus claim no copyright or ownership to any properties that belong to Erlio.

Please notice: Being a third party module all bug reports found in it should be raised directly in the issues on this projects GitHub page, unless it is a issue found in vmq_commons.

License

Copyright 2016 Martin Gausby

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

gen_mqtt's People

Contributors

gausby avatar ephe-meral avatar mprymek avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.