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 0c7a5a992b Expose more properties of the connection validator context in MQTTnet.Server. Migrate return code to reason code. há 5 anos
..
Configuration Expose more properties of the connection validator context in MQTTnet.Server. Migrate return code to reason code. há 5 anos
Controllers Add authorization for MQTTnet.Server há 5 anos
Logging Cleanup. há 5 anos
Mqtt Expose more properties of the connection validator context in MQTTnet.Server. Migrate return code to reason code. há 5 anos
Scripting Expose more properties of the connection validator context in MQTTnet.Server. Migrate return code to reason code. há 5 anos
Scripts Expose more properties of the connection validator context in MQTTnet.Server. Migrate return code to reason code. há 5 anos
Web Expose more properties of the connection validator context in MQTTnet.Server. Migrate return code to reason code. há 5 anos
LICENSE Create MQTTnet.Server package from publish output instead build files. há 5 anos
MQTTnet.Server.csproj Update authentication. há 5 anos
Program.cs Add authorization for MQTTnet.Server há 5 anos
README.md Add authorization for MQTTnet.Server há 5 anos
appsettings.Development.json Extend MQTTnet.Server application. há 5 anos
appsettings.json Expose more properties of the connection validator context in MQTTnet.Server. Migrate return code to reason code. há 5 anos
package.json Add support for WebSocket connections. há 5 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)