Difference between revisions of "IoTGateway/SDK"
From ESS-WIKI
(→Documentation) |
(→Getting Started) |
||
Line 14: | Line 14: | ||
=Getting Started= | =Getting Started= | ||
+ | =Install WSN SDK= | ||
+ | You can get the latest Wireless Sensor Network Software Development Kit(SDK) version from: | ||
+ | *[[WISE-3310/IoTGwWSNSDKDownload|WISE-3310]] | ||
+ | |||
+ | 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 | ||
+ | [[File:Installation WSN SDK 1.jpg|761×73px|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 | ||
+ | [[File:Installation WSN SDK 2.jpg|761×99px|installer]] | ||
+ | |||
+ | 4. Completed the Installation | ||
+ | [[File:Installation WSN SDK 3.jpg|761×772px|Completed]] | ||
+ | |||
+ | 5. You can then run the wsn demo application | ||
+ | #sampleSNManagerAPI | ||
+ | [[File:Installation WSN SDK 4.jpg|745×665px|sample]] | ||
+ | |||
[[IoTGateway/SDK/InstallationOfWsnSDK|'''<big><big>Installation of Wireless Sensor Network (WSN) SDK</big></big>''']] | [[IoTGateway/SDK/InstallationOfWsnSDK|'''<big><big>Installation of Wireless Sensor Network (WSN) SDK</big></big>''']] | ||
<br /><br /> | <br /><br /> |
Revision as of 11:17, 16 March 2016
Contents
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.
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
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
4. Completed the Installation
5. You can then run the wsn demo application #sampleSNManagerAPI
Installation of Wireless Sensor Network (WSN) SDK