lismore / hm-android-bluetooth-auto-api-explorer

App with some basic AutoAPI commands using HMKit with Bluetooth.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Explore AutoAPIs

This is a sample app that shows a possible use case for HMKit. We connect to a vehicle/emulator via Bluetooth and send some commands like lock doors and turn on lights.

Requirements

  • Android 5.0 Lollipop or higher.

Dependencies

  • hmkit-android

Dependencies are managed via gradle repositories.

Install

  • Import the Gradle project with Android Studio 3+.

  • Initialise the HMKit with a certificate from the Developer Center. The flow is described in the comments of the MainActivity.java

  • Run MainActivity.java.

After initialisation, the sandboxui module is loaded. All of the app logic is in that package.

About

App with some basic AutoAPI commands using HMKit with Bluetooth.

License:GNU General Public License v3.0


Languages

Language:Java 100.0%