Skip to content

WSO2 IoT Server 3.0.0-RC Released

Pre-release
Pre-release
Compare
Choose a tag to compare
@rasika rasika released this 15 Jan 04:22
· 1074 commits to master since this release

WSO2 IoT Server 3.0.0 RC

We are pleased to announce WSO2 IoT Server 3.0.0 RC release. It can be downloaded from https://github.com/wso2/product-iots/releases/download/v3.0.0-RC/wso2iot-3.0.0-RC.zip

WSO2 IoT Server is an extensible, open-source, multi tenant, Internet of Things Platform for implementing server-side of IoT Reference Architecture. It comes with a few reference implementations for the device layer.

WSO2 IoT Server supports:

  • Device Management
    • Extensions for registering device types
    • Self-service enrollment and management of connected devices
    • Group, manage and monitor connected devices
    • Share device operations / data with other users
    • Distribution and management of applications and firmware to devices
    • Edge computing powered by WSO2 CEP streaming engine (Siddhi - https://github.com/wso2/siddhi)
    • OOTB support for some known device types such as Raspberry Pi, Arduino Uno, Android
  • IoT Protocol Support
    • Leverage MQTT, HTTP, Websockets and XMPP protocols for device communications with IoT Server
      Framework extension for adding more protocols and data formats
  • Analytics
    • Support for batch, interactive, real-time and predictive analytics through WSO2 DAS
  • Pre-built visualization support for sensor readings
    • View instant, visualized statistics of individual or multiple devices
    • Traverse through, analyse and zoom in/out of filtered data
    • Stats-API to write your own visualization
    • Pre-built graphs for common sensor reading types like temperature, velocity
  • API Management for App Development
    • Devices are represented as REST APIs
    • Develop applications using Device APIs
  • Identity and Access Management
    • Identity Management for devices
    • Token based access control for devices & operations (protect back end services via exposing device type APIs)
    • Support for SCEP protocol (encryption and authenticity)

Bug

  • [IOTS-315] - Missing the start-all.bat and stop-all.bat files
  • [IOTS-339] - Error occurred while registering device management plugin 'android'
  • [IOTS-378] - Windows Device location is not showing in Device view page

Task

  • [IOTS-381] - device type listing fails when only windows and android features are installed

Improvement

  • [IOTS-374] - Updating font wso2 to newest version
  • [IOTS-379] - Modal markup fixes
  • [IOTS-382] - Windows 10 Reboot operation support
  • [IOTS-383] - Modal opening for multiple times