• DHCP Server for RL-ARM
    Im desperatly looking for a dhcp server for the RL-ARM. Ive found a library from Microchip, but there will be a licensing problem. Has anyone used it once? I reckon it would be too time consuming...
  • 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...
  • Re-enabling DHCP and NetBios
    Hi all, In my system, I am using a static IP address, but also searching for a DHCP server every 10 seconds or so by re-enabling the DHCP client for a bout half a second. This works a treat, but...
  • Get assigned DHCP address
    How can my application know at run time what IP address was assigned to it by the DHCP server? Thanks.
  • How the dhcp is set up
    I am looking at C:\Keil_v5\Boards\Keil\MCB4300\RL\TCPNet\FTP_Demo\FTP_Demo.uvproj The main code looks like below extern LOCALM localm[]; /* Local Machine Settings */ #define MY_IP localm[NETIF_ETH...