Net8 AspNetCore项目搭建MQTT服务器,支持TCP,WebSocket协议登陆
NuGet引入MQTTnet.AspNetCore.dll
appsettings.json
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Kestrel": {
"Endpoints": {
"MyHttpEndpoint": {
"Url": "http://localhost:8080"
}