Coder Social home page Coder Social logo

smartgattlib's People

Contributors

ioootalan avatar jstumpp avatar rzetzsche avatar ugrossmann avatar zsiegel avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

smartgattlib's Issues

Is this only for android?

Hi. I wanted to ask if this library can be used to connect to BLE devices on windows when a Bluetooth adapter ( dongle ) is connected.

BLE Scan and Connection feature missing using Java program

Is this feature can be implemented using JAVA program which is present for android and ios but not for desktop based app?

1- Scan for devices
2- Connect to a GATT device

BlueCove is a Java library for Bluetooth, for MsWindows, Mac OSX and others.

but it seems that it does not support Bluetooth Low Enegry 4.0.

Android has a standard Java library for Bluetooth LE 4.0: http://developer.android.com/guide/topics/connectivity/bluetooth.html

Is this Java library can be supportable for Bluetooth LE 4.0 for MsWindows and/or Mac OSX?

Java SE (BlueCove)

Hello,

I would like to use your library to communicate with a Bluetooth LE device using Java SE (Desktop, not mobile), thank to a stack like BlueCove. Do you know if it is possible, and if yes, how?

Thank you,

Damien Raemy,
School of Engineering and Architecture of Fribourg

Exported packages (OSGi metadata)

Hi,
in the current build.gradle file the OSGi specific entries declare only one exported package, that is:

'Export-Package': 'com.movisens.smartgattlib'

This prevents the (OSGi) developer to reference some useful utilities like the "GattByteBuffer" class in the "com.movisens.smartgattlib.helper" package.

I don't know if this is wanted or not, in the latter case you may consider to export all the packages within the main one, with a directive like the following:

'Export-Package': 'com.movisens.smartgattlib, com.movisens.smartgattlib.*'

Also an intermediate approach may be adopted, exporting only a subset of the packages: this is clearly up to you.
Thanks.

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.