Skip to content

the plug-in needed for the Thali CordovaPlugin's android implementation

Notifications You must be signed in to change notification settings

paeony/Thali_CordovaPlugin_BtLibrary

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Thali_CordovaPlugin_BtLibrary

Goals

This project is intended to be used with the https://github.com/thaliproject/Thali_CordovaPlugin plugin to implement the Android Bluetooth communication library needed for it.

Usage

  1. For command line build process, you should use gradle, thus you need to set system environment variable ANDROID_BUILD to gradle

  2. for android implementation you need to build the p2p library to local maven (development time only)

Get maven and install it locally: http://maven.apache.org/download.cgi

get the library from: https://github.com/thaliproject/Thali_CordovaPlugin_BtLibrary

go to root of the library project and build with "gradlew build install" and the library should be visible in .m2\repository\org\thaliproject\p2p\btconnectorlib\btconnectorlib2\0.0.0

untested shortcut

I would assume (not tested at all) that the build process simply looks for the files in right place, thus you can try extracting the .m2.zip into your user folder and see whether it works.

About

the plug-in needed for the Thali CordovaPlugin's android implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%