stephenhouser / node-red-contrib-flexradio

NodeRed nodes for working with FlexRadio 6xxx series software defined radios
Other
9 stars 3 forks source link

Add a _raw_ mode to the request and message nodes #3

Closed stephenhouser closed 3 years ago

stephenhouser commented 3 years ago

I would like to get the raw data sent from the radio into my flow rather than the parsed JSON data the the current flexradio-meter and flexradio-message nodes provide so that I can parse and work with the data in ways that the current nodes have not yet provided for.

stephenhouser commented 3 years ago

Going to drop this as an enhancement. Can't really see the use other than when I'm debugging the nodes. All this information is available in the logs, console and node-red logs, so no real reason to have it in the flow and taking up space/memory.