Skip to content

BITalinoWorld/java-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BITalino Java SDK

Here you'll find the BITalino protocol and utilities meant to write to/read from BITalino devices.

Note that the physical link (i.e. Bluetooth connection) management however, is not included, since it's OS-dependent.

This SDK has been test both in Java (Windows, Mac and Linux) and Android applications.

Prerequisites

  • JDK 7 or newer
  • Maven 3.1.0 or newer

Build

mvn clean install

Usage

Maven

<dependency>
  <groupId>com.bitalino</groupId>
  <artifactId>bitalino-java-sdk</groupId>
  <version>1.1.0</version>
</dependency>

Gradle

dependencies {
  compile 'com.bitalino:bitalino-java-sdk:1.1.0'
}