• 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...
  • BSD SOCKET WITH ERROR "ERR_MEM_FREE"
    Hello, I am using the BSD Socket Interface from the Real-Time Library to implement TCP/IP communications under uVision 4 and this application is running on TI EKK-LM3S9B92. Since I need to send and receive...
  • BSD SOCKET SETTING TCP_TYPE_DELAY_ACK
    Hi, I'm using a EKK-LM3S9B92 board with both RTX and BSD SOCKET of TCP Net over ethernet. I want to improve the performance for applications sending large amounts of data like HTTP server by...
  • UDP multicast message send error
    Hi, I cannot send UDP multicast message in ARM to 1900 port. It is SSDP. netUDP_Send failed with unspecified error. Any idea? I will need full SSDP working in keil/ARM. int32_t udp_sock;...
  • Keil UDP Multicast Send/Receive
    Hi, I am trying to implement UDP Multicast Functionality on Keil MCBSTM32F400 Board. I have defined a mulicast group ip:port as { 224.220.0.1: 1995 } I want to listen on this group...