Giter VIP home page Giter VIP logo

Comments (4)

jhelovuo avatar jhelovuo commented on August 22, 2024 1

Thanks for getting back so quickly. I tried running two instances of the example and both didn't have any output. I'll try running another implementation as you suggest to test it out.

I don't know where to help. Is there an area in particular that needs work? Is there a roadmap or a list of outstanding features that still need implementing? I haven't looked through the crate much yet.

No, there is no explicit list anywhere.

We are still missing many DDS features. One conceptually straightforward one could be implementing data fragmentation, i.e. support for transporting larger samples than can be put in a single UDP packet. The amount of work is nontrivial, though. A starting point in code is in reader.rs. The lower levels are untested, and upper level handling of fragments missing, also on the writer side.

The basic data transfer submessages are Data, Heartbeat, and AckNack. The fragmented data transfer uses (partially) different submessages: DataFrag, HeartbeatFrag, and NackFrag. Note that they are not completely analogous, i.e. HeartbeatFrag is used only when partial data is available, and normal Heartbeat once all the fragments are ready to be sent. NackFrag communicates only negative acknowledgments, whereas normal AckNack contains both positive and negative. The authoritative specification for all of this is the RTPS spec. Maybe not the best choice for light reading, but I do not know of any better source.

from rustdds.

jhelovuo avatar jhelovuo commented on August 22, 2024

It worked the last time we tried. How did you test?

The shapes demo is supposed to show communication with another DDS implementation, so you need the other participant too, e.g. https://github.com/eProsima/ShapesDemo or try googling for "dds shapes demo download" for other alternatives. So you need to run both the RustDDS example and the other Shapes demo implementation at the same time.

Contributions are welcome! What would you like to do?

from rustdds.

kczimm avatar kczimm commented on August 22, 2024

Thanks for getting back so quickly. I tried running two instances of the example and both didn't have any output. I'll try running another implementation as you suggest to test it out.

I don't know where to help. Is there an area in particular that needs work? Is there a roadmap or a list of outstanding features that still need implementing? I haven't looked through the crate much yet.

from rustdds.

kczimm avatar kczimm commented on August 22, 2024

I see the example working now with the ShapesDemo you suggested. Thanks!

from rustdds.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.