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. JSON configuration (Adjust this to your needs) { "Port": 1883, "Users": [ { "UserName": "Hans", "Password": "Test" } ] } Change history See the Changelog.