Skip to content

masato-ka/bluez-dbus-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

bluez-sample

Overview

Description

This application is sample of bluez-dbus. Very lazy code. Linux only.

  1. Linux
  2. Bluez 5.43
  3. libunixsocket-java

Build

Build before please install libunixsocket-java

$ sudo apt-get install libunixsocket-java 
$ git clone https://github.com/masato-ka/bluez-dbus-sample
$ cd bluez-dbus-sample
$ mkdir lib
$ cp /bin/lib/jni/libunix-java.so ./lib/ #Depending on library constraints.
$ mvn package -DskipTests=true

And create jar file in target folder.

Run the service.

$ bluez-dbus-sample
$ java -jar target/bluz-sample-0.0.1-SNAPSHOT-jar-with-dependencies.jar

When failed running, add sudo and try again.

Licence

MIT LICENCE

Author

masato-ka

Last modify : Sep/17/2017

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages