Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
Ramon Smits 6fe7ce7a0c
FIxed `MqttNetLogLevel.Verbose` incorrectly mapped to `LogLevel.Debug` (#1170)
vor 3 Jahren
..
.config General code refactoring. vor 4 Jahren
Configuration Add TLS certificate password support for MQTTnet.Server. vor 5 Jahren
Controllers MQTTnet.Server: Fix version detection. vor 4 Jahren
Logging FIxed `MqttNetLogLevel.Verbose` incorrectly mapped to `LogLevel.Debug` (#1170) vor 3 Jahren
Mqtt Refactor TLS 1.3 support. vor 4 Jahren
Scripting Update python runtime for MQTTnet.Server. vor 4 Jahren
Scripts Expose more properties of the connection validator context in MQTTnet.Server. Migrate return code to reason code. vor 5 Jahren
Web Update docs. vor 4 Jahren
LICENSE Create MQTTnet.Server package from publish output instead build files. vor 5 Jahren
MQTTnet.Server.csproj Add packet inspector API. vor 4 Jahren
Program.cs Add support for static files. vor 4 Jahren
README.md Add authorization for MQTTnet.Server vor 5 Jahren
appsettings.Development.json Extend MQTTnet.Server application. vor 5 Jahren
appsettings.json Update python runtime for MQTTnet.Server. vor 4 Jahren

README.md

Starting portable version

The portable version requires a local installation of the .net core runtime. With that runtime installed the server can be started via the following comand.

dotnet .\MQTTnet.Server.dll

Starting self contained versions

The self contained versions are fully portable versions including the .net core runtime. The server can be started using the contained executable files.

Windows: MQTTnet.Server.exe Linux: MQTTnet.Server (must be set to executable first)