/SimpleMqttServer

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

Primary LanguageC#MIT LicenseMIT

SimpleMqttServer

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

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

  • Version 1.0.0.0 (2020-02-13) : 1.0 release.