Background
Some context on signal repeaters: https://en.wikipedia.org/wiki/Amateur_radio_repeater, https://www.arrl.org/files/file/Technology/tis/info/pdf/repeater1.pdf
Goal
- Be able to receive a radio packet with some REPEAT node address then re-transmit the same packet at a different node address.
- Not disrupt other mission-critical protocols on samwise (e.g. file transfer, command parsing/handling)
- Computationally efficient protocol (cap PiCubed utilization to some theoretically bounded % to ensure we don't spend all our time acting as a repeater station)
Background
Some context on signal repeaters: https://en.wikipedia.org/wiki/Amateur_radio_repeater, https://www.arrl.org/files/file/Technology/tis/info/pdf/repeater1.pdf
Goal