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 4a7ff9e9ed Add TLS certificate password support for MQTTnet.Server. pirms 5 gadiem
..
Configuration Add TLS certificate password support for MQTTnet.Server. pirms 5 gadiem
Controllers Add version information to MQTTnet.Server. pirms 5 gadiem
Logging Cleanup. pirms 5 gadiem
Mqtt Add TLS certificate password support for MQTTnet.Server. 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 Add TLS certificate password support for MQTTnet.Server. 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)