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.
{
"Port": 1883,
"Users": [
{
"UserName": "Hans",
"Password": "Test"
}
]
}
See the Changelog.