diff options
| author | Roy <Roy.mail.net@gmail.com> | 2022-12-20 13:06:58 +0200 |
|---|---|---|
| committer | Roy <Roy.mail.net@gmail.com> | 2022-12-20 13:06:58 +0200 |
| commit | 2daf438fd6902138b4229e21a8d67b02da778599 (patch) | |
| tree | d91655cbf00b48d48a375bec1e48367809808fd9 /Software/PMR | |
| parent | 144f4d40b74b552277c12edc6d41b8676440070a (diff) | |
| download | Tango-2daf438fd6902138b4229e21a8d67b02da778599.tar.gz Tango-2daf438fd6902138b4229e21a8d67b02da778599.zip | |
Modified TCP machines discovery method to MultiCast.
Diffstat (limited to 'Software/PMR')
| -rw-r--r-- | Software/PMR/Messages/Integration/ExternalBridgeUdpDiscoveryPacket.proto | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
