Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Discovery Protocol Buffer Payload

Field

Type [Size]

Description

Field

Type [Size]

Description

Model

RadarModel PB Message

Model information of Radar

Max Clients Allowed

uint32_t [4]

Maximum number of clients this radar supports

Clients

String list

List of IP addresses connected to the radar

Feature Flag

uint32_t [4]

See below for details

Has Extended Feature Flags

bool

If true, the radar provides extended feature information.

Feature Flag layout

The Feature Flag is a 32-bit word. The fields depend on the protocol version in use.

Version 2 (radar firmware version v.3.1.0.400 or earlier):

...

All radars support basic feature information. If the ‘has extended feature flags’ field is true, the radar will also provide additional feature information.

Basic Feature Information

...

Extended Feature Information

...

Update Network Settings

The update network settings message contains all of the information required to change the IP settings of the radar. The message provides all critical data in fixed length fields at the beginning of the message. These values are the minimum required in order to successfully configure the IP settings of the radar. These fields can be accessed using the normal process of decoding a byte stream coming across the network.

...