alexernst / PacketDroid

Android port of Multimon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PacketDroid is Multimon for Android

Right now, the only demodulator available is AFSK1200. After I clean up the code a little bit, it'll support all the decoders implemented by Multimon:

  • AX.25
    • 1200 Baud AFSK
    • 2400 Baud AFSK (2 variants)
    • 4800 Baud HAPN
    • 9600 Baud FSK (G3RUH)
  • POCSAG
    • 512 Baud
    • 1200 Baud
    • 2400 Baud
  • Miscellaneous
    • DTMF
    • ZVEI

Building

$ ndk-build
$ android update project -p .
$ ant debug

(you need the Android NDK)

Tested Devices

  • Motorola Milestone
  • Motorola Defy
  • HTC Desire Z (thanks ge0rg!)
  • HTC Dream (thanks ge0rg!)
  • Sony Xperia Mini Pro (thanks Martin OK1DJO!)

Caveat emptor

This code was put together in two afternoons. It is also my first Android application, so don't expect much.

About

Android port of Multimon

License:Other


Languages

Language:C 84.0%Language:Java 16.0%