Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
Christian Kratky 6608172719 MQTTnet.Server: Extend messages API. vor 5 Jahren
..
Configuration Expose more properties of the connection validator context in MQTTnet.Server. Migrate return code to reason code. vor 5 Jahren
Controllers MQTTnet.Server: Extend messages API. vor 5 Jahren
Logging Cleanup. vor 5 Jahren
Mqtt Remove dedicated values from contexts and only provide session items. vor 5 Jahren
Scripting Expose more properties of the connection validator context in MQTTnet.Server. Migrate return code to reason code. vor 5 Jahren
Scripts Expose more properties of the connection validator context in MQTTnet.Server. Migrate return code to reason code. vor 5 Jahren
Web Expose more properties of the connection validator context in MQTTnet.Server. Migrate return code to reason code. vor 5 Jahren
LICENSE Create MQTTnet.Server package from publish output instead build files. vor 5 Jahren
MQTTnet.Server.csproj Update authentication. vor 5 Jahren
Program.cs Fix MQTTnet.Server startup colors. vor 5 Jahren
README.md Add authorization for MQTTnet.Server vor 5 Jahren
appsettings.Development.json Extend MQTTnet.Server application. vor 5 Jahren
appsettings.json Fix MQTTnet.Server app settings to allow external connections. vor 5 Jahren
package.json Add support for WebSocket connections. vor 5 Jahren

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)