Difference between revisions of "WISE-3310"

From ESS-WIKI
Jump to: navigation, search
(add internal topic links)
(WISE-3310 add API and mgmt part of SDK)
Line 26: Line 26:
  
 
==IoT gateway software stack and SDK==
 
==IoT gateway software stack and SDK==
 +
The SDK provided in WISE-3310 contains a rich set of libraries and tools for easily developing and managing IoT applications.
 +
[[File:wise-3310_sw-stack.png|800px]]
 +
 +
This image shows the scope of software stack of WISE-3310 gateway SDK.
 +
===API===
 +
1. [http://openjdk.java.net/ OpenJDK] : platform for Java development
 +
 +
2. [https://www.lua.org/ Lua] : lightweight programming language for embedded system
 +
 +
3. [https://www.sqlite.org/ SQLite] : SQL database engine
 +
 +
4. [https://nodejs.org/en/ NodeJS] : event-driven, cross-platform javascript runtime environment that is popular for Web and IoT application
 +
 +
5. SUSI API : Provided by Advantech for hardware access. Refer to [http://172.22.15.134/index.php/SW_Service/API SUSI4] and [http://172.22.15.134/index.php/SW_Service/SUSI_IoT SUSI IoT]
 +
 +
6. [http://172.22.15.134/index.php/IoTGateway/SDK WSN API] : Provided by Advantech for sensor network access. See below information for further application development:
 +
* [http://172.22.15.134/index.php/IoTGateway/Net_HAL_Simulator Net HAL Simulator] : help you develop applications that use WSN API to access sensor hubs without sensor hub hardware
 +
* [http://172.22.15.134/index.php/IoTGateway/AdvJSON AdvJSON] : help you integrate new wireless protocol into WSN API
 +
 +
 +
===Management===
 +
1. [http://172.22.15.134/index.php/IoTGateway/Webmin webmin] : web-based GUI management interface in WISE-3310
 +
 +
2. [http://nodered.org/ Node-RED] : web-based GUI interface that can do management, device control, information retrieve for gateway and sensor hub using easy flow editing method. We have provided several Node-RED nodes to help customer quickly develop new applications, including:
 +
* [http://172.22.15.134/index.php/IoTGateway/Node-Red Node for Alljoyn and WSN feature]
 +
* [http://172.22.15.134/index.php/SW_Service/Node-Red_for_SW_Service Node for SUSI, SUSI IoT and Service]
 +
 +
 +
===Connectivity===
  
[[File:wise-3310_sw-stack.png|800px]]
 
  
  

Revision as of 05:35, 30 June 2016

Demo Image Release Note


Introduction

WISE-3310 is a RISC based IoT gateway with the following features

  • NXP(Freescale) i.MX6 yocto 1.5 BSP
  • WISE sensor hub support
  • IoT gateway software stack and SDK
  • WISE-PaaS/RMM cloud connectivity


NXP(Freescale) i.MX6 yocto 1.5 BSP

For more information on WISE-3310 yocto BSP, please refer to i.MX6 Version 3 (based on Yocto 1.5)


Sensor Hub Support

WISE-3310 is a central management device for WISE sensor hubs, and an agent to directly provide sensor hub information to WISE-PaaS/RMM cloud. Below is a list of supported sensor hub product.

WISE-1020/1021

WISE-3310 provides management function for Wireless Sensor Network of WISE-1020/1021. The IoT gateway SDK contains methods to easily control sensor hub device and retrieve information from it. WISE-3310 also acts as an agent for sensor hub to connect to WISE-PaaS/RMM cloud.

WISE-1520

WISE-3310 acts as an agent for WISE-1520 sensor hub to connect to WISE-PaaS/RMM cloud. The IoT gateway SDK also provides methods to easily control sensor hub device, and retrieve information from it.


IoT gateway software stack and SDK

The SDK provided in WISE-3310 contains a rich set of libraries and tools for easily developing and managing IoT applications. Wise-3310 sw-stack.png

This image shows the scope of software stack of WISE-3310 gateway SDK.

API

1. OpenJDK : platform for Java development

2. Lua : lightweight programming language for embedded system

3. SQLite : SQL database engine

4. NodeJS : event-driven, cross-platform javascript runtime environment that is popular for Web and IoT application

5. SUSI API : Provided by Advantech for hardware access. Refer to SUSI4 and SUSI IoT

6. WSN API : Provided by Advantech for sensor network access. See below information for further application development:

  • Net HAL Simulator : help you develop applications that use WSN API to access sensor hubs without sensor hub hardware
  • AdvJSON : help you integrate new wireless protocol into WSN API


Management

1. webmin : web-based GUI management interface in WISE-3310

2. Node-RED : web-based GUI interface that can do management, device control, information retrieve for gateway and sensor hub using easy flow editing method. We have provided several Node-RED nodes to help customer quickly develop new applications, including:


Connectivity

WISE-PaaS/RMM cloud connectivity