File: README.md

package info (click to toggle)
fastddsgen 4.0.4%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 924 kB
  • sloc: java: 3,546; sh: 168; makefile: 16
file content (48 lines) | stat: -rw-r--r-- 2,759 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
[![Fast DDS-Gen](resources/images/github_banner_fastddsgen.png)](https://www.eprosima.com/middleware/fast-dds)

<br>

<div class="menu" align="center">
    <strong>
        <a href="https://eprosima.com/index.php/downloads-all">Download</a>
        <span>&nbsp;&nbsp;•&nbsp;&nbsp;</span>
        <a href="https://fast-dds.docs.eprosima.com/en/latest/fastddsgen/introduction/introduction.html">Docs</a>
        <span>&nbsp;&nbsp;•&nbsp;&nbsp;</span>
        <a href="https://eprosima.com/index.php/company-all/news">News</a>
        <span>&nbsp;&nbsp;•&nbsp;&nbsp;</span>
        <a href="https://x.com/EProsima">X</a>
        <span>&nbsp;&nbsp;•&nbsp;&nbsp;</span>
        <a href="mailto:info@eprosima.com">Contact Us</a>
    </strong>
</div>

<br><br>

<div class="badges" align="center">
    <a href="https://opensource.org/licenses/Apache-2.0"><img alt="License" src="https://img.shields.io/github/license/eProsima/Fast-DDS-Gen.svg"/></a>
    <a href="https://github.com/eProsima/Fast-DDS-Gen/releases"><img alt="Releases" src="https://img.shields.io/github/v/release/eProsima/Fast-DDS-Gen?sort=semver"/></a>
    <a href="https://github.com/eProsima/Fast-DDS-Gen/issues"><img alt="Issues" src="https://img.shields.io/github/issues/eProsima/Fast-DDS-Gen.svg"/></a>
    <a href="https://github.com/eProsima/Fast-DDS-Gen/network/members"><img alt="Forks" src="https://img.shields.io/github/forks/eProsima/Fast-DDS-Gen.svg"/></a>
    <a href="https://github.com/eProsima/Fast-DDS-Gen/stargazers"><img alt="Stars" src="https://img.shields.io/github/stars/eProsima/Fast-DDS-Gen.svg"/></a>
    <br>
    <a href="https://eprosima-fast-rtps.readthedocs.io"><img alt="Documentation badge" src="https://img.shields.io/readthedocs/eprosima-fast-rtps.svg"/></a>
    <a href="https://github.com/eProsima/Fast-DDS-Gen/actions/workflows/nightly-ubuntu-ci.yml"><img alt="Ubuntu CI (nightly)" src="https://img.shields.io/github/actions/workflow/status/eProsima/Fast-DDS-Gen/nightly-ubuntu-ci.yml?label=Ubuntu%20CI%20(nightly)"></a>
</div>

<br><br>

*eProsima Fast DDS-Gen* is a Java tool to generate TypeSupport code compatible with [*eProsima Fast DDS*](https://github.com/eProsima/Fast-DDS) library.

## Commercial support

Looking for commercial support? Write us to info@eprosima.com

Find more about us at [eProsima’s webpage](https://eprosima.com/).

## Installation manual

Instructions about how to install and run the tool can be found in [Fast DDS installation manual](https://fast-dds.docs.eprosima.com/en/latest/installation/sources/sources_linux.html#fast-dds-gen-installation).

## Documentation

[Tool documentation](https://fast-dds.docs.eprosima.com/en/latest/fastddsgen/introduction/introduction.html) can be found with Fast DDS documentation.