Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++
12604 Discussions

How to setup multicast with nichestack

HRaws
Beginner
792 Views

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);

}

0 Kudos
2 Replies
MEIYAN_L_Intel
Employee
531 Views

Hi,

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

Thanks.

0 Kudos
MEIYAN_L_Intel
Employee
531 Views

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

0 Kudos
Reply