WISE-PaaS/OTA Server

From ESS-WIKI
Jump to: navigation, search
OTA Server1.png

Introduction

The WISE-PaaS/OTA Server provides one-stop updates for application, patch, firmware,driver and BSP.  It is a 100% web based application, which can be built in public or private cloud. It makes the user to update the software easily.''It utilizes standard IoT protocol, like MQTT from IBM, to communication with IPC or IoT gateway, and more than 1000 devices can be connectedsimultaneously. It supportstwo 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. It  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.  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. The real time download and deploy information can be retrieved from the devices, and they can be showed on the event page of OTA server.Moreover, upon major events, prompt notifications will be sent to administrators by email. It Provide RESTful API Web Service, which allows cross-platform integration of OTA functions with other system.

Minimum Requirements:

Web Console:

Web browser that supports HTML5+CSS3+Javascript

  • Microsoft Internet Explorer (IE11)
  • Google Chrome : 50+
  • Firefox: 30+

Note:Cookies must be enabled; Accept Cookies per session must be enabled (Accept all Cookies or only accept Cookies from this server)

Browser must support HTTPS (SSL)

Server:

  • Hardware Minimum Requirement:
  • Intel Core i3 2.3 Ghz CPU or above
  • 4 GB RAM
  • 25 GB root partition for the system
  • 100 GB data storage partition for documents and indexing
  • Operation System:
  • Windows Server2012 64bit
  • Windows Server 2008 SP1 64bit(not tested)
  • Windows 10 64-bit(not tested)
  • Windows 8/8.1 64-bit(not tested)
  • Windows 7 SP1 64-bit(not tested)
  • Database:
  • RDBMS: PostgreSQL 9.4

Architechture

Using the mature framework of SSH (SpringMVC+Spring+Hibernate) in server side, WISE-PaaS/OTA mainly contains account management, device management, package management, storage management and other modules. It supports opened framwork which can integrate 3rd party storage easily, such as local storage FTP or public storage baiduyun, azure etc. And all the events can be saved in PostgreSQL. Moreover, it provides the Restful API to intergrated with 3rd party system. It utilizes standard IoT protocol, like MQTT from IBM, to communicate with OTA agent.

WISE-PaaS_OTA_Web_Architecture.png

Installation & Uninstallation

Installation

 Double click"OTA-Server-x86_64.exe" to execute the installation program of OTA2.0 server.

 
install1.png

 Choose installation folder.

 

install2.png

 Start installing.

 

install3.png

 Install Completed.

install4.png

Double click the "OTA Server" shortcut to start up the OTA browse link.

install5.png

 


 

Uninstall

Double click"OTA-Server-x86_64.exe"  to execute  the uninstall program of OTA2.0 .

uninstall1.png

Choose Setup Type  Click "Remove" to uninstall OTA system

uninstall2.png

Confirm Uninstalling

uninstall3.png

 Start to uninstalling  OTA Server

uninstall4.png

 

Uninstall Completed

uninstall5.png

 

Main Function

Device Management & Automatic or Scheduling Update Mode

Connected with devices using MQTT protocol and monitoring the software status or information such as software version timely. 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. It can  operator the automatic upgrade or set the download or deploy schedule for device on this page.
Device1.png
Device2.png
Device3.png

Package Management

Multi-layer OTA package are 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.

All the update process will be displayed on the package upload page.

Package1.jpg
Package2.png

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. 

Note: The default FTP server is not provided in current version, you can use the exsting one or download from network, for example. FileZilla Server

Reference:How to configure your FTP server to OTA?

Storage.png

Event Management

All of the major events and important information will be displayed in the event pages. User can view the differernt events using the time filter or according to the type of event.

Event3.png

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.

Document

WISE-PaaS/OTA Server Restful API

WISE-PaaS/OTA Installation Guide:

Chinese: *WISE-PaaS OTA Installation Guide CH.pdf

English: *WISE-PaaS OTA Installation Guide EN.pdf

WISE-PaaS/OTA User Guide:

Chinese: *WISE-PaaS OTA User Guide CH.pdf

English: *WISE-PaaS OTA User Guide EN.pdf