No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
Christian Kratky ce51d12a03 Update SDK versions. hace 5 años
..
Configuration Add TLS certificate password support for MQTTnet.Server. hace 5 años
Controllers Add version information to MQTTnet.Server. hace 5 años
Logging Cleanup. hace 5 años
Mqtt Update docs. Add UnitTests. hace 5 años
Scripting Expose more properties of the connection validator context in MQTTnet.Server. Migrate return code to reason code. hace 5 años
Scripts Expose more properties of the connection validator context in MQTTnet.Server. Migrate return code to reason code. hace 5 años
Web Update SDK versions. hace 5 años
LICENSE Create MQTTnet.Server package from publish output instead build files. hace 5 años
MQTTnet.Server.csproj Update SDK versions. hace 5 años
Program.cs Fix MQTTnet.Server startup colors. hace 5 años
README.md Add authorization for MQTTnet.Server hace 5 años
appsettings.Development.json Extend MQTTnet.Server application. hace 5 años
appsettings.json Add TLS certificate password support for MQTTnet.Server. hace 5 años
package.json Add support for WebSocket connections. hace 5 años

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)