Multicast programming
Multicast programming
This section describe how to use and control multicast options such:
Configuration
Some parameters should be configured and/or optimized for your project requirements. Please refer to the section Multicast Configuration for further details.
Using Network Interface Wireless Programming API
Wherever you want to configure or access an Interface option you should include this file:
Include file | Description |
---|---|
IP/IPv4/net_igmp.h | Functions used for IPv4 Multicast API |
IP/IPv6/net_mldp.h | Functions used for IPv6 Multicast API |
API reference
All Multicast APIs for IPv4 are presented in the section IGMP Functions and in section MLDP Functions for IPv6.
Function Name | Description |
---|---|
NetIGMP_HostGrpJoin() | Join a host group. |
NetIGMP_HostGrpLeave() | Leave a host group. |
NetMLDP_HostGrpJoin() | Join a MLDP Multicast host group. |
NetMLDP_HostGrpLeave() | Leave a MLDP host group. |
, multiple selections available,
Related content
Transmitting and Receiving to and from a Multicast IP Group
Transmitting and Receiving to and from a Multicast IP Group
More like this
Joining and Leaving a Multicast Group
Joining and Leaving a Multicast Group
More like this
NetIPv6_IsAddrMcast
NetIPv6_IsAddrMcast
More like this
Adding an Address to the Multicast Address Filter of a Network Device (Wireless)
Adding an Address to the Multicast Address Filter of a Network Device (Wireless)
More like this
NetIGMP_HostGrpLeave
NetIGMP_HostGrpLeave
More like this
NetDev_AddrMulticastAdd()
NetDev_AddrMulticastAdd()
More like this