Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
Christian Kratky 6608172719 MQTTnet.Server: Extend messages API. před 5 roky
..
Configuration Expose more properties of the connection validator context in MQTTnet.Server. Migrate return code to reason code. před 5 roky
Controllers MQTTnet.Server: Extend messages API. před 5 roky
Logging Cleanup. před 5 roky
Mqtt Remove dedicated values from contexts and only provide session items. před 5 roky
Scripting Expose more properties of the connection validator context in MQTTnet.Server. Migrate return code to reason code. před 5 roky
Scripts Expose more properties of the connection validator context in MQTTnet.Server. Migrate return code to reason code. před 5 roky
Web Expose more properties of the connection validator context in MQTTnet.Server. Migrate return code to reason code. před 5 roky
LICENSE Create MQTTnet.Server package from publish output instead build files. před 5 roky
MQTTnet.Server.csproj Update authentication. před 5 roky
Program.cs Fix MQTTnet.Server startup colors. před 5 roky
README.md Add authorization for MQTTnet.Server před 5 roky
appsettings.Development.json Extend MQTTnet.Server application. před 5 roky
appsettings.json Fix MQTTnet.Server app settings to allow external connections. před 5 roky
package.json Add support for WebSocket connections. před 5 roky

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)