Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
Christian Kratky 54870adc64 Fix build warnings and errors. před 4 roky
..
Configuration Add TLS certificate password support for MQTTnet.Server. před 5 roky
Controllers Add version information to MQTTnet.Server. před 5 roky
Logging Fix logging issues. před 4 roky
Mqtt Fix build warnings and errors. před 4 roky
Scripting Expose more properties of the connection validator context in MQTTnet.Server. Migrate return code to reason code. před 5 roky
Scripts Expose more properties of the connection validator context in MQTTnet.Server. Migrate return code to reason code. před 5 roky
Web Fix build warnings and errors. před 4 roky
LICENSE Create MQTTnet.Server package from publish output instead build files. před 5 roky
MQTTnet.Server.csproj Update nuget packages. před 4 roky
Program.cs Fix build warnings and errors. před 4 roky
README.md Add authorization for MQTTnet.Server před 5 roky
appsettings.Development.json Extend MQTTnet.Server application. před 5 roky
appsettings.json Add TLS certificate password support for MQTTnet.Server. před 5 roky

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)