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 Kratky 0c7a5a992b Expose more properties of the connection validator context in MQTTnet.Server. Migrate return code to reason code. pirms 5 gadiem
..
Configuration Expose more properties of the connection validator context in MQTTnet.Server. Migrate return code to reason code. pirms 5 gadiem
Controllers Add authorization for MQTTnet.Server pirms 5 gadiem
Logging Cleanup. pirms 5 gadiem
Mqtt Expose more properties of the connection validator context in MQTTnet.Server. Migrate return code to reason code. pirms 5 gadiem
Scripting Expose more properties of the connection validator context in MQTTnet.Server. Migrate return code to reason code. pirms 5 gadiem
Scripts Expose more properties of the connection validator context in MQTTnet.Server. Migrate return code to reason code. pirms 5 gadiem
Web Expose more properties of the connection validator context in MQTTnet.Server. Migrate return code to reason code. pirms 5 gadiem
LICENSE Create MQTTnet.Server package from publish output instead build files. pirms 5 gadiem
MQTTnet.Server.csproj Update authentication. pirms 5 gadiem
Program.cs Add authorization for MQTTnet.Server pirms 5 gadiem
README.md Add authorization for MQTTnet.Server pirms 5 gadiem
appsettings.Development.json Extend MQTTnet.Server application. pirms 5 gadiem
appsettings.json Expose more properties of the connection validator context in MQTTnet.Server. Migrate return code to reason code. pirms 5 gadiem
package.json Add support for WebSocket connections. pirms 5 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)