mmdvm-sdr icon indicating copy to clipboard operation
mmdvm-sdr copied to clipboard

MMDVModem for SDR apps - mmdvm firmware port for running on x86/ARM Linux

Results 6 mmdvm-sdr issues
Sort by recently updated
recently updated
newest added

@r4d10n I've rebased our patches onto the latest MMDVM, it wasn't very easy because git histories were different, but I think it's fine now. The rebase is here: https://github.com/qradiolink/MMDVM-SDR (it's...

You'll probably be pleased to know that I now have a branch which works with both timeslots and full TDMA BS access is implemented in https://github.com/qradiolink/qradiolink/tree/mmdvm_tdma Tested using a LimeSDR-mini....

I'm managed to get this compiling but I couldnt see a concrete reference on how to use it. From what I can tell you read the generated `ttyMMDVM0` to get...

Hi! I'm trying to get this up by installing libzmq and running make on a raspberry pi 4(64 bit image) and it is failing to compile after ab1cc22. ``` pi@mmdvm:~/mmdvm-sdr/build...

When playing the piped stdout samples constant audio underruns are occuring. Each underrun lasts about 500ms. I suspect mmdvm-sdr is not writing audio data fast enough to be played in...

Hi! Thank you for your work, I'm actually looking into the same idea of having an SDR-based repeater :) I tried to compile your code today on by Debian XX...