Skip to content

VicenteGFJ/AndBT

 
 

Repository files navigation

AndBT

AndBT is an easy and fast framework that allows multiple connections over Bluetooth with Android! With this project you're able to implement a Chat app with up to 7 connections writing only one small Java class.

In the root folder of this repo you'll find the following projects:

Project Description
AndBT The framework itself.
AndBT-Benchmark Benchmark over the AndBT implementation
BluetoothChatMultiplayer Chat app able to connect up to 7 devices at once
TicTacToe-2P Classic TicTacToe game with 2 players
UntitledRealtimeGame Test app that supports real-time communication
AndEngineGLES2 Clone of https://github.com/nicolasgramlich/AndEngine

Getting Started

  1. Clone this repo
  2. Add reference to AndBT into your project
  3. Get things done!

Demos

Click in the image to see the video:

Bluetooth Chat RealTime app TicTacToe

Next Features

  • Improve OS/devices coverage
  • Unsecure communication
  • Data fragmentation
  • Network failure management

License

Feel free to use AndBT in your home/enterprise application, but don't forget to reference this page somehow.

About

Framework over Android's Bluetooth implementation. Specialized for games but can be used in any type of applications.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.9%
  • Other 0.1%