Forum Discussion

MHar-'s avatar
MHar-
Icon for New Contributor rankNew Contributor
6 years ago

We are using arm angstrom linux system for the Cyclone V . What do we need to add in order to respose to a UDP Broadcast command?

2 Replies

  • Mike_Intel's avatar
    Mike_Intel
    Icon for Occasional Contributor rankOccasional Contributor

    Hello MHar,

    Thank you for posting in Intel Ethernet Communities.

    Base on your inquiry, we have specific forum for these issues and I will be transferring this thread for faster response.

    Best regards,

    Michael L.

    Intel Customer Support Technicians

    A Contingent Worker at Intel

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

    Hello,

    Since you are running linux on board, you can use some linux commands to control the ethernet stream. I would start with tcpdump. If you cannot find tcpdump command, you might need to install it:

    opkg install tcpdump

    More information about this command can be found here:

    https://www.tcpdump.org/manpages/tcpdump.1.html

    Hope this might help.

    Thank you