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