Hello
I'm using the cc3000 and trying to send and receiving multicast over udp according to http://processors.wiki.ti.com/index.php/CC3000_Multicast.
But regardless of which multicast adress I bind to the socket, I receive all messages sent on multicast adresses as long as they have the same port as I have used when binding the socket. Since recvfrom only gives the address of the sender, not the address received on I have no way to filter out if the multicast message was for me. I want to have groups of units where each group listen to a different multicast addresse but all groups should use the same port.
Is this a problem with the module or am I missing something when setting up the socket for receving on a multicast ip address?
(I'm using the latest release 1.11 and reading out patch version 1.19 with nvmem_read_sp_version)
BR
/Benneth