No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
Christian c1001db450 Add packet inspector API. hace 4 años
..
.config General code refactoring. hace 4 años
Configuration Add TLS certificate password support for MQTTnet.Server. hace 5 años
Controllers MQTTnet.Server: Fix version detection. hace 4 años
Logging Improve logger performance. hace 4 años
Mqtt Refactor TLS 1.3 support. hace 4 años
Scripting Update python runtime for MQTTnet.Server. hace 4 años
Scripts Expose more properties of the connection validator context in MQTTnet.Server. Migrate return code to reason code. hace 5 años
Web Update docs. hace 4 años
LICENSE Create MQTTnet.Server package from publish output instead build files. hace 5 años
MQTTnet.Server.csproj Add packet inspector API. hace 4 años
Program.cs Add support for static files. hace 4 años
README.md Add authorization for MQTTnet.Server hace 5 años
appsettings.Development.json Extend MQTTnet.Server application. hace 5 años
appsettings.json Update python runtime for MQTTnet.Server. hace 4 años

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)