CleverFool77 / SimpleMqttServer

SimpleMqttServer is a project to run a simple MQTT server from a json config file. The project was written and tested in .Net 5.0.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SimpleMqttServer

SimpleMqttServer is a project to run a simple MQTT server from a json config file. The project was written and tested in .Net 5.0.

Build status GitHub issues GitHub forks GitHub stars License: MIT Known Vulnerabilities

JSON configuration (Adjust this to your needs)

{
  "Port": 1883,
  "Users": [
    {
      "UserName": "Hans",
      "Password": "Test"
    }
  ]
}

Change history

See the Changelog.

About

SimpleMqttServer is a project to run a simple MQTT server from a json config file. The project was written and tested in .Net 5.0.

License:MIT License


Languages

Language:C# 100.0%