diff options
Diffstat (limited to 'v3po/translate-api/Readme.adoc')
-rw-r--r-- | v3po/translate-api/Readme.adoc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/v3po/translate-api/Readme.adoc b/v3po/translate-api/Readme.adoc new file mode 100644 index 000000000..9e208744a --- /dev/null +++ b/v3po/translate-api/Readme.adoc @@ -0,0 +1,9 @@ += Honeycomb translation layer API + +Extensible API for translation between Binding Aware data and actual device data. +Consists of readers and writers responsible for communication with the device. + +Provides registry of readers and writers for the data layer. +For every supported YANG model there should be at least one reader and writer registered. +Readers and writers form two tree structures matching corresponding YANG models. +Readers and writers can be attached to any non-leaf YANG node.
\ No newline at end of file |