/MqttDotnetClient

Demo application with dotnet core using [MqttNet](https://github.com/chkr1011/MQTTnet) to implement mqtt with [RabbitMq](https://www.rabbitmq.com/mqtt.html).

Primary LanguageC#

MqttDotnetClient

Demo application with dotnet core using MqttNet to implement mqtt with RabbitMq.

Get Started

  1. Start RabbitMq with mqtt enabled in Docker:
    1. pip install DockerBuildManagement
    2. dbm -swarm -start
  2. Open solution, restore, build and run it:
    1. MqttDotnetClient/MqttDotnetClient.sln

Useful links: