Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
Christian c1001db450 Add packet inspector API. il y a 4 ans
..
.config General code refactoring. il y a 4 ans
Configuration Add TLS certificate password support for MQTTnet.Server. il y a 5 ans
Controllers MQTTnet.Server: Fix version detection. il y a 4 ans
Logging Improve logger performance. il y a 4 ans
Mqtt Refactor TLS 1.3 support. il y a 4 ans
Scripting Update python runtime for MQTTnet.Server. il y a 4 ans
Scripts Expose more properties of the connection validator context in MQTTnet.Server. Migrate return code to reason code. il y a 5 ans
Web Update docs. il y a 4 ans
LICENSE Create MQTTnet.Server package from publish output instead build files. il y a 5 ans
MQTTnet.Server.csproj Add packet inspector API. il y a 4 ans
Program.cs Add support for static files. il y a 4 ans
README.md Add authorization for MQTTnet.Server il y a 5 ans
appsettings.Development.json Extend MQTTnet.Server application. il y a 5 ans
appsettings.json Update python runtime for MQTTnet.Server. il y a 4 ans

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)