gr-m17
gr-m17 copied to clipboard
GNU Radio M17 protocol implementation
How to reproduce: 1. Run `examples/m17_loopback_noisy.grc` 2. Observe how the decoder works with no noise applied to the symbol stream (default state). 3. Add a little Gaussian noise to the...
C++ version of the C code pulled as a submodule, is redundant. The aim should be to create some form of API within the C code that could be called...
Bring order to `gr-m17/examples` and `M17_Implementations/SP5WWP/grc`.
Since our implementation doesn't use tags, there is no way the encoder block could tell there's no more data to encode. This results in missing End of Transmission frame. I...
This is not a bug, but a note for users. The `Mode` drop-down menu's `Packet` entry only sets the `Packet/Stream` bit of the `TYPE` field to 0. It does not...