From 2daf438fd6902138b4229e21a8d67b02da778599 Mon Sep 17 00:00:00 2001 From: Roy Date: Tue, 20 Dec 2022 13:06:58 +0200 Subject: Modified TCP machines discovery method to MultiCast. --- Software/PMR/Messages/Integration/ExternalBridgeUdpDiscoveryPacket.proto | 1 + 1 file changed, 1 insertion(+) (limited to 'Software/PMR') diff --git a/Software/PMR/Messages/Integration/ExternalBridgeUdpDiscoveryPacket.proto b/Software/PMR/Messages/Integration/ExternalBridgeUdpDiscoveryPacket.proto index d797e6de3..9a65d3818 100644 --- a/Software/PMR/Messages/Integration/ExternalBridgeUdpDiscoveryPacket.proto +++ b/Software/PMR/Messages/Integration/ExternalBridgeUdpDiscoveryPacket.proto @@ -7,4 +7,5 @@ message ExternalBridgeUdpDiscoveryPacket { string Time = 1; string SerialNumber = 2; + string Guid = 3; } \ No newline at end of file -- cgit v1.3.1