kylekrieg / Node-Red-Contesting-Dashboard

Node Red Contesting Dashboard for Amateur Radio
24 stars 9 forks source link

Multi-S02R Radio Configuration #38

Open kylekrieg opened 1 year ago

kylekrieg commented 1 year ago

Today the dashboard receives radio info from UDP. The UDP packet has the PC name, which the dashboard keys off of. If running S02R, it uses the radio # in the UDP packet.

If SO1V the PC (radio) info is easy. If SO2R, VFO 1 (UDP packet radio 1) info is placed in radio 1's info position, VFO 2 (UDP packet radio 2) is placed in radio 2's info position.
If Multi-OP, we assume every PC (radio) only has 1 VFO.

In some contests, Multi-Op's can be running SO2R, so how do we account for Multi-OP, all radios running SO2R. This is a very rare case, but was asked by Ron for a solution.

kd9lsv commented 1 year ago

What do we want the output to be?

  1. Radio 1 for 2 operators
  2. Radio 1 for Operator 1 and Radio 1 for Operator 2?

Or are we talking about adding more radio to the dashboard page?