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 558d281a33 Refactor TLS 1.3 support. před 4 roky
..
.config General code refactoring. před 4 roky
Configuration Add TLS certificate password support for MQTTnet.Server. před 5 roky
Controllers MQTTnet.Server: Fix version detection. před 4 roky
Logging Improve logger performance. před 4 roky
Mqtt Refactor TLS 1.3 support. před 4 roky
Scripting Update python runtime for MQTTnet.Server. před 4 roky
Scripts Expose more properties of the connection validator context in MQTTnet.Server. Migrate return code to reason code. před 5 roky
Web Added MQTT JS examples for MQTTnet.Server. před 4 roky
LICENSE Create MQTTnet.Server package from publish output instead build files. před 5 roky
MQTTnet.Server.csproj Align nuget dependency versions and project references. před 4 roky
Program.cs Add support for static files. 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 Update python runtime for MQTTnet.Server. před 4 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)