hansehe / MqttDotnetClient

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

About

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


Languages

Language:C# 71.4%Language:Shell 22.5%Language:Dockerfile 6.1%