IoTGateway/SDK

From ESS-WIKI
Revision as of 12:18, 16 March 2016 by Winston (talk | contribs) (Install WSN SDK)
Jump to: navigation, search

Overview

This tutorial is designed for software programmers who want to learn the basics of WSN API SDK and its architectural concepts. This tutorial will give you enough understanding

on all the necessary components of WSN API SDK with suitable examples.

WSN API Software Stack


Documentation

Wireless Sensor Network (WSN) API SDK Main page Test

Getting Started

Install WSN SDK

You can get the latest Wireless Sensor Network Software Development Kit(SDK) version from:

1. Copy the WSN SDK to your Target Device ( ex: WISE-3310 )
2. Unzip the SDK 
   #unzip sennet-wise_3310-1.2.00.0280.zip
   unzip
3. To install the wsn sdk & select target folder ( Recommend use the Default "/usr/lib/" setting <- Enter )
   #./sennet-wise_3310-1.2.00.0280.run
   installer
4. Completed the Installation
   Completed
5. You can then run the wsn demo application
   #sampleSNManagerAPI
    sample

Installation of Wireless Sensor Network (WSN) SDK

Using WSN API SDK

Sample Code of WSN API SDK

Sample Code of WSN APIMux SDK

Creating a New Network Type

Network Abstraction Layer Interface