Nohrd-Bike-SDK-Android

A library for reading data from a NOHrD Bike

Лицензия

Лицензия

Группа

Группа

com.nohrd.bike
Идентификатор

Идентификатор

sdk
Последняя версия

Последняя версия

1.0.0
Дата

Дата

Тип

Тип

pom.sha512
Описание

Описание

Nohrd-Bike-SDK-Android
A library for reading data from a NOHrD Bike
Ссылка на сайт

Ссылка на сайт

https://github.com/NOHrD-Waterrower/Nohrd-Bike-SDK-Android
Система контроля версий

Система контроля версий

https://github.com/NOHrD-Waterrower/Nohrd-Bike-SDK-Android

Скачать sdk

Имя Файла Размер
sdk-1.0.0.pom
sdk-1.0.0-sources.jar 22 KB
sdk-1.0.0-javadoc.jar 261 bytes
Обзор

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.jetbrains.kotlin : kotlin-stdlib jar 1.4.20

runtime (1)

Идентификатор библиотеки Тип Версия
org.jetbrains.kotlinx : kotlinx-coroutines-core jar 1.4.1

Модули Проекта

Данный проект не имеет модулей.

NOHrD Bike SDK for Android

A library for reading data from a connected NOHrD Bike device.

NOHrD Bike SDK

The com.nohrd.bike:sdk artifact contains the sources for calculating bike data for a connected NOHrD Bike device. See sdk/Readme for usage instructions.

NOHrD Bike SDK BLE

The com.nohrd.bike:sdk-ble artifact contains the UUIDs for connecting with a NOHrD Bike device using BLE. This artifact has a transitive dependency on the com.nohrd.bike.:sdk artifact. See sdk-ble/Readme for usage instructions.

Sample app

A sample app that connects to the NOHrD Bike using BLE can be found at 'sdk-ble/sample'.

Setup

This library is available on Maven Central.

Include the following in your project's build.gradle file:

buildscript {
  // ...
}

+ subprojects {
+   repositories {
+     mavenCentral()
+   }
+ }

Include one of the the following in the build.gradle file of the module you wish to add the dependency to, replacing x.x.x with the latest version:

dependencies {
+ implementation "com.nohrd.bike:sdk:x.x.x"
+ implementation "com.nohrd.bike:sdk-ble:x.x.x"
}

Development

This project uses Gradle to test and build the library:

  • ./gradlew test builds and runs the tests
  • ./gradlew :sdk-ble-sample:installDebug installs the sample application on a connected device.

Releasing

See RELEASING.md

Версии библиотеки

Версия
1.0.0
0.1.0
0.0.1