OB-CAS Device Manager UI

Functional Description

The Device Manager UI app is built using the streamlit framework based on python, and simply shows which devices are under control of the OB-BAA platform and which status these have, as well as the adapters being supported by the OB-BAA.

Its internal operation is straightforward. The OB-BAA device manager UI app

Shown below are some screenshot from the UI environment:

Setting up OB-CAS BAA Device Manager Application

Prior to building docker image for the OB-CAS BAA Device Manager Application, make sure OB-CAS App environment is setup based on the instructions detailed here

Build OB-CAS SDK Docker Image

	cd obcas/src/obcas_sdk
	make docker-build

Build OB-BAA Device Manager Docker Image

    cd obcas/src/obcas_apps/baa_device_manager/
	make docker-build

Start OB-BAA Device Manager App using Docker-Compose

<–Back to the Applications Overview