RustDDS icon indicating copy to clipboard operation
RustDDS copied to clipboard

Rust implementation of Data Distribution Service

Results 63 RustDDS issues
Sort by recently updated
recently updated
newest added

Hi. I have a local setup where I have RustDDS running in one program, reading data from serial and forwarding it over DDS. The receiving end is running node-openDDS implementation....

ignore join_multcast_v4 error. fix issue https://github.com/jhelovuo/RustDDS/issues/208#issue-1291111797

Updates the requirements on [crossterm](https://github.com/crossterm-rs/crossterm) to permit the latest version. Changelog Sourced from crossterm's changelog. Version 0.24.0 Add DoubleUnderlined, Undercurled, Underdots the text, Underdotted, Underdashes, Underdashed attributes and allow coloring...

dependencies
rust

我有一个网卡,给了两个IP地址,如下图: ![image](https://user-images.githubusercontent.com/3353399/176833743-10b5a8c3-c1ce-4a13-8cd0-151fad2517f8.png) 在第二个网卡(eth0:1)加入组播时,加入失败,返回错误。why not continue? ``` for multicast_if_ipaddr in get_local_multicast_ip_addrs()? { match multicast_if_ipaddr { IpAddr::V4(a) => { mio_socket.join_multicast_v4(&multicast_group, &a)?; } IpAddr::V6(_a) => error!("UDPListener::new_multicast() not implemented for IpV6"), // TODO }...

I am writing some code from the shape example. Basically, I have a component that uses DDS on behalf of internal apps and other components. So I have created one...

The API doc shows that `DataReader::take_next_sample()` can return Ok(None) ([link](https://docs.rs/rustdds/latest/rustdds/dds/no_key/struct.DataReader.html#method.take_next_sample)) but it does not give description for it. I write a simple 1-to-1 publisher-to-subscriber test with keys enabled. The configuration...

Great project, I consider using this at my company. However, at one of my PCs I only have IPv6 available. When I run the `ros_visualizer` example with ``` cargo run...

IMHO this would allow DataReader and DataWriter to be wrapped in `Arc`

Updates the requirements on [tui](https://github.com/fdehau/tui-rs) to permit the latest version. Release notes Sourced from tui's releases. v0.18.0 Features Update crossterm to 0.23. Changelog Sourced from tui's changelog. v0.18.0 - 2022-04-24...

dependencies
rust