Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

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)