stephenhouser / node-red-contrib-wsjt-x

A Node to handle the decoding of WSJT-X data in NodeRed.
Other
6 stars 0 forks source link

Add sending commands to WSJTX #5

Closed stephenhouser closed 1 year ago

stephenhouser commented 1 year ago

Create or modify so that you can send commands/messages to the WSJTX host. Currently the nodes here only receive data from the host. The protocol allows sending commands to:

Also with multiple instances of WSJT-X. Each instance has a unique name. The instance names appear in the status message as "id." In the WSJT communications document the "id" must be included in the command to WSJT. Use the "id" from the WSJT status packet to build a list of available instances, build a pull-down selector for the same, and use the selected instance to build the WSJT Send node configuration.

(Thank you Alan WA9WUD for these suggestions)

stephenhouser commented 1 year ago

Commit 0775137 starts adding these features

stephenhouser commented 1 year ago

Commit ed9a0fb has the bulk of this work completed for all the "in" messages.

stephenhouser commented 1 year ago

Resolved with release of v2.0 in bdcea7f