• KEIL Tcp Socket Client connection
    Hello everybody. First of all i want to say that very good compiler and tools but soo poor documentation and examples. I have a few questions (I have cortex m3 mcu,enc28j60 ethernet controller. I can...
  • Using DNS Client in PPP contexte
    Hello, I've have trouble using DNS Client service from MDK. I use MDK-PRO 5.0.4 + STM32F4 The PPP is configured so that the "Obtain Client IP" and "Use Default Gateway" PPP option are both...
  • 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...
  • TCP multiple sockets
    I have an embedded application that needs to be able to handle several TCP sockets at the same time. It also needs to listen in on the same port number (similar to the way HTTP does) and spin off separate...
  • Webserver and TCP Socket - TCPNET
    Hello There, I am trying to implement the webserver and TCP socket implementation in a single solution. I hope that both can co-exist (built using TCPNet module). Has anyone done similar implementation...