Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

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)