Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
Christian c1001db450 Add packet inspector API. pirms 4 gadiem
..
.config General code refactoring. pirms 4 gadiem
Configuration Add TLS certificate password support for MQTTnet.Server. pirms 5 gadiem
Controllers MQTTnet.Server: Fix version detection. pirms 4 gadiem
Logging Improve logger performance. pirms 4 gadiem
Mqtt Refactor TLS 1.3 support. pirms 4 gadiem
Scripting Update python runtime for MQTTnet.Server. pirms 4 gadiem
Scripts Expose more properties of the connection validator context in MQTTnet.Server. Migrate return code to reason code. pirms 5 gadiem
Web Update docs. pirms 4 gadiem
LICENSE Create MQTTnet.Server package from publish output instead build files. pirms 5 gadiem
MQTTnet.Server.csproj Add packet inspector API. pirms 4 gadiem
Program.cs Add support for static files. pirms 4 gadiem
README.md Add authorization for MQTTnet.Server pirms 5 gadiem
appsettings.Development.json Extend MQTTnet.Server application. pirms 5 gadiem
appsettings.json Update python runtime for MQTTnet.Server. pirms 4 gadiem

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)