aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/wt/README.md
blob: 60e2fe8f4b1f2b25162a5c5a73fbae7cc27f3db3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# wt - wireless transport microservices

ODL version: sulfur sr1

## apigateway (osgi)

The API gateway provides WEB access to all wt related web service providers to prevent cross site requests. The Opendaylight default Web server is extended by additional URIs.

  * /database to access elasticsearch
  * /aai to access AAI

## common (osgi)

Common classes, included into most bundles

## common-yang (osgi)

yang files converted into jar bundles. Preferred way to include basic yang specs into a devicemanager project.

## data-provider (osgi)

Interface to devicemanager database. In Frankfurt database is elasticsearch.

## devicemanager (osgi)

Devicemanager services, used by specfic devicemanagers for NETCONF devices.

## devicemanager-specific (osgi)

Devicemanager implementation for specfic devicemodel.

## featureaggregator (osgi)

karaf features
  * sdnr-wt-feature-aggregator to start all services
  * sdnr-wt-feature-aggregator-devicemanager to start devicemanager service

## helpserver (osgi)

Providing help pages for related web applications

## netconfnode-state-provider (osgi)

Provide netconf state information to devicemanager and mountpoint-state-provider

## odlux (osgi)

Web applications for user operations for devices

## websocketmanager (osgi)

Notification service for browser clients.

## readthedocs

readthedocs - Providing documentation. Scripts to convert documentation within helpserver to the [ccsdk/features]/doc folder
~
~
~
~