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 6608172719 MQTTnet.Server: Extend messages API. 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 MQTTnet.Server: Extend messages API. pirms 5 gadiem
Logging Cleanup. pirms 5 gadiem
Mqtt Remove dedicated values from contexts and only provide session items. 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 Fix MQTTnet.Server startup colors. 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 Fix MQTTnet.Server app settings to allow external connections. 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)