WiFi Walkie Talkie

Talk to other devices on your LAN

This program transmits sound recorded from microphone to some other devices running the same program on the same network segment, so works like Walkie Talkie radio.

Devices find each other by Android NSD (aka Bonjour), no any configuration required. Unfortunately Android NSD implementation is not stable enough, so sometimes application can not establish connection properly. Application restart or device reboot usually helps. Audio data is being transmitted by the unicast channel, so each device works as a server and as a client at the same time.

Program was implemented as a demonstration of JS-Collider: Java high performance scalable NIO framework, see https://github.com/js-labs/js-collider.

Packages

Although APK downloads are available below to give you the choice, you should be aware that by installing that way you will not receive update notifications and it's a less secure way to download. We recommend that you install the F-Droid client and use that.

Download F-Droid
  • Version 1.11 (14) - Added on 2016-10-11

    This version requires Android 4.1 or newer.

    It is built and signed by F-Droid, and guaranteed to correspond to this source tarball.

    Download APK 123 KiB PGP Signature

    Permissions

    • android.permission.INTERNET
    • android.permission.RECORD_AUDIO
    • android.permission.ACCESS_WIFI_STATE
    • android.permission.CHANGE_WIFI_STATE
  • Version 1.10 (11) - Added on 2016-06-02

    This version requires Android 4.1 or newer.

    It is built and signed by F-Droid, and guaranteed to correspond to this source tarball.

    Download APK 120 KiB PGP Signature

    Permissions

    • android.permission.INTERNET
    • android.permission.RECORD_AUDIO
  • Version 1.8 (9) - Added on 2016-06-01

    This version requires Android 4.1 or newer.

    It is built and signed by F-Droid, and guaranteed to correspond to this source tarball.

    Download APK 120 KiB PGP Signature

    Permissions

    • android.permission.INTERNET
    • android.permission.RECORD_AUDIO