25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 497 B

12345678910
  1. # Starting portable version
  2. 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.
  3. dotnet .\MQTTnet.Server.dll
  4. # Starting self contained versions
  5. The self contained versions are fully portable versions including the .net core runtime. The server can be started using the contained executable files.
  6. Windows: MQTTnet.Server.exe
  7. Linux: MQTTnet.Server (must be set to _executable_ first)