From 7ce0b5d2e93f517ce5210a81e677689817cc462e Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Fri, 31 Mar 2023 11:24:45 +0200 Subject: [PATCH] Add more content --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 810cc0d..399ed59 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,6 @@ This repository contains a sample ruby script to read/write ShapeType samples to DDS. -Using the DDS Dynamic API a Ruby language binding for DDS could be developed. A small proof of concept was created using the type specific data reader/writer but that would require C++ code generation for each new IDL defined type. +Using the DDS Dynamic API a Ruby language binding for DDS could be developed. A small proof of concept was created using the type specific data reader/writer but that would require C++ code generation for each new IDL defined type. Using the dynamic DDS API an easy to use API to DDS can be created. The ruby language binding could support multiple DDS vendors, there are small differences between each vendor, but those differences could all be kept internal to R2DDS. + +Contact sales@remedy.nl when you are interested in R2DDS.