README.md

# MqttApp

This is a work in progress mqtt encoding and decoding library written in elixir.
The implementation is based on this [RFC](https://docs.oasis-open.org/mqtt/mqtt/v5.0/mqtt-v5.0.html)

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `mqtt_app` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:mqtt_app, "~> 0.1.0"}
  ]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at <https://hexdocs.pm/mqtt_app>.