Fix netconf README
[netconf.git] / README.md
1 # OpenDaylight NETCONF/RESTCONF implementation
2
3 This project hosts implementations of protocols defined by the [IETF NETCONF Working Group](https://datatracker.ietf.org/wg/netconf/about/).
4 In particular, it implements:
5 * [Network Configuration Protocol (NETCONF)](https://www.rfc-editor.org/rfc/rfc6241)
6 * [RESTCONF Protocol](https://www.rfc-editor.org/rfc/rfc8040)
7
8 Your immediate interests may be:
9 * Documentation is in [docs](https://docs.opendaylight.org/projects/netconf/en/latest/index.html)
10 * Ready-to-applications are in [apps](apps/README.md)
11
12 Other than that, you may delve into gory details:
13 * basic project infrastructure, including [the BOM](artifacts), [Karaf features](features),
14 [Dynamic Karaf distribution](karaf), [Static Karaf distribution](karaf-static) and the [Common Maven Parent](parent)
15 * [YANG models](model) relating to this project
16 * [Transport layer](transport) implementation
17 * [Low-level](protocol) protocol implementations
18 * [High-level](plugins) protocol integrations
19 * [NETCONF Key store](keystore) implementation
20 * [NETCONF Trust store](truststore) implementation
21 * [applications](apps/README.md) for both end users and integrators