mirror of
https://repository.entgra.net/community/product-iots.git
synced 2025-09-16 23:32:19 +00:00
Merge branch 'newAPPM' into 'application-manager-new'
Sync with upstream master See merge request entgra/product-iots!25
This commit is contained in:
commit
e5d7761cef
10
README.md
10
README.md
@ -11,7 +11,7 @@ It also offers a complete and secure enterprise mobility management (EMM/MDM) so
|
|||||||
Entgra IoT Server comes with advanced analytics, enabling users to analyze speed, proximity, and geo-fencing information of devices including details of those in motion and stationary state.
|
Entgra IoT Server comes with advanced analytics, enabling users to analyze speed, proximity, and geo-fencing information of devices including details of those in motion and stationary state.
|
||||||
|
|
||||||
Find the online documentation at :
|
Find the online documentation at :
|
||||||
https://entgra.atlassian.net/wiki/spaces/IoTS340/overview.
|
https://entgra-documentation.gitlab.io/v3.7.0
|
||||||
|
|
||||||
### Key Features of Entgra IoT Server
|
### Key Features of Entgra IoT Server
|
||||||
|
|
||||||
@ -53,11 +53,11 @@ https://entgra.atlassian.net/wiki/spaces/IoTS340/overview.
|
|||||||
* Support for SCEP protocol (encryption and authenticity)
|
* Support for SCEP protocol (encryption and authenticity)
|
||||||
|
|
||||||
### How to Run
|
### How to Run
|
||||||
* Extract the downloaded entgraiot-3.6.0.zip file; this will create a folder named ‘entgraiot-3.6.0’.
|
* Extract the downloaded entgraiot-3.7.0.zip file; this will create a folder named ‘entgraiot-3.7.0’.
|
||||||
* IoT Server comes with three runnable components namely broker, core, and analytics. Start these components in following order by executing the following scripts:
|
* IoT Server comes with three runnable components namely broker, core, and analytics. Start these components in following order by executing the following scripts:
|
||||||
* entgraiot-3.6.0/bin/broker.sh [.bat]
|
* entgraiot-3.7.0/bin/broker.sh [.bat]
|
||||||
* entgraiot-3.6.0/bin/iot-server.sh [.bat]
|
* entgraiot-3.7.0/bin/iot-server.sh [.bat]
|
||||||
* entgraiot-3.6.0/bin/analytics.sh [.bat]
|
* entgraiot-3.7.0/bin/analytics.sh [.bat]
|
||||||
|
|
||||||
### How to Contribute
|
### How to Contribute
|
||||||
|
|
||||||
|
|||||||
@ -21,7 +21,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.wso2.iot</groupId>
|
<groupId>org.wso2.iot</groupId>
|
||||||
<artifactId>wso2iot-components</artifactId>
|
<artifactId>wso2iot-components</artifactId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.7.0-SNAPSHOT</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|||||||
@ -23,7 +23,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.wso2.iot</groupId>
|
<groupId>org.wso2.iot</groupId>
|
||||||
<artifactId>wso2iot-parent</artifactId>
|
<artifactId>wso2iot-parent</artifactId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.7.0-SNAPSHOT</version>
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|||||||
@ -19,7 +19,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.wso2.iot</groupId>
|
<groupId>org.wso2.iot</groupId>
|
||||||
<artifactId>wso2iot-parent</artifactId>
|
<artifactId>wso2iot-parent</artifactId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.7.0-SNAPSHOT</version>
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|||||||
@ -22,7 +22,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.wso2.iot</groupId>
|
<groupId>org.wso2.iot</groupId>
|
||||||
<artifactId>wso2iot-parent</artifactId>
|
<artifactId>wso2iot-parent</artifactId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.7.0-SNAPSHOT</version>
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|||||||
@ -27,7 +27,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.wso2.iot.analytics.devicemgt-plugins</groupId>
|
<groupId>org.wso2.iot.analytics.devicemgt-plugins</groupId>
|
||||||
<artifactId>analytics-devicetype-feature-installation</artifactId>
|
<artifactId>analytics-devicetype-feature-installation</artifactId>
|
||||||
<version>3.6.0</version>
|
<version>3.7.0-SNAPSHOT</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<name>Install Virtual Fire Alarm, Raspberry Pi, Arduino, Android Sense Device Types - Analytics</name>
|
<name>Install Virtual Fire Alarm, Raspberry Pi, Arduino, Android Sense Device Types - Analytics</name>
|
||||||
<url>http://wso2.org</url>
|
<url>http://wso2.org</url>
|
||||||
|
|||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
product.name=Entgra IoT Server
|
product.name=Entgra IoT Server
|
||||||
product.key=IoT
|
product.key=IoT
|
||||||
product.version=3.6.0
|
product.version=3.7.0-SNAPSHOT
|
||||||
product.doc.version=360
|
product.doc.version=360
|
||||||
|
|
||||||
carbon.version=4.4.26
|
carbon.version=4.4.26
|
||||||
|
|||||||
@ -193,6 +193,6 @@ goto end
|
|||||||
|
|
||||||
:invalidUsage
|
:invalidUsage
|
||||||
echo Usage: carbondump.bat [-carbonHome path] [-pid of the carbon instance]
|
echo Usage: carbondump.bat [-carbonHome path] [-pid of the carbon instance]
|
||||||
echo e.g. carbondump.bat -carbonHome C:\user\wso2carbon-3.6.0\ -pid 5151
|
echo e.g. carbondump.bat -carbonHome C:\user\wso2carbon-3.7.0\ -pid 5151
|
||||||
|
|
||||||
:END
|
:END
|
||||||
|
|||||||
@ -8,14 +8,14 @@
|
|||||||
|
|
||||||
<a href='https://opensource.org/licenses/Apache-2.0'><img src='https://img.shields.io/badge/License-Apache%202.0-blue.svg'></a><br/>
|
<a href='https://opensource.org/licenses/Apache-2.0'><img src='https://img.shields.io/badge/License-Apache%202.0-blue.svg'></a><br/>
|
||||||
|
|
||||||
<h1>Release Note - Entgra IoT Server Version 3.6.0</h1>
|
<h1>Release Note - Entgra IoT Server Version 3.7.0</h1>
|
||||||
|
|
||||||
<h2>We are pleased to announce Entgra IoT Server 3.6.0.</h2>
|
<h2>We are pleased to announce Entgra IoT Server 3.7.0.</h2>
|
||||||
|
|
||||||
<p>Entgra IoT Server is the successor of WSO2 IoT server and includes capability to manage mobile devices(MDM), manage applications(MAM) and IoT devices in a single environment. It provides best of breed technologies for device manufacturers to develop connected smart products as well as anyone looking for a well established EMM solution to manage devices in their organisations. Entgra IoTs 3.6.0 pays special focus to Kiosk devices and many other EMM improvements.
|
<p>Entgra IoT Server is the successor of WSO2 IoT server and includes capability to manage mobile devices(MDM), manage applications(MAM) and IoT devices in a single environment. It provides best of breed technologies for device manufacturers to develop connected smart products as well as anyone looking for a well established EMM solution to manage devices in their organisations. Entgra IoTs 3.7.0 pays special focus to Kiosk devices and many other EMM improvements.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h4>What's new in Entgra IoTS 3.6.0</h4>
|
<h4>What's new in Entgra IoTS 3.7.0</h4>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>Ability to add operations to groups/lists of devices</li>
|
<li>Ability to add operations to groups/lists of devices</li>
|
||||||
@ -44,7 +44,7 @@ Documentations: <a href='https://entgra.atlassian.net/wiki/spaces/IoTS350/overvi
|
|||||||
|
|
||||||
<h4>Known Issues</h4>
|
<h4>Known Issues</h4>
|
||||||
|
|
||||||
The known set of issues this version can be found <a href='https://gitlab.com/entgra/product-iots/issues?scope=all&utf8=%E2%9C%93&state=opened&milestone_title=IoT%203.6.0-GA'> here.</a>
|
The known set of issues this version can be found <a href='https://gitlab.com/entgra/product-iots/issues?scope=all&utf8=✓&state=opened&milestone_title=IoT%203.7.0-GA'> here.</a>
|
||||||
|
|
||||||
<h3>Engaging with Community</h3>
|
<h3>Engaging with Community</h3>
|
||||||
|
|
||||||
|
|||||||
@ -27,7 +27,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.wso2.iot.devicemgt-plugins</groupId>
|
<groupId>org.wso2.iot.devicemgt-plugins</groupId>
|
||||||
<artifactId>iot-devicetype-feature-installation</artifactId>
|
<artifactId>iot-devicetype-feature-installation</artifactId>
|
||||||
<version>3.6.0</version>
|
<version>3.7.0-SNAPSHOT</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<name>Install Virtual Fire Alarm, Raspberry Pi, Arduino, Android Sense Device Types - IoT Core</name>
|
<name>Install Virtual Fire Alarm, Raspberry Pi, Arduino, Android Sense Device Types - IoT Core</name>
|
||||||
<url>http://wso2.org</url>
|
<url>http://wso2.org</url>
|
||||||
|
|||||||
@ -22,7 +22,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.wso2.iot</groupId>
|
<groupId>org.wso2.iot</groupId>
|
||||||
<artifactId>wso2iot-features</artifactId>
|
<artifactId>wso2iot-features</artifactId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.7.0-SNAPSHOT</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|||||||
@ -23,7 +23,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.wso2.iot</groupId>
|
<groupId>org.wso2.iot</groupId>
|
||||||
<artifactId>wso2iot-parent</artifactId>
|
<artifactId>wso2iot-parent</artifactId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.7.0-SNAPSHOT</version>
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|||||||
@ -21,7 +21,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.wso2.iot</groupId>
|
<groupId>org.wso2.iot</groupId>
|
||||||
<artifactId>wso2iot-parent</artifactId>
|
<artifactId>wso2iot-parent</artifactId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.7.0-SNAPSHOT</version>
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|||||||
@ -22,7 +22,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.wso2.iot</groupId>
|
<groupId>org.wso2.iot</groupId>
|
||||||
<artifactId>tests-common</artifactId>
|
<artifactId>tests-common</artifactId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.7.0-SNAPSHOT</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|||||||
@ -21,7 +21,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.wso2.iot</groupId>
|
<groupId>org.wso2.iot</groupId>
|
||||||
<artifactId>wso2iot-integration</artifactId>
|
<artifactId>wso2iot-integration</artifactId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.7.0-SNAPSHOT</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|||||||
@ -22,7 +22,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.wso2.iot</groupId>
|
<groupId>org.wso2.iot</groupId>
|
||||||
<artifactId>tests-common</artifactId>
|
<artifactId>tests-common</artifactId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.7.0-SNAPSHOT</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|||||||
@ -20,7 +20,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.wso2.iot</groupId>
|
<groupId>org.wso2.iot</groupId>
|
||||||
<artifactId>wso2iot-integration</artifactId>
|
<artifactId>wso2iot-integration</artifactId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.7.0-SNAPSHOT</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|||||||
@ -20,7 +20,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.wso2.iot</groupId>
|
<groupId>org.wso2.iot</groupId>
|
||||||
<artifactId>wso2iot-integration</artifactId>
|
<artifactId>wso2iot-integration</artifactId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.7.0-SNAPSHOT</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|||||||
@ -21,7 +21,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.wso2.iot</groupId>
|
<groupId>org.wso2.iot</groupId>
|
||||||
<artifactId>wso2iot-p2-profile</artifactId>
|
<artifactId>wso2iot-p2-profile</artifactId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.7.0-SNAPSHOT</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|||||||
@ -20,7 +20,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.wso2.iot</groupId>
|
<groupId>org.wso2.iot</groupId>
|
||||||
<artifactId>wso2iot-p2-profile</artifactId>
|
<artifactId>wso2iot-p2-profile</artifactId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.7.0-SNAPSHOT</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|||||||
@ -22,7 +22,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.wso2.iot</groupId>
|
<groupId>org.wso2.iot</groupId>
|
||||||
<artifactId>wso2iot-p2-profile</artifactId>
|
<artifactId>wso2iot-p2-profile</artifactId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.7.0-SNAPSHOT</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|||||||
@ -23,7 +23,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.wso2.iot</groupId>
|
<groupId>org.wso2.iot</groupId>
|
||||||
<artifactId>wso2iot-parent</artifactId>
|
<artifactId>wso2iot-parent</artifactId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.7.0-SNAPSHOT</version>
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|||||||
@ -21,13 +21,13 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.wso2.iot</groupId>
|
<groupId>org.wso2.iot</groupId>
|
||||||
<artifactId>wso2iot-scripts</artifactId>
|
<artifactId>wso2iot-scripts</artifactId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.7.0-SNAPSHOT</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<artifactId>mobile-qsg</artifactId>
|
<artifactId>mobile-qsg</artifactId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.7.0-SNAPSHOT</version>
|
||||||
<name>WSO2 IoT - QSG Script</name>
|
<name>WSO2 IoT - QSG Script</name>
|
||||||
<description>This includes the tools for IoTs Quick Start Guide</description>
|
<description>This includes the tools for IoTs Quick Start Guide</description>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
WSO2 IoTs 3.6.0 QSG Setup Guide
|
WSO2 IoTs 3.7.0 QSG Setup Guide
|
||||||
---------------------------------
|
---------------------------------
|
||||||
|
|
||||||
1. Start the WSO2 IoTS server
|
1. Start the WSO2 IoTS server
|
||||||
|
|||||||
@ -21,7 +21,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.wso2.iot</groupId>
|
<groupId>org.wso2.iot</groupId>
|
||||||
<artifactId>wso2iot-parent</artifactId>
|
<artifactId>wso2iot-parent</artifactId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.7.0-SNAPSHOT</version>
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|||||||
@ -20,13 +20,13 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.wso2.iot</groupId>
|
<groupId>org.wso2.iot</groupId>
|
||||||
<artifactId>wso2iot-tools</artifactId>
|
<artifactId>wso2iot-tools</artifactId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.7.0-SNAPSHOT</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<artifactId>iot-devicetype-archetype</artifactId>
|
<artifactId>iot-devicetype-archetype</artifactId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.7.0-SNAPSHOT</version>
|
||||||
<name>WSO2 IoT - Device Type Archetype</name>
|
<name>WSO2 IoT - Device Type Archetype</name>
|
||||||
<description>WSO2 IoT Device Type Archetype</description>
|
<description>WSO2 IoT Device Type Archetype</description>
|
||||||
<packaging>maven-archetype</packaging>
|
<packaging>maven-archetype</packaging>
|
||||||
|
|||||||
@ -21,7 +21,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.wso2.iot</groupId>
|
<groupId>org.wso2.iot</groupId>
|
||||||
<artifactId>wso2iot-parent</artifactId>
|
<artifactId>wso2iot-parent</artifactId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.7.0-SNAPSHOT</version>
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@ -23,7 +23,7 @@
|
|||||||
<groupId>org.wso2.iot</groupId>
|
<groupId>org.wso2.iot</groupId>
|
||||||
<artifactId>wso2iot-parent</artifactId>
|
<artifactId>wso2iot-parent</artifactId>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.7.0-SNAPSHOT</version>
|
||||||
<name>WSO2 IoT - Parent</name>
|
<name>WSO2 IoT - Parent</name>
|
||||||
<url>http://wso2.org</url>
|
<url>http://wso2.org</url>
|
||||||
<description>WSO2 IoT Server</description>
|
<description>WSO2 IoT Server</description>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user