m17-cxx-demod icon indicating copy to clipboard operation
m17-cxx-demod copied to clipboard

M17 Demodulator in C++ (GPL)

Results 10 m17-cxx-demod issues
Sort by recently updated
recently updated
newest added

This fixes the following error : `In file included from /home/bjk/gnuradio/src/modules/m17-cxx-demod/apps/m17-mod.cpp:3: /home/bjk/gnuradio/src/modules/m17-cxx-demod/include/m17cxx/Util.h:213:47: error: ‘uint8_t’ was not declared in this scope 213 | constexpr bool get_bit_index(const std::array& input, size_t index) |...

Without the change build fails on `gcc-13 `as: In file included from /build/source/apps/m17-mod.cpp:3: /build/source/include/m17cxx/Util.h:213:47: error: 'uint8_t' was not declared in this scope 213 | constexpr bool get_bit_index(const std::array& input, size_t...

Add some dependent packages and specify the specific package names.

Hi. I was trying to build m17-cxx-demod on Ubuntu with GCC 13 (gcc (Ubuntu 13.2.0-4ubuntu3) 13.2.0 ) and got following error: ``` /home/xxxx/m17-cxx-demod/include/m17cxx/Util.h:213:47: error: ‘uint8_t’ was not declared in this...

I realized a downstream project changed Codec2 by the Opus codec: https://github.com/phase4ground/opv-cxx-demod It may be would be nice to have both codecs as a parametrized option?

Adds output (m17-mod) and input (m17-demod) for the SYM, BIN, and RRC formats as described here: https://spec.m17project.org/appendix/file-formats SYM - M17 symbols BIN - packed M17 di-bits RRC - RRC filtered...

I was playing around with a NucleoTNC and needed to send KISS packets with M17 voice transmissions to the tnc. I therefore extended the modulator with an option to return...

What I am doing wrong or missing? ``` root@raspberrypi:/home/pi/m17-cxx-demod/build# cmake .. -- Build type not specified: defaulting to release. -- # Checking dependencies -- Found GTest: /usr/lib/arm-linux-gnueabihf/libgtest.a -- Using install...

"arecord ... | m17-mod ... > dump.raw" generates exactly 280ms of baseband, everytime.

On a Raspberry Pi5 with Gentoo Linux. git commit: ``` rpi5 /usr/local/src/m17-cxx-demod # date; git log -1 Thu May 30 13:54:52 PDT 2024 commit 7e30f0601a33da423cb416fec5890c67af5b870a (HEAD -> master, origin/master, origin/HEAD)...