• regd:ip multicast
    Hi, I am using CORTEX-M3 TI chips.With this i have worked on TCP and UDP also using RL-ARM libraries.But,in multicast two types are there.UDP and IP.I could able to work on UDP.But,in this sometimes...
  • Multicast IGMP
    The current project I am working uses RTX with TCPnet. The project uses TCP, UDP broadcast, unicast, and multicast. We bought and installed the RTL within the last 6 months. The multicast functions...
  • TCPNet and multicast
    Hello, I looked into the user manual, Keil website, and forum but there's no information about this. So does TCPNet (included in RL-ARM) support multicast; or there's anyway to implement it? ...
  • IP Multicasting for Receiving Streams
    Hi Friends, In RL-ARM documentation it gives an example about multicasting as in follows; U8 sgroup[4] = { 238, 0, 100, 1}; .. if (igmp_join (sgroup) == __TRUE) { printf ("This Host is a member...
  • BSD socket Udp multicast
    Hello, do anyone have experience with BSD socket? I am using LPC1788. What i want to do is to receive a string or data from certain IpAddress with ist port. Example: I want to receive data only...