Skip to content

Commit

Permalink
Add more content
Browse files Browse the repository at this point in the history
  • Loading branch information
jwillemsen committed Mar 31, 2023
1 parent 0984c00 commit 7ce0b5d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 7ce0b5d

Please sign in to comment.