A simplistic WiFi transfer app for android.
RedTonuge allows you to securely and seemlessly transfer files between your devices over your local network, using a fast network protocol that uses UDP as its underlying transfer protocol.
To use RedTongue, simply clone this repository, and install the RedTongue.apk
file,
which will start the GUI client.
You can then open the app on another device. Files can be shared only with
devices that are paired, so the client will initially ask to pair as a receiver
or as a sender. Pairing two devices will then allow you to send files between
these devices.
Currently, RedTongue is only available as a Java JAR executable and an android application. The JAR executable allows RedTongue to be run on any operating system, and can be cloned from the RedTongue repository. The android application is available in this repository.