Create wt-odlux directory
[ccsdk/features.git] / sdnr / wt-odlux / helpserver / provider / src / main / resources / help / sdnr / pnfConfig / README.md
1 # Configuration
2
3 The application rely on yang-specifications provided by the device. It is Generic and generated user interface, generated by yang specs and capabilites of a device. Each view of a functional element is divided into capabilities, configuration, status, current problem, current performance and history performance information according to TR-532.
4
5 A separate window is available for modifying the configuration. All changes made are sent to the device in a single NetConf bulk request. The operator is notified about successfully configuring the device.
6
7 ### Features
8
9 Read yang specifications and generate related User interface out of it
10
11   - Provide yang description as tool tip for fields
12
13   - Consider specified type for input fields
14   
15   - Provide read and write access
16
17 ## Implementation
18
19 The application is implemented as ODLUX web application using the RestConf northbound interface of the SDN controller. The key frameworks are: Typescript, React and material-ui.
20
21 Connection status information is updated automatically using a web socket for notifications from OpenDaylight to the browser.
22