• DHCP leastime renewal using TCPNET library
    I'm using the TCPNet library for handling ethernet traffic. First time DHCP allocation works fine (using the provided examples). My device gets the DHCP settings and has acces to the internet. Sending...
  • Renew and reconnect a new TCP connection
    Hello I configure my ARM as an Ethernet server and I open a desire port via tcp_listen and each loop I send data (before that I check "tcp_check_send () " and then start to transmit).my problem is when...
  • DHCP failure discovery - mcb2300
    I wonder if there is any way to get information about failed dhcp process? I need to start dhcp, and if it's not succeeded, disable dhcp and use a default local ip (case of a direct connect to a pc...
  • DHCP never acquires IP
    Hi, I'm using a MCB2300 with LPC2368 and I can't get the DHCP client from TCPNET working. I set up the static ip to 0.0.0.0 (as http://www.keil.com/support/docs/3232.htm ), waiting for 35 seconds...
  • run time DHCP option
    Hi all, Does anyone know how I can change from static to dynamic IP selection at run time, I want to give the user the option. Do I just stop calling dhcp_check() and restart? Thanks, Ian...