• 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...
  • UDP BSD Client
    Hi everyone. I'm trying to synchronize MCU internal clock with NTP server. My code is already running on some older projects. Now I need to migrate my code to RTX environment and BSD sockets. Below...
  • BSD recv() with RTX
    I am trying to understand the recv(),  it is stated that: " In blocking mode, which is enabled if the system detects RTX environment, this functions waits for received data. The argument buf is a pointer...
  • BSD recv() function with RTX
    I am trying to understand the recv(), it is stated that: " In blocking mode, which is enabled if the system detects RTX environment, this functions waits for received data. The argument buf is a...
  • 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...