caivery / Android-Multi-Bluetooth-Library

Android Multi Bluetooth Library http://arissa34.github.io/Android-Multi-Bluetooth-Library/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android-Multi-Bluetooth-Library

Android Arsenal

This library allows you to easily create a socket bluetooth connection for multiple android devices with one server and 7 clients max. This library is compatible with the Android SDK 2.3 to 5.1.

Youtube video

For documentation and additional information see the website.

Download

Download the latest JAR or grab via Maven:

  <dependencies>
    <dependency>
      <groupId>com.ramimartin.multibluetooth</groupId>
      <artifactId>AndroidMultiBluetoothLibrary</artifactId>
      <version>1.2-SNAPSHOT</version>
    </dependency>
  </dependencies>

  <repositories>
    <repository>
      <id>sfdn-ftp</id>
      <name>Sfdn Ftp</name>
      <url>http://sfdn.ddns.net/maven2</url>
    </repository>
  </repositories>

or Gradle:

repositories {
    maven {
        url "http://sfdn.ddns.net/maven2/"
    }
    mavenCentral()
}

dependencies {
    compile 'com.ramimartin.multibluetooth:AndroidMultiBluetoothLibrary:1.2-SNAPSHOT'
}

License

/*
* ----------------------------------------------------------------------------
* "THE BEER-WARE LICENSE" (Revision 42):
* Rami Martin wrote this file.  As long as you retain this notice you
* can do whatever you want with this stuff. If we meet some day, and you think
* this stuff is worth it, you can buy me a beer in return.   Poul-Henning Kamp
* ----------------------------------------------------------------------------
*/

btc beer

About

Android Multi Bluetooth Library http://arissa34.github.io/Android-Multi-Bluetooth-Library/


Languages

Language:Java 100.0%