Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
Christian Kratky 60941c04e5 Add new factory overloads. há 4 anos
..
.config General code refactoring. há 4 anos
Configuration Add TLS certificate password support for MQTTnet.Server. há 5 anos
Controllers MQTTnet.Server: Fix version detection. há 4 anos
Logging Improve logger performance. há 4 anos
Mqtt Fix build warnings and errors. há 4 anos
Scripting Update python runtime for MQTTnet.Server. há 4 anos
Scripts Expose more properties of the connection validator context in MQTTnet.Server. Migrate return code to reason code. há 5 anos
Web Added MQTT JS examples for MQTTnet.Server. há 4 anos
LICENSE Create MQTTnet.Server package from publish output instead build files. há 5 anos
MQTTnet.Server.csproj Add new factory overloads. há 4 anos
Program.cs Add support for static files. há 4 anos
README.md Add authorization for MQTTnet.Server há 5 anos
appsettings.Development.json Extend MQTTnet.Server application. há 5 anos
appsettings.json Update python runtime for MQTTnet.Server. há 4 anos

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)