Peer-To-Peer Chat Application for Android
Project Page
View Demo
·
Report Bug
·
Request Feature
Table of Contents
The goal of the Drongo project is to provide an exchange of text messages between two users without the user being obliged to submit any personal information when registering into the application. Currently, there are applications on the market that all save exchanged messages between two users on a centralized server, creating a vulnerable point for various attacks. To avoid this problem, our application does not use any centralized server to store messages, but the messages are saved locally. To exchange contacts, users simply scan each other's QR code when they meet in person. All this was done with the intention that the application has as high a level of security as possible.
Basic three requirements that this application fulfills are:
- Establish a connection with another Drongo user in person
- Maintain a list of users
- Send and receive encrypted messages
There is a story behind this name. Drongo is actually a bird, which frequently attacks much larger birds to protect their nests. Also, there is a fictional character named Drongo, a counter-terrorism operative employed by secret service. We combined the stories behind the name and came up with the logo - a bird with bright eyes and a hat. A hat represents the signature sign for detectives.
This application was built as a part of Distributed Software Development course by seven students from two universities.
The application is built natively in Android using Java, with the help of various open source libraries.
This section gives an overview of how to download and install the application.
This application runs on devices running Android 7.0 (Nougat) or higher (API Level 24). There are two ways to get this up and running on a device.
Clone with this command and import the project manually into Android Studio
git clone https://github.com/vasilije15/drongo
or use Android Studio's built in tool to 'Get from Source Control' by providing repository's link. After you have imported the project to Android Studio, wait until Gradle is done building and run the application on an actual device.
Note: Use of emulators is discouraged since exchange of messages does not work out of the box.
Download the APK file to your device from here and install the downloaded APK file. You might need to allow installation from unknown sources first and when 'Blocked by Play Protect' window pops up just press 'Install Anyway'.
After installation, first step is to register into the application by providing a username, choosing an avatar and giving a strong enough password.
Password needs to be one of medium strength, at least 4 letters with one of them being uppercase, 3 digits and one special character.
To add a contact, you need to click the + icon on Contacts screen and scan another contact's QR code.
To show your QR code, you need to be connected to a Wireless Access Point.
To exchange messages, you and your contact need to be in the same LAN (Local-Area-Network) or connected to the same Wireless Access Point.
If you and your contact move to another LAN, just scan QR codes again to update your addresses and start chatting again.