This example shows how to send data to a multicast group.
#include "hamcast/hamcast.hpp"
#include <iostream>
int main()
{
std::string hello_world = "Hello World!";
s.
send(
"ip://239.0.1.1:1234", hello_world.size(), hello_world.c_str());
std::cout << "DONE" << std::endl;
return 0;
}