Skip to content

Android client reference implementation of the TCN protocol

License

Notifications You must be signed in to change notification settings

ito-org/tcn-client-android

 
 

Repository files navigation

tcn-client-android

Android client reference implementation of the TCN protocol

Installation

  1. Add the JitPack repository to your build file. Add it in your root build.gradle at the end of repositories:
allprojects {
  repositories {
    ...
    maven { url 'https://jitpack.io' }
  }
}
  1. Add the dependency
dependencies {
        implementation 'com.github.TCNCoalition:tcn-client-android:Tag'
}

Storage

This library focuses on generating and observing CENs. It also defines a visitor interface with callbacks for the CENs. In order to process the callbacks further, you should:

  • start the service, and
  • listen to the CENs and store them according to your use case.

Examples of this pattern:

About

Android client reference implementation of the TCN protocol

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 100.0%