klzhangweiya 0fbf4d84cd init_mqtt_msg_sever il y a 1 an
..
Configuration 0fbf4d84cd init_mqtt_msg_sever il y a 1 an
Controllers 0fbf4d84cd init_mqtt_msg_sever il y a 1 an
Logging 0fbf4d84cd init_mqtt_msg_sever il y a 1 an
Mqtt 0fbf4d84cd init_mqtt_msg_sever il y a 1 an
Scripting 0fbf4d84cd init_mqtt_msg_sever il y a 1 an
Scripts 0fbf4d84cd init_mqtt_msg_sever il y a 1 an
Web 0fbf4d84cd init_mqtt_msg_sever il y a 1 an
LICENSE 0fbf4d84cd init_mqtt_msg_sever il y a 1 an
MQTTnet.Server.csproj 0fbf4d84cd init_mqtt_msg_sever il y a 1 an
Program.cs 0fbf4d84cd init_mqtt_msg_sever il y a 1 an
README.md 0fbf4d84cd init_mqtt_msg_sever il y a 1 an
appsettings.Development.json 0fbf4d84cd init_mqtt_msg_sever il y a 1 an
appsettings.json 0fbf4d84cd init_mqtt_msg_sever il y a 1 an

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)