Difference between revisions of "WISE-PaaS/OTA"

From ESS-WIKI
Jump to: navigation, search
Line 266: Line 266:
 
=== [[WISE-PaaS/OTA_Server|WISE-PaaS/OTA Server]] ===
 
=== [[WISE-PaaS/OTA_Server|WISE-PaaS/OTA Server]] ===
  
=== [[WISE-PaaS/OTA_Agent|WISE-PaaS/OTA_Agent]] ===
+
=== [[WISE-PaaS/OTA_Agent|WISE-PaaS/OTA Agent]] ===
 
[[Category:Pages with broken file links]]
 
[[Category:Pages with broken file links]]

Revision as of 16:25, 20 October 2016

WISE-PaaS/OTA is part of Advantech WISE-PaaS cloud solution and focuses on remote software update.  It provides one-stop updates for application, patch, firmware, driver and BSP.

WISE-PaaS/OTA utilizes standard IoT protocol, like MQTT from IBM, to communicate with IPC or IoT gateway, and provides OTA agent which supports multiplatform, such as Windows 7/8/10, CentOS6.5, Yocto x86 and Yocto RISC etc to deploy the update pack. Moreover, WISE-PaaS/OTA offers RESTful API web service which allows user to integrate OTA functions with other application.
OTA Features


Features Overview

Console-Server-Agent structure, where the server can be built in a public or private cloud

Centralized remote software update system which supports application, patch, firmware, driver, BSP and updates

Encrypted protection for update package content

TLS/SSL enabled for all data connection security

Supports exception rollback for remote deploy

Supports automatic and scheduled update mode

On-premise local storage (ftp) and pubic cloud storage (baidu, azure, ali)

Up to 1000 device management and supports max. 50 devices update simultaneously

Supports cross-platform such as Windows and Linux

Open Interface – Web Services(RESTful API)

Feature Details

Supports Private or Public Cloud Architecture

WISE-PaaS/OTA is a 100% web based application, which can be built in public or private cloud. It makes the user to update the software easily.

Device and Software Status Management

Connected with devices using MQTT protocol and monitoring the software status or information such as software version timely.

Automatic and Scheduling Update Mode

WISE-PaaS/OTA supports two different update modes: automatic update from server side and scheduling update which actives from the agent side. Scheduling can help users avoid the peak time of network traffic effectively, offering reasonable download and deployment arrangements, which can reduce the losses from software updates.

Storage Management

WISE-PaaS/OTA supports opened framework which can integrate 3rd party storage easily, such as, local storage FTP or public storage baiduyun, azure etc. This framework can manage multi-storage which supports up to 50 devices to update simultaneously.

Package Management

Multi-layer OTA package management supported. Not only realize automatic programming versions update, WISE-PaaS/OTA can also make sure your on-site version control will be always the latest. However, it can also be applied the old version if you’d need to.

Security Protection

TLS/SSL enabled for all data connection security includes user account, device connection, upload and download package. Moreover, it uses the DES encrypted to protect the upgrade packages and can roll back to older version when exception happens.

Event & Notification

Upon major events, prompt notifications will be sent to administrators by email.

WISE-PaaS/OTA Extension

Provide RESTful API Web Service, which allows cross-platform integration of OTA functions with other system.

Multi-platform support

OTA agent supports multiplatform, such as Windows 7/8 /10, CentOS6.5, Yocto x861.7.1 and Yocto RISC1.5.3 etc...

Software Specifications and Versions

Max. concurrent device connections: 1000(5000 which I want)

Max. update handling: 50 OTA packages, < 500M

 

Standard Version

Professional Version

Device Management

Device / Group Management

Max.device 1000

5000

Package Management

Application Update

V

V

Advantech Firmware Update

N/A

V

Advantech BSP Update

N/A

V

Package/Catalog Management

V

V

Storage Management

Multi-Storage Management

V Max.storage 2

V

Baiduyun

N/A

V

Azure

N/A

V

 

TLS/SSL

V

V

Exception Rollback

N/A

V

Notification Center

Event Log

V

V

Email Notification

V

V

Management Interface

Account/Role management

V

V

Web-Based Console

V

V

Others

RESTful API Web Service

V

V

 Software Package

WISE-PaaS/OTA Server

WISE-PaaS/OTA Agent