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