Testing multicasting on my kernel -


i have linux kernel 3.14.28. enabled multicasting kernel(config_ip_multicast=y,config_ip_router=y,config_ip_mroute=y, config_ip_ipip=y). new kernel build , kernel up. how can check multicasting on imx6q wandboard.

thanks comments

the question not clear enough.

i'll try best way.

sending multicast messages used usual utp datagram api range of ip's.

for receiving multicast, need join multicast group using igmp join message , wait on socket.

btw - kernel doesn't handle multicast routing on it's own. user space daemon must support it. check mrouted, pimd or smcroute.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -