Version 1_1
This commit is contained in:
parent
f55d4aefcd
commit
bdbc97c4e1
@ -29,7 +29,7 @@ namespace Mqtt.Client.AspNetCore.Services
|
|||||||
{
|
{
|
||||||
var server = "localhost";
|
var server = "localhost";
|
||||||
#if DEBUG
|
#if DEBUG
|
||||||
server = "192.168.31.96";
|
server = "localhost";//"192.168.31.96";
|
||||||
#endif
|
#endif
|
||||||
this.options = options;
|
this.options = options;
|
||||||
this.options = new MqttClientOptionsBuilder()
|
this.options = new MqttClientOptionsBuilder()
|
||||||
|
|||||||
@ -3,8 +3,8 @@
|
|||||||
"windowsAuthentication": false,
|
"windowsAuthentication": false,
|
||||||
"anonymousAuthentication": true,
|
"anonymousAuthentication": true,
|
||||||
"iisExpress": {
|
"iisExpress": {
|
||||||
"applicationUrl": "http://localhost:50185",
|
"applicationUrl": "http://localhost:5000",
|
||||||
"sslPort": 44316
|
"sslPort": 0
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"$schema": "http://json.schemastore.org/launchsettings.json",
|
"$schema": "http://json.schemastore.org/launchsettings.json",
|
||||||
|
|||||||
@ -1,7 +1,8 @@
|
|||||||
{
|
{
|
||||||
"ConnectionStrings": {
|
"ConnectionStrings": {
|
||||||
//"TabletDb": "mongodb://admin:MioTech4ever!@localhost:27017", //DEV
|
//"TabletDb": "mongodb://admin:MioTech4ever!@localhost:27017" //DEV
|
||||||
"TabletDb": "mongodb://admin:mdlf2021!@192.168.31.96:27017" //PROD
|
//"TabletDb": "mongodb://admin:MioTech4ever!@localhost:27017" //PROD - Thomas
|
||||||
|
"TabletDb": "mongodb://admin:mdlf2021!@localhost:27017" //PROD
|
||||||
},
|
},
|
||||||
"Logging": {
|
"Logging": {
|
||||||
"LogLevel": {
|
"LogLevel": {
|
||||||
|
|||||||
BIN
RELEASE/Version 1.1/netcoreapp3.1/DevExpress.Data.v20.1.dll
Normal file
BIN
RELEASE/Version 1.1/netcoreapp3.1/DevExpress.Data.v20.1.dll
Normal file
Binary file not shown.
BIN
RELEASE/Version 1.1/netcoreapp3.1/DevExpress.Xpo.v20.1.dll
Normal file
BIN
RELEASE/Version 1.1/netcoreapp3.1/DevExpress.Xpo.v20.1.dll
Normal file
Binary file not shown.
BIN
RELEASE/Version 1.1/netcoreapp3.1/DnsClient.dll
Normal file
BIN
RELEASE/Version 1.1/netcoreapp3.1/DnsClient.dll
Normal file
Binary file not shown.
BIN
RELEASE/Version 1.1/netcoreapp3.1/MQTTnet.AspNetCore.dll
Normal file
BIN
RELEASE/Version 1.1/netcoreapp3.1/MQTTnet.AspNetCore.dll
Normal file
Binary file not shown.
BIN
RELEASE/Version 1.1/netcoreapp3.1/MQTTnet.dll
Normal file
BIN
RELEASE/Version 1.1/netcoreapp3.1/MQTTnet.dll
Normal file
Binary file not shown.
BIN
RELEASE/Version 1.1/netcoreapp3.1/Manager.Framework.dll
Normal file
BIN
RELEASE/Version 1.1/netcoreapp3.1/Manager.Framework.dll
Normal file
Binary file not shown.
BIN
RELEASE/Version 1.1/netcoreapp3.1/Manager.Framework.pdb
Normal file
BIN
RELEASE/Version 1.1/netcoreapp3.1/Manager.Framework.pdb
Normal file
Binary file not shown.
BIN
RELEASE/Version 1.1/netcoreapp3.1/Manager.Interfaces.dll
Normal file
BIN
RELEASE/Version 1.1/netcoreapp3.1/Manager.Interfaces.dll
Normal file
Binary file not shown.
BIN
RELEASE/Version 1.1/netcoreapp3.1/Manager.Interfaces.pdb
Normal file
BIN
RELEASE/Version 1.1/netcoreapp3.1/Manager.Interfaces.pdb
Normal file
Binary file not shown.
6684
RELEASE/Version 1.1/netcoreapp3.1/ManagerService.deps.json
Normal file
6684
RELEASE/Version 1.1/netcoreapp3.1/ManagerService.deps.json
Normal file
File diff suppressed because it is too large
Load Diff
BIN
RELEASE/Version 1.1/netcoreapp3.1/ManagerService.dll
Normal file
BIN
RELEASE/Version 1.1/netcoreapp3.1/ManagerService.dll
Normal file
Binary file not shown.
BIN
RELEASE/Version 1.1/netcoreapp3.1/ManagerService.pdb
Normal file
BIN
RELEASE/Version 1.1/netcoreapp3.1/ManagerService.pdb
Normal file
Binary file not shown.
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"runtimeOptions": {
|
||||||
|
"additionalProbingPaths": [
|
||||||
|
"C:\\Users\\Thomas Fransolet\\.dotnet\\store\\|arch|\\|tfm|",
|
||||||
|
"C:\\Users\\Thomas Fransolet\\.nuget\\packages",
|
||||||
|
"C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"runtimeOptions": {
|
||||||
|
"tfm": "netcoreapp3.1",
|
||||||
|
"framework": {
|
||||||
|
"name": "Microsoft.AspNetCore.App",
|
||||||
|
"version": "3.1.0"
|
||||||
|
},
|
||||||
|
"configProperties": {
|
||||||
|
"System.GC.Server": true,
|
||||||
|
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
RELEASE/Version 1.1/netcoreapp3.1/MongoDB.Bson.dll
Normal file
BIN
RELEASE/Version 1.1/netcoreapp3.1/MongoDB.Bson.dll
Normal file
Binary file not shown.
BIN
RELEASE/Version 1.1/netcoreapp3.1/MongoDB.Driver.Core.dll
Normal file
BIN
RELEASE/Version 1.1/netcoreapp3.1/MongoDB.Driver.Core.dll
Normal file
Binary file not shown.
BIN
RELEASE/Version 1.1/netcoreapp3.1/MongoDB.Driver.dll
Normal file
BIN
RELEASE/Version 1.1/netcoreapp3.1/MongoDB.Driver.dll
Normal file
Binary file not shown.
BIN
RELEASE/Version 1.1/netcoreapp3.1/MongoDB.Libmongocrypt.dll
Normal file
BIN
RELEASE/Version 1.1/netcoreapp3.1/MongoDB.Libmongocrypt.dll
Normal file
Binary file not shown.
BIN
RELEASE/Version 1.1/netcoreapp3.1/NJsonSchema.Yaml.dll
Normal file
BIN
RELEASE/Version 1.1/netcoreapp3.1/NJsonSchema.Yaml.dll
Normal file
Binary file not shown.
BIN
RELEASE/Version 1.1/netcoreapp3.1/NJsonSchema.dll
Normal file
BIN
RELEASE/Version 1.1/netcoreapp3.1/NJsonSchema.dll
Normal file
Binary file not shown.
BIN
RELEASE/Version 1.1/netcoreapp3.1/NSwag.Annotations.dll
Normal file
BIN
RELEASE/Version 1.1/netcoreapp3.1/NSwag.Annotations.dll
Normal file
Binary file not shown.
BIN
RELEASE/Version 1.1/netcoreapp3.1/NSwag.AspNetCore.dll
Normal file
BIN
RELEASE/Version 1.1/netcoreapp3.1/NSwag.AspNetCore.dll
Normal file
Binary file not shown.
BIN
RELEASE/Version 1.1/netcoreapp3.1/NSwag.Core.Yaml.dll
Normal file
BIN
RELEASE/Version 1.1/netcoreapp3.1/NSwag.Core.Yaml.dll
Normal file
Binary file not shown.
BIN
RELEASE/Version 1.1/netcoreapp3.1/NSwag.Core.dll
Normal file
BIN
RELEASE/Version 1.1/netcoreapp3.1/NSwag.Core.dll
Normal file
Binary file not shown.
Binary file not shown.
BIN
RELEASE/Version 1.1/netcoreapp3.1/NSwag.Generation.dll
Normal file
BIN
RELEASE/Version 1.1/netcoreapp3.1/NSwag.Generation.dll
Normal file
Binary file not shown.
BIN
RELEASE/Version 1.1/netcoreapp3.1/Namotion.Reflection.dll
Normal file
BIN
RELEASE/Version 1.1/netcoreapp3.1/Namotion.Reflection.dll
Normal file
Binary file not shown.
BIN
RELEASE/Version 1.1/netcoreapp3.1/Newtonsoft.Json.dll
Normal file
BIN
RELEASE/Version 1.1/netcoreapp3.1/Newtonsoft.Json.dll
Normal file
Binary file not shown.
BIN
RELEASE/Version 1.1/netcoreapp3.1/Scrypt.dll
Normal file
BIN
RELEASE/Version 1.1/netcoreapp3.1/Scrypt.dll
Normal file
Binary file not shown.
BIN
RELEASE/Version 1.1/netcoreapp3.1/SharpCompress.dll
Normal file
BIN
RELEASE/Version 1.1/netcoreapp3.1/SharpCompress.dll
Normal file
Binary file not shown.
Binary file not shown.
BIN
RELEASE/Version 1.1/netcoreapp3.1/System.Data.SqlClient.dll
Normal file
BIN
RELEASE/Version 1.1/netcoreapp3.1/System.Data.SqlClient.dll
Normal file
Binary file not shown.
Binary file not shown.
BIN
RELEASE/Version 1.1/netcoreapp3.1/System.Drawing.Common.dll
Normal file
BIN
RELEASE/Version 1.1/netcoreapp3.1/System.Drawing.Common.dll
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
RELEASE/Version 1.1/netcoreapp3.1/System.ServiceModel.Http.dll
Normal file
BIN
RELEASE/Version 1.1/netcoreapp3.1/System.ServiceModel.Http.dll
Normal file
Binary file not shown.
BIN
RELEASE/Version 1.1/netcoreapp3.1/System.ServiceModel.NetTcp.dll
Normal file
BIN
RELEASE/Version 1.1/netcoreapp3.1/System.ServiceModel.NetTcp.dll
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
RELEASE/Version 1.1/netcoreapp3.1/System.ServiceModel.dll
Normal file
BIN
RELEASE/Version 1.1/netcoreapp3.1/System.ServiceModel.dll
Normal file
Binary file not shown.
BIN
RELEASE/Version 1.1/netcoreapp3.1/YamlDotNet.dll
Normal file
BIN
RELEASE/Version 1.1/netcoreapp3.1/YamlDotNet.dll
Normal file
Binary file not shown.
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"Logging": {
|
||||||
|
"LogLevel": {
|
||||||
|
"Default": "Information",
|
||||||
|
"Microsoft": "Warning",
|
||||||
|
"Microsoft.Hosting.Lifetime": "Information"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
36
RELEASE/Version 1.1/netcoreapp3.1/appsettings.json
Normal file
36
RELEASE/Version 1.1/netcoreapp3.1/appsettings.json
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
{
|
||||||
|
"ConnectionStrings": {
|
||||||
|
//"TabletDb": "mongodb://admin:MioTech4ever!@localhost:27017" //DEV
|
||||||
|
//"TabletDb": "mongodb://admin:MioTech4ever!@localhost:27017" //PROD - Thomas
|
||||||
|
"TabletDb": "mongodb://admin:mdlf2021!@localhost:27017" //PROD
|
||||||
|
},
|
||||||
|
"Logging": {
|
||||||
|
"LogLevel": {
|
||||||
|
"Default": "Information",
|
||||||
|
"Microsoft": "Warning",
|
||||||
|
"Microsoft.Hosting.Lifetime": "Information"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"AllowedHosts": "*",
|
||||||
|
"Tokens": {
|
||||||
|
"Secret": "WVD[&vAwis9=#883bM$FRc0Mw8h",
|
||||||
|
"AccessTokenExpiration": 86400,
|
||||||
|
"RefreshTokenExpiration": 518400
|
||||||
|
},
|
||||||
|
"SecuritySettings": {
|
||||||
|
"Secret": "kfexxgohdxeelabz",
|
||||||
|
"Issuer": "Manager",
|
||||||
|
"Audience": "the client of your app",
|
||||||
|
"IdType": "Name",
|
||||||
|
"TokenExpiryInHours": 2
|
||||||
|
},
|
||||||
|
"BrokerHostSettings": {
|
||||||
|
"Host": "localhost",
|
||||||
|
"Port": 1883
|
||||||
|
},
|
||||||
|
"ClientSettings": {
|
||||||
|
"Id": "ManagerService",
|
||||||
|
"UserName": "admin",
|
||||||
|
"Password": "mdlf2021!"
|
||||||
|
}
|
||||||
|
}
|
||||||
Binary file not shown.
Binary file not shown.
BIN
RELEASE/Version 1.1/netcoreapp3.1/publish/DnsClient.dll
Normal file
BIN
RELEASE/Version 1.1/netcoreapp3.1/publish/DnsClient.dll
Normal file
Binary file not shown.
BIN
RELEASE/Version 1.1/netcoreapp3.1/publish/MQTTnet.AspNetCore.dll
Normal file
BIN
RELEASE/Version 1.1/netcoreapp3.1/publish/MQTTnet.AspNetCore.dll
Normal file
Binary file not shown.
BIN
RELEASE/Version 1.1/netcoreapp3.1/publish/MQTTnet.dll
Normal file
BIN
RELEASE/Version 1.1/netcoreapp3.1/publish/MQTTnet.dll
Normal file
Binary file not shown.
BIN
RELEASE/Version 1.1/netcoreapp3.1/publish/Manager.Framework.dll
Normal file
BIN
RELEASE/Version 1.1/netcoreapp3.1/publish/Manager.Framework.dll
Normal file
Binary file not shown.
BIN
RELEASE/Version 1.1/netcoreapp3.1/publish/Manager.Framework.pdb
Normal file
BIN
RELEASE/Version 1.1/netcoreapp3.1/publish/Manager.Framework.pdb
Normal file
Binary file not shown.
BIN
RELEASE/Version 1.1/netcoreapp3.1/publish/Manager.Interfaces.dll
Normal file
BIN
RELEASE/Version 1.1/netcoreapp3.1/publish/Manager.Interfaces.dll
Normal file
Binary file not shown.
BIN
RELEASE/Version 1.1/netcoreapp3.1/publish/Manager.Interfaces.pdb
Normal file
BIN
RELEASE/Version 1.1/netcoreapp3.1/publish/Manager.Interfaces.pdb
Normal file
Binary file not shown.
6684
RELEASE/Version 1.1/netcoreapp3.1/publish/ManagerService.deps.json
Normal file
6684
RELEASE/Version 1.1/netcoreapp3.1/publish/ManagerService.deps.json
Normal file
File diff suppressed because it is too large
Load Diff
BIN
RELEASE/Version 1.1/netcoreapp3.1/publish/ManagerService.dll
Normal file
BIN
RELEASE/Version 1.1/netcoreapp3.1/publish/ManagerService.dll
Normal file
Binary file not shown.
BIN
RELEASE/Version 1.1/netcoreapp3.1/publish/ManagerService.pdb
Normal file
BIN
RELEASE/Version 1.1/netcoreapp3.1/publish/ManagerService.pdb
Normal file
Binary file not shown.
@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"runtimeOptions": {
|
||||||
|
"tfm": "netcoreapp3.1",
|
||||||
|
"framework": {
|
||||||
|
"name": "Microsoft.AspNetCore.App",
|
||||||
|
"version": "3.1.0"
|
||||||
|
},
|
||||||
|
"configProperties": {
|
||||||
|
"System.GC.Server": true,
|
||||||
|
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
RELEASE/Version 1.1/netcoreapp3.1/publish/MongoDB.Bson.dll
Normal file
BIN
RELEASE/Version 1.1/netcoreapp3.1/publish/MongoDB.Bson.dll
Normal file
Binary file not shown.
Binary file not shown.
BIN
RELEASE/Version 1.1/netcoreapp3.1/publish/MongoDB.Driver.dll
Normal file
BIN
RELEASE/Version 1.1/netcoreapp3.1/publish/MongoDB.Driver.dll
Normal file
Binary file not shown.
Binary file not shown.
BIN
RELEASE/Version 1.1/netcoreapp3.1/publish/NJsonSchema.Yaml.dll
Normal file
BIN
RELEASE/Version 1.1/netcoreapp3.1/publish/NJsonSchema.Yaml.dll
Normal file
Binary file not shown.
BIN
RELEASE/Version 1.1/netcoreapp3.1/publish/NJsonSchema.dll
Normal file
BIN
RELEASE/Version 1.1/netcoreapp3.1/publish/NJsonSchema.dll
Normal file
Binary file not shown.
BIN
RELEASE/Version 1.1/netcoreapp3.1/publish/NSwag.Annotations.dll
Normal file
BIN
RELEASE/Version 1.1/netcoreapp3.1/publish/NSwag.Annotations.dll
Normal file
Binary file not shown.
BIN
RELEASE/Version 1.1/netcoreapp3.1/publish/NSwag.AspNetCore.dll
Normal file
BIN
RELEASE/Version 1.1/netcoreapp3.1/publish/NSwag.AspNetCore.dll
Normal file
Binary file not shown.
BIN
RELEASE/Version 1.1/netcoreapp3.1/publish/NSwag.Core.Yaml.dll
Normal file
BIN
RELEASE/Version 1.1/netcoreapp3.1/publish/NSwag.Core.Yaml.dll
Normal file
Binary file not shown.
BIN
RELEASE/Version 1.1/netcoreapp3.1/publish/NSwag.Core.dll
Normal file
BIN
RELEASE/Version 1.1/netcoreapp3.1/publish/NSwag.Core.dll
Normal file
Binary file not shown.
Binary file not shown.
BIN
RELEASE/Version 1.1/netcoreapp3.1/publish/NSwag.Generation.dll
Normal file
BIN
RELEASE/Version 1.1/netcoreapp3.1/publish/NSwag.Generation.dll
Normal file
Binary file not shown.
Binary file not shown.
BIN
RELEASE/Version 1.1/netcoreapp3.1/publish/Newtonsoft.Json.dll
Normal file
BIN
RELEASE/Version 1.1/netcoreapp3.1/publish/Newtonsoft.Json.dll
Normal file
Binary file not shown.
BIN
RELEASE/Version 1.1/netcoreapp3.1/publish/Scrypt.dll
Normal file
BIN
RELEASE/Version 1.1/netcoreapp3.1/publish/Scrypt.dll
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user