Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.37 KB

README.md

File metadata and controls

32 lines (25 loc) · 1.37 KB

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