fldigi-cpp is the digita mode implementations extracted from fldigi by way of AndFlmsg
  • C++ 95.5%
  • C 2.4%
  • Pawn 2.1%
2026-03-24 16:32:05 -05:00
modes Migrate large memory allocations to PSRAM on Teensy 2026-03-24 16:32:05 -05:00
src Migrate large memory allocations to PSRAM on Teensy 2026-03-24 16:32:05 -05:00
.gitignore Initial import 2026-03-01 14:37:22 -06:00
forja.toml Added Eden example 2026-03-02 23:25:22 -06:00
README.md Update README.md 2025-06-12 12:43:12 +10:00

AndFlmsg is a combination of Fldigi and Flmsg for portable devices running Android.

The main objective of this development is to provide a low power highly-portable, as in mobile or backpack, Flmsg/Fldigi solution.

The inclusion of modes like MT-63, Olivia and long interleave MFSK modes allows audio coupling to be used effectively without the need for an audio interface.

The display and entry forms can be independently modified in order to match the screen real-estate of the target devices.

It does basically most of what the fully featured version of FLMSG does.

Installable apk, manuals in the Releases section.