Christian Kratky 6608172719 | пре 5 година | |
---|---|---|
.. | ||
Configuration | пре 5 година | |
Controllers | пре 5 година | |
Logging | пре 5 година | |
Mqtt | пре 5 година | |
Scripting | пре 5 година | |
Scripts | пре 5 година | |
Web | пре 5 година | |
LICENSE | пре 5 година | |
MQTTnet.Server.csproj | пре 5 година | |
Program.cs | пре 5 година | |
README.md | пре 5 година | |
appsettings.Development.json | пре 5 година | |
appsettings.json | пре 5 година | |
package.json | пре 5 година |
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)