Skip to content

Android WiFi Walkie Talkie (js-collider framework demo)

License

Unknown, AGPL-3.0 licenses found

Licenses found

Unknown
LICENSE.txt
AGPL-3.0
LICENSE.agpl
Notifications You must be signed in to change notification settings

stargazingtech/WalkieTalkie

 
 

Repository files navigation

WalkieTalkie

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.

Get it on F-Droid Get it on Google Play

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 (TCP/IP), 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.

About

Android WiFi Walkie Talkie (js-collider framework demo)

Resources

License

Unknown, AGPL-3.0 licenses found

Licenses found

Unknown
LICENSE.txt
AGPL-3.0
LICENSE.agpl

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%