Add communication with local MQTT

This commit is contained in:
2023-01-24 10:54:18 +01:00
parent 7d18b17272
commit 685e9f9e1d
3 changed files with 239 additions and 4 deletions

View File

@@ -8,7 +8,17 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Google.Protobuf" Version="3.21.12" />
<PackageReference Include="Grpc.Tools" Version="2.39.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="MQTTnet" Version="4.1.4.563" />
<PackageReference Include="NModbus" Version="3.0.72" />
</ItemGroup>
<ItemGroup>
<Protobuf Include="Interface.proto" GrpcServices="Server" />
</ItemGroup>
</Project>