-
Notifications
You must be signed in to change notification settings - Fork 4
Description
The readme says there is support for all kind of dds-types. And the project goal is to have a python-binding of (cyclone) dds. However, all docs, test, an the current code (as far as I understand) only use flexytypes; or key-value.
Everywhere I look, python-types are serialised to json... so basically it is sending strings to other participants. When that is python code, it will work. However, dds is supposed to be language agnostic, isn’t? A python-program on a raspberry-Pi should be able to “talk” with an embedded-C system and java server. Or is my understanding of dds wrong?
So, please clarify. Either by updating the docs on how how to use those types. Or by adding the missing code/examples. Or, making clear it’s not-yet a prober Python-binding
Thanks