Home

Awesome

DDS Python API

Overview

pydds is a simple Python API for Vortex Lite and for OpenSplice.

This API supports:

Regardless of the kinds of type definition interoperability and instance management are maintained (see code examples).

Installation

pydds depends on:

Once the dependencies are intalled simply do (assuming your are running on Linux):

$ cd dds-python
$ ./configure.linux
$ python3 setup.py install 

To test your installation do:

$ python test_reader.py &
$ python test_writer.py 

Equivalently you can test the flexy types by:

$ python test_flexy_writer.py 
$ python test_flexy_reader.py