• RL-TCP UDP sockets with RTX kernel
    I have application using RTX/RL-TCP i have a timer task and a tcp task following the guide lines, I have data coming in via a UDP socket and the call_back functions this all works fine. The issue is...
  • 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...
  • UDP send/receive data
    I'm using LPC2368 to develop UDP send/receive data Function,But in the RTLTCP library,there is not UDP Receive function,How could I receive data ?
  • TCP NET sending/receiving RAW SOCKET
    Hi, I am looking for a way to send/receive RAW IP packets from TCP_Net library. Currently I am using TCP_Net 7.0 BETA (supporting IPv4/IPv6 dual stack) from BSD Socket API, with CMSIS-OS/RTX...
  • Which socket TCP or BSD
    Hello, I am a bit confused as to which API I should use for communication with PC running Win7. Seems like the TCP api is more event driven whereas the BSD is the classic implementation. Does the...