klzhangweiya 0fbf4d84cd init_mqtt_msg_sever há 1 ano atrás
..
Configuration 0fbf4d84cd init_mqtt_msg_sever há 1 ano atrás
Controllers 0fbf4d84cd init_mqtt_msg_sever há 1 ano atrás
Logging 0fbf4d84cd init_mqtt_msg_sever há 1 ano atrás
Mqtt 0fbf4d84cd init_mqtt_msg_sever há 1 ano atrás
Scripting 0fbf4d84cd init_mqtt_msg_sever há 1 ano atrás
Scripts 0fbf4d84cd init_mqtt_msg_sever há 1 ano atrás
Web 0fbf4d84cd init_mqtt_msg_sever há 1 ano atrás
LICENSE 0fbf4d84cd init_mqtt_msg_sever há 1 ano atrás
MQTTnet.Server.csproj 0fbf4d84cd init_mqtt_msg_sever há 1 ano atrás
Program.cs 0fbf4d84cd init_mqtt_msg_sever há 1 ano atrás
README.md 0fbf4d84cd init_mqtt_msg_sever há 1 ano atrás
appsettings.Development.json 0fbf4d84cd init_mqtt_msg_sever há 1 ano atrás
appsettings.json 0fbf4d84cd init_mqtt_msg_sever há 1 ano atrás

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)