charliefoxtwo / DCS-BIOS-Communicator

A package for communicating with DCS-BIOS in .net 6.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support Aircraft Name in message

charliefoxtwo opened this issue · comments

DCS-BIOS supports receiving messages prefixed with the aircraft name. We should make sure we support this behavior.

Additionally, we should add a configuration option (probably a boolean) to turn on/off including the aircraft prefix in the message address, and default to false to allow backwards compatibility.

Current behavior
Send -> MASTER_CAUTION_LT
Receive -> MASTER_CAUTION_LT

Desired behavior (via config)
Send -> A-10C/MASTER_CAUTION_LT
Receive -> A-10C/MASTER_CAUTION_LT