https://github.com/rticommunity/connextdds-py
Connext DDS Python API
https://github.com/rticommunity/connextdds-py
Last synced: 5 months ago
JSON representation
Connext DDS Python API
- Host: GitHub
- URL: https://github.com/rticommunity/connextdds-py
- Owner: rticommunity
- License: other
- Created: 2020-05-22T23:54:13.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-10T20:09:22.000Z (over 2 years ago)
- Last Synced: 2024-01-25T11:50:07.840Z (over 2 years ago)
- Language: C++
- Size: 9.15 MB
- Stars: 25
- Watchers: 14
- Forks: 12
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
RTI Connext Python API
Getting Started
·
API Overview
·
API Reference
·
Examples
The Connext Python API can be installed with `pip` as follows:
```
pip install rti.connext
```
See the [Connext Getting Started Guide](https://community.rti.com/static/documentation/connext-dds/current/doc/manuals/connext_dds_professional/getting_started_guide/index.html)
for more information to install the software and run your first RTI Connext Python application while learning general concepts of Connext.
Note: starting with Connext 7.2.0, the Connext Python API is **no longer
distributed as buildable source**. This repository only contains the source for older versions.