HONEYCOMB-195: increase v3po coverage over 80%. WIP
[honeycomb.git] / infra / translate-api / asciidoc / Readme.adoc
1 = Honeycomb translation layer API
2
3 Extensible API for translation between Binding Aware data and actual device data.
4 Consists of readers and writers responsible for communication with the device.
5
6 Provides registry of readers and writers for the data layer.
7 For every supported YANG model there should be at least one reader and writer registered.
8 Readers and writers form two tree structures matching corresponding YANG models.
9 Readers and writers can be attached to any non-leaf YANG node.