android-library-hwnodeapptemplate

Template android application library for wifi nodes.

View the Project on GitHub IoT-Ignite/android-library-hwnodeapptemplate

HwNodeAppTemplate Library

This library covers APIs that handles connection between node and IoTIgnite over Wifi. Library covers the following functionalities: Network Service Discovery, TCP/IP server, IotIgnite connnection handler. Add this library to your project’s app gradle dependencies in Android Studio as compile 'com.ardic.android.iot:HwNodeAppTemplates:1.0'

Image of HwNodeAppTemplate

WifiNodeDevice class implements basic functions needed for IotIgnite Wifi connection. By means of this library, you can implement the following handlers:

Image of HwNodeAppTemplate

IotIgnite Dynamic Node Example sample application demonstrates the usage of this library.