Micro-XRCE-DDS-Client icon indicating copy to clipboard operation
Micro-XRCE-DDS-Client copied to clipboard

Micro XRCE-DDS Client repository. Looking for commercial support? Contact [email protected]

Results 22 Micro-XRCE-DDS-Client issues
Sort by recently updated
recently updated
newest added

Hi, Currently am porting xrcedds client library to the mpc5744 power pc architecture. Code compiling was fine. We can able to make session init while sending participant msg am getting...

This pull requests adds proper handling of EINTR to the UDP and TCP transport profiles on POSIX platforms. Some platforms, like the FreeRTOS simulator for Linux, generate a lot signals....

Should we flash only one stream with this new API? TODO: - [ ] change all `flash` to `flush`

This is similar to the third point mentioned in my new PR within the Agent repository. This revolves around the fact that send() does not guarantee that the receiver will...

Hi, I am confused about the share memory feature On Nuttx. 1. Can I publish a topic from program A and receive it both from program B and program C?...

Please add Zephyr transports for Micro XRCE-DDS: - [x] Zephyr USB-CDC Serial transport - [x] Zephyr Serial UART transport - [ ] Zephyr networking transport

enhancement

The platform I'm trying to build the client for does not offer support for IPv6. While it doesn't appear there are many places where `AF_INET6` et al. is referenced, I...

I'm trying to apply Micro-XRCE-DDS on a NodeMCU board with ESP8266 microprocessor. The IDE is Visual Studio Code with PlatformIO plugin, Arduino is used for Wifi connection. Micro-XRCE-DDS library is...

Signed-off-by: Wim Van Loocke To make it possible to build the DDS via cmake's ExternalProject_Add as static library, it is necessary to run the compiler test only as a static...

Hi, I've been looking at the current implementation of the transport profile and it does not allow one to use the zero-copy feature from FreeRTOS+TCP. These are examples from them...