ArduPilot / ArduRemoteID

RemoteID support using OpenDroneID
GNU General Public License v2.0
93 stars 46 forks source link

OperatorID: Make OPERATOR ID messages optional #69

Open muramura opened 1 year ago

muramura commented 1 year ago

The Operator ID message is optional.

  1. if the number of text characters is 0, the message is not sent.
  2. Operator ID information can be set in the configuration parameter.

TEXT LEN > 0 Screenshot_20220922-150811868

TEXT LEN < 1 Screenshot_20220922-151853446

tridge commented 1 year ago

same Q as for the Self-ID PR. Should we add the complexity of not sending or just send blank like we do now? the spec is vague about which jurisdictions require this message

friissoren commented 1 year ago

the spec is vague about which jurisdictions require this message

The operator ID is only mandatory in the EU. The rules and additional documents for the US and Japan specify the operator ID as optional. Whether any other jurisdiction will make it mandatory can only be speculated upon at this point.

BluemarkInnovations commented 1 year ago

In my opinion you should not broadcast packets with empty data. This saves energy and reduces co-existence issues.

tridge commented 11 months ago

@muramura @BluemarkInnovations I think this is handled in #101 ?