Christian Kratky 6608172719 | 5 anni fa | |
---|---|---|
.. | ||
Configuration | 5 anni fa | |
Controllers | 5 anni fa | |
Logging | 5 anni fa | |
Mqtt | 5 anni fa | |
Scripting | 5 anni fa | |
Scripts | 5 anni fa | |
Web | 5 anni fa | |
LICENSE | 5 anni fa | |
MQTTnet.Server.csproj | 5 anni fa | |
Program.cs | 5 anni fa | |
README.md | 5 anni fa | |
appsettings.Development.json | 5 anni fa | |
appsettings.json | 5 anni fa | |
package.json | 5 anni fa |
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
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)