This repository provides a number of Node-RED nodes to interact with FlexRadio 6xxx series software defined and network attached radios.
The nodes in this collection are as follows:
flexradio-requestnode to send commands to a radio (and get responses)flexradio-messagenode that injects messages and status from a radio into the flowflexradio-meternode that injects meter data from a radioflexradio-streamnode that injects streaming data from radio (panadapter, waterfall, audio)flexradio-radioconfiguration node that manages communication with radiosflexradio-discoverynode that injects radio discovery messages into the flow
The following support libraries are dependencies of these Node-RED nodes. They should be automatically installed when you install the node-red-contrib-flexradio nodes. They are contained in the same source repository and listed here for completeness sake. These provide two additional nodes to access some of the internal decoding functions of the flexradio-js and vita49-js libraries for testing. They should not be used under normal circumstances.
-
flexradio-decodenode that will run the internal decoder on TCP messages (used for development and debugging only) -
vita49-decodenode that will run the internal decoder on TCP messages (used for development and debugging only)
For a more thorough explanation of how to use these nodes in your flows please refer to the documentation for the main package provided in this repository:
node-red-contrib-flexradio/README.md
Please use the GitHub issues tab above to report problems with these nodes. Be as precise as you can with the problem and include any log data you may have captured.
