gr-m17 icon indicating copy to clipboard operation
gr-m17 copied to clipboard

GNU Radio M17 protocol implementation

Results 5 gr-m17 issues
Sort by recently updated
recently updated
newest added

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...

enhancement

Bring order to `gr-m17/examples` and `M17_Implementations/SP5WWP/grc`.

enhancement

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...

bug

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...

enhancement