• netIP_aton fucntion not working (TCP CLIENT)
    Hello I am using stm32 discovery board and trying to implement a TCP Client application.In the following code, I am using netIP_aton function to convert the network address in binary.But the function...
  • PPP using TCP client socket
    Hello, I'm having trouble using TCP client socket on a PPP link. I'm using Keil RTX 4.74.0 and MDK-Pro 5.0.4 PPP is established using a GPRS modem (I have updated the Modem_Standard.c to...
  • 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...
  • DNS Client && DHCP client
    Hai, im facing a problem in lpc1768 when i'm enabling the DNS client by calling the function of get_host_by_name , dhcp client is getting disturbed. But ip is resolving from dns server When im dubugging...
  • Multiple-client connections on TCP/IP Server
    I'm using TCP/IP stack from RL-ARM Library 2.22a and starting point of my project was a sample from Keil LEDSwitch Server. What i would like to know is what i need to do to be able to receive more...