Forum Discussion

HRaws's avatar
HRaws
Icon for New Contributor rankNew Contributor
6 years ago

How to setup multicast with nichestack

I am trying to setup multicast messaging using the nichestack. My issue is when I try to call setsockopt to add membership, the processor appears to be restarting. No error is returned to indicate what may be the issue. I am using a static IP.

if(setsockopt(socket, IPPROTO_IP, IP_ADD_MEMBERSHIP, (char *)&group, sizeof(group)) < 0)

{

perror("Error adding multicast group..\n");

close(server_socket);

exit(1);

}

2 Replies

  • MEIYAN_L_Intel's avatar
    MEIYAN_L_Intel
    Icon for Frequent Contributor rankFrequent Contributor

    Hi,

    I am looking into the issue and I will need more time to find information related.

    Thanks.

  • MEIYAN_L_Intel's avatar
    MEIYAN_L_Intel
    Icon for Frequent Contributor rankFrequent Contributor

    Hi,

    May I know the information as follow:

    1. OS version
    2. Quartus Edition and Version
    3. FPGA device
    4. Driver version
    5. Processor used

    Can I have the design file for further investigation?

    Thanks