Code Monkey home page Code Monkey logo

framework's Introduction

Installable Android Bluetooth Low Energy API
=============================================

Concept
========

So it's been a while since Bluetooth 4.0 was announced, and many cellphones 
that are on the market have support for it. Some OEMs are even starting to
manufacture they're own devices that are compatible with it, but there's 
still no official API on Android to talk to them. This project intends to
fill this gap by providing a vendor extension that can be installed on top
of a rooted device without having to recompile a custom Android like 
Cyagogen Mod.


Building Blocks
================

BlueZ since before 4.93 (BlueZ for ICS) provides with API that allows to
discover BTLE devices over DBus and read and write Characteristics to it to.

The project uses this API as a base so no changes to BlueZ has to be done.
We talk to this API by using dbus-java, this service will register it self
with SystemServer so that it can be exposed to user space API using Binder

DBus API in use
----------------

DBus API that I'm going to use are the ones from:
     * docs/adapter-api.txt [2]
     * docs/attribute-api.txt [1]
     * docs/manager-api.txt [3]     
[1] http://goo.gl/ZYUPj
[2] http://goo.gl/1wR5O
[3] http://goo.gl/VjTcR

Status
=======

* DBus gets connected
* Writting interfaces for BlueZ.

framework's People

Contributors

manuelnaranjo avatar

Watchers

James Cloos avatar Lester avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.