Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
Ramon Smits 6fe7ce7a0c
FIxed `MqttNetLogLevel.Verbose` incorrectly mapped to `LogLevel.Debug` (#1170)
3 лет назад
..
.config General code refactoring. 4 лет назад
Configuration Add TLS certificate password support for MQTTnet.Server. 5 лет назад
Controllers MQTTnet.Server: Fix version detection. 4 лет назад
Logging FIxed `MqttNetLogLevel.Verbose` incorrectly mapped to `LogLevel.Debug` (#1170) 3 лет назад
Mqtt Refactor TLS 1.3 support. 4 лет назад
Scripting Update python runtime for MQTTnet.Server. 4 лет назад
Scripts Expose more properties of the connection validator context in MQTTnet.Server. Migrate return code to reason code. 5 лет назад
Web Update docs. 4 лет назад
LICENSE Create MQTTnet.Server package from publish output instead build files. 5 лет назад
MQTTnet.Server.csproj Add packet inspector API. 4 лет назад
Program.cs Add support for static files. 4 лет назад
README.md Add authorization for MQTTnet.Server 5 лет назад
appsettings.Development.json Extend MQTTnet.Server application. 5 лет назад
appsettings.json Update python runtime for MQTTnet.Server. 4 лет назад

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)