From ea757f015a5d588eb9214d0cc4ea0ea48f0101cd Mon Sep 17 00:00:00 2001 From: Siddharth Chandrasekaran Date: Fri, 8 Mar 2024 00:28:28 +0100 Subject: [PATCH] doc: Add LibOSDP compatibility table This doc was requested by users. Signed-off-by: Siddharth Chandrasekaran --- doc/libosdp/compatibility.rst | 18 ++++++++++++++++++ doc/libosdp/index.rst | 1 + 2 files changed, 19 insertions(+) create mode 100644 doc/libosdp/compatibility.rst diff --git a/doc/libosdp/compatibility.rst b/doc/libosdp/compatibility.rst new file mode 100644 index 00000000..fb6b0eea --- /dev/null +++ b/doc/libosdp/compatibility.rst @@ -0,0 +1,18 @@ +compatibility +------------- + +This page lists commercial PD/CP devices with which the LibOSDP counterpart was +tested to work (or not work). + +The data found here is mostly sourced from the users and should be treated with +a grain of salt as both sides of this comparison may evolve to have different +versions and hence varying behaviour. Nevertheless, it's a good starting point. + ++----------------------------+----------------------------+----------+--------------+ +| CP Device | PD Device | Status | Comments | ++============================+============================+==========+==============+ +| LibOSDP CP | LibOSDP PD | Working | Native support; CI ensure that this works | ++----------------------------+----------------------------+----------+--------------+ + +If want to report your own findings here, send an email to sidcha.dev@gmail.com +or send a PR updating this doc on github. \ No newline at end of file diff --git a/doc/libosdp/index.rst b/doc/libosdp/index.rst index 527adbf3..0728c1a9 100644 --- a/doc/libosdp/index.rst +++ b/doc/libosdp/index.rst @@ -8,3 +8,4 @@ LibOSDP cross-compiling secure-channel debugging + compatibility