#define MULTICAST_IPV4_ADDR CONFIG_EXAMPLE_MULTICAST_IPV4_ADDR #define MULTICAST_IPV6_ADDR CONFIG_EXAMPLE_MULTICAST_IPV6_ADDR #define LISTEN_DEFAULT_IF CONFIG_EXAMPLE_LISTEN_DEFAULT_IF ...
This repository contains a small example of how to use the score-cpp library for reliable multicast. The code in this repository wraps a local UDP stream in score-cpp and sends it to a remote ...