Skip to content

Carlos-Ot/knot-lib-android-source

 
 

Repository files navigation

KNOT Android library

Codacy Badge Build Status Download

  1. This lib is a part of KNOT solution (for more information: https://github.com/CESARBR) and it aims to provide an abstraction for Android applications to create IoT (Internet of Things) solutions using KNOT platform by HTTP and Socket protocols.

knot-lib-android-source Goals

  1. Provide abstraction to connect with KNOT cloud using HTTP or Sockets. It is possible to connect with a specific cloud, perform CRUD operations in devices, send messages, and more.

Using Android library directly

  1. In your app module build.gradle include the dependency:
   dependencies {
       ...
       compile 'br.org.cesar.knot:knot-android:<latest-version>'
       ...
   }

Proguard Rules

    TODO: Check proguard

About

This lib is a part of KNOT solution. It aims to provide an abstraction for Android applications to create IoT (Internet of Things) solutions using KNOT cloud.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.8%
  • Shell 0.2%