Mulitcast client definitions. More...
#include "../compatibility.h"
Go to the source code of this file.
Functions | |
int | mcast_client (const char *mcast_group, int receiving_port) |
Executes multicast client application. | |
int | ssm_client (const char *mcast_group, const char *ssm_source, int receiving_port) |
Executes source specific multicast client application. |
Mulitcast client definitions.
Copyright (C) 2013
Andrea Florio 2013 andre a@op ensus e.or g
This Project is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the
Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This Project is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
int mcast_client | ( | const char * | mcast_group, |
int | receiving_port | ||
) |
Executes multicast client application.
Supports IPv4 only
mcast_group | Is a string containing the multicast group address. |
receiving_port | Is an int containing the UDP port number the client will listen to. |
int ssm_client | ( | const char * | mcast_group, |
const char * | ssm_source, | ||
int | receiving_port | ||
) |
Executes source specific multicast client application.
Supports IPv4 only
mcast_group | Is a string containing the multicast group address. |
ssm_source | Is a string containing the authorized source ip address. |
receiving_port | Is an int containing the UDP port number the client will listen to. |