/BlueChat

Primary LanguageJava

Blue Chat


Bluetooth Chat app

Simple Bluetooth Chat App.

Table of Contents

Introduction

PRs Welcome Current Version

BlueChat is a simple Bluetooth chat app that allows two Android devices to carry out two-way text chat over Bluetooth. Chats are encrypted using AES and are not stored anywhere, which makes this app a secure chat application.

Features

BlueChat have following capabilities -

  • Scanning for other Bluetooth devices
  • Querying the local Bluetooth adapter for paired Bluetooth devices
  • Establishing RFCOMM channels/sockets
  • Connecting to a remote device
  • Transfering data over Bluetooth.
  • Transfering file over Bluetooth.

Running App

Download the final apk from here and install it to utilize the features of BlueChat.

Screenshots

Sample Chat :

File Transfer :

Feedback

Feel free to send us feedback on Email or file an issue.

Contributors

Contribute

  • Feel free to report issues and bugs.It will be helpful for future launches of application.
  • All Suggestions are welcome.
  • Fork repository and Contribute.

Acknowledgment

Thanks to Google Developers for providing sample Bluetooth Chat Application.