Release version 1.3.1
[ccsdk/features.git] / sdnr / wt / README.md
1 # wt - wireless transport microservices
2
3 ODL version: aluminium sr1
4
5 ## apigateway (osgi)
6
7 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.
8
9   * /database to access elasticsearch
10   * /aai to access AAI
11
12 ## common (osgi)
13
14 Common classes, included into most bundles
15
16 ## common-yang (osgi)
17
18 yang files converted into jar bundles. Preferred way to include basic yang specs into a devicemanager project.
19
20 ## data-provider (osgi)
21
22 Interface to devicemanager database. In Frankfurt database is elasticsearch.
23
24 ## devicemanager (osgi)
25
26 Devicemanager services, used by specfic devicemanagers for NETCONF devices.
27
28 ## devicemanager-specific (osgi)
29
30 Devicemanager implementation for specfic devicemodel.
31
32 ## featureaggregator (osgi)
33
34 karaf features
35   * sdnr-wt-feature-aggregator to start all services
36   * sdnr-wt-feature-aggregator-devicemanager to start devicemanager service
37
38 ## helpserver (osgi)
39
40 Providing help pages for related web applications
41
42 ## netconfnode-state-provider (osgi)
43
44 Provide netconf state information to devicemanager and mountpoint-state-provider
45
46 ## odlux (osgi)
47
48 Web applications for user operations for devices
49
50 ## websocketmanager (osgi)
51
52 Notification service for browser clients.
53
54 ## readthedocs
55
56 readthedocs - Providing documentation. Scripts to convert documentation within helpserver to the [ccsdk/features]/doc folder
57 ~
58 ~
59 ~
60 ~