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 Kratky 896e9ed0aa Add interceptor for unsubscriptions. il y a 5 ans
..
Configuration Add TLS certificate password support for MQTTnet.Server. il y a 5 ans
Controllers Add version information to MQTTnet.Server. il y a 5 ans
Logging Cleanup. il y a 5 ans
Mqtt Add interceptor for unsubscriptions. il y a 5 ans
Scripting Expose more properties of the connection validator context in MQTTnet.Server. Migrate return code to reason code. il y a 5 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 Expose more properties of the connection validator context in MQTTnet.Server. Migrate return code to reason code. il y a 5 ans
LICENSE Create MQTTnet.Server package from publish output instead build files. il y a 5 ans
MQTTnet.Server.csproj Update authentication. il y a 5 ans
Program.cs Fix MQTTnet.Server startup colors. il y a 5 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 Add TLS certificate password support for MQTTnet.Server. il y a 5 ans
package.json Add support for WebSocket connections. il y a 5 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)