Updated git submodules
[docs.git] / source / getting-started-guide / who_should_use.rst
1 Who should use this guide?
2 ==========================
3
4 OpenDaylight is for users considering open options in network programming. This
5 guide provides information for the following types of users:
6
7 #. Those new to OpenDaylight who want to install it and select the features they
8    need to run their network environment using only the command line and GUI.
9    Such users include:
10
11    a. Students
12    #. Network administrators and engineers.
13
14 #. Network engineers and network application developers who want to use
15    OpenDaylight’s REST APIs to manage their network programmatically.
16 #. Network engineers and network application developers who want to write their
17    own OpenDaylight services and plugins for greater functionality. This group
18    of users needs a significant level of expertise in the following areas, which
19    is beyond the scope of this document:
20
21    a. The YANG modeling language
22    #. The Model-Driven Service Abstraction Layer (MD-SAL)
23    #. Maven build tool
24    #. Management of the shared data store
25    #. How to handle notifications and/or Remote Procedure Calls (RPCs)
26
27 #. Developers who would like to join the OpenDaylight community and contribute
28    code upstream. People in this group design offerings such as
29    applications/services, protocol implementations, and so on, to increase
30    OpenDaylight functionality for the benefit of all end-users.
31
32 .. note:: If you develop code to build new functionality for OpenDaylight and
33    push it upstream (not required), it can become part of the OpenDaylight
34    release. Users can then install the features to implement the solution you’ve
35    created.