![]() CMake will default to enabling C and C++ if no languages are specified in the project(..) call. Micro-XRCE-DDS-Client is a C-only project. Avoid enabling C++. Signed-off-by: gavanderhoorn <g.a.vanderhoorn@tudelft.nl> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
README.md | ||
main.c |
README.md
Discovery
These examples show how discovery works. Discovery is a feature that allows to discover compatible agents from a client. There are 2 modes: Multicast and Unicast.
Multicast
Multicast example will request all the agents by multicast. No arguments needed.
Unicast
Unicast example needs a list of pairs ip-port where search for agents. The example will expect a list of pairs as arguments.