diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2025-08-19 14:53:52 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2025-08-19 14:53:52 +0300 |
| commit | 4fd21b08a24f1697ab6159509cad4fadf66c1a32 (patch) | |
| tree | 41e668c7b1567a6ea2f19abd034125111dc21739 /Software/Visual_Studio/Tango.Telemetry/Tango.Telemetry.csproj | |
| parent | e83090a37f55de0a454866d22df1f9f9c36567af (diff) | |
| download | Tango-4fd21b08a24f1697ab6159509cad4fadf66c1a32.tar.gz Tango-4fd21b08a24f1697ab6159509cad4fadf66c1a32.zip | |
Telemetry MQTT destination tested + In-Process Broker.
Diffstat (limited to 'Software/Visual_Studio/Tango.Telemetry/Tango.Telemetry.csproj')
| -rw-r--r-- | Software/Visual_Studio/Tango.Telemetry/Tango.Telemetry.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.Telemetry/Tango.Telemetry.csproj b/Software/Visual_Studio/Tango.Telemetry/Tango.Telemetry.csproj index 035625149..249a9968f 100644 --- a/Software/Visual_Studio/Tango.Telemetry/Tango.Telemetry.csproj +++ b/Software/Visual_Studio/Tango.Telemetry/Tango.Telemetry.csproj @@ -245,6 +245,7 @@ <Compile Include="Helpers\DateTimeUTCFixer.cs" /> <Compile Include="Destinations\TelemetryAzureHubDestination.cs" /> <Compile Include="ExtensionMethods\ITelemetryExtensions.cs" /> + <Compile Include="Helpers\InProcessMqttBroker.cs" /> <Compile Include="Helpers\InternetConnectivity.cs" /> <Compile Include="ITelemetryCheckpointsRecoveryClient.cs" /> <Compile Include="ITelemetryDestination.cs" /> |
