Introduction

XCONF Simulator helps in the automation and validation of firmware download/upgrade process and also supported with 'featureControl' and 'logUpload' functionality.

It is a web application which can be hosted in tomcat web server

XCONF Simulator Build & Deployment

Environment Setup

Install JDK

Verify the Linux system version and then download and install JDK 7

Following web page provide the details on how to install java 

How to install JAVA

Install maven

Verify the Linux system version and then download the relevant version

-           Download the maven from https://maven.apache.org/download.cgi

-          Following web page will provide the details on How to install maven on linux setup

             https://maven.apache.org/install.html

Install Tomcat

Verify the Linux system version and then download the relevant version

Following Web page will provide the details on how to install and configure tomcat

How to install Tomcat & configure

Build the Simulator

Download Source Code

User can download the source code from CMF GIT repo (https://code.rdkcentral.com/r/#/admin/projects/rdk/components/generic/xconf-simulator )

git clone https://code.rdkcentral.com/r/rdk/components/generic/xconf-simulator

Create the War

Deploy the war

Following web page will provide the detail steps to deploy war file in tomcat server.

How to install WAR file in tomcat

Following web page will provide the details on the XCONF simulator features.

XConfSimulator - features