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 Kratky 9810e52bcb Fix build. 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 Fix logging issues. hace 4 años
Mqtt Fix build warnings and errors. 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 python runtime for MQTTnet.Server. hace 4 años
LICENSE Create MQTTnet.Server package from publish output instead build files. hace 5 años
MQTTnet.Server.csproj Fix build. hace 4 años
Program.cs MQTTnet.Server: Fix version detection. 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)