Merge "Create VES client example for domain 'stndefined'"
[oam.git] / docs / config.rst
1 .. contents::
2    :depth: 3
3 ..
4
5 Configuration
6 =============
7
8 The application shows the actual values of all attributes of the
9 ONF-TR-532 for a selected physical network function (PNF). Each view of
10 a functional element is divided into capabilities, configuration,
11 status, current problem, current performance and history performance
12 information according to TR-532.
13
14 A separate window is available for modifying the configuration. All
15 changes made are sent to the device in a single NetConf bulk request.
16 The operator is notified about successfully configuring the device.
17
18 Implementation
19 --------------
20
21 The application is implemented as ODLUX web application using the
22 RestConf northbound interface of the SDN controller. The key frameworks
23 are: Typescript, React and material-ui.
24
25 Connection status information is updated automatically using a web
26 socket for notifications from OpenDaylight to the browser.