Are they any guides/examples of a complete emqtt client?

I am with difficulty to find a complete Elixir samble using emqtt ( GitHub - emqx/emqtt: Erlang MQTT 5.0 Client ) client that publish and subscribe.
Thank you.

I would start with this GitHub search: “emqx/emqtt” language:elixir path:mix.exs

And separately from that there is a library wrapping emqx/emqtt here: GitHub - ryanwinchester/exmqtt: Elixir wrapper for emqx/emqtt by @ryanwinchester.

1 Like

Dear Dimitar Panayotov.
Thank you for your nice help.
Following your answer I did some additional researches and found Tortoise ( tortoise v0.10.0 – Documentation ), an Elixir Lib that works nice.

Glad you found your lib. :+1: