Difference between revisions of "WISE-PaaS/OTA Server"

From ESS-WIKI
Jump to: navigation, search
Line 8: Line 8:
  
 
= Main Function =
 
= Main Function =
 +
 +
== Device Management ==
 +
 +
== Package Management ==
 +
 +
== Storeage Management ==
 +
 +
== Event Management ==
 +
 +
== Real-Time Download and Deploy Process ==
 +
 +
= Document =
 +
 +
WISE-PaaS/OTA Server Restful API
  
 
 
 
 

Revision as of 10:59, 8 November 2016

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.

Architechture

Installation and Uninstallation

Main Function

Device Management

Package Management

Storeage Management

Event Management

Real-Time Download and Deploy Process

Document

WISE-PaaS/OTA Server Restful API