embeddedartistry / athena-bootloader

An AVR Arduino bootloader that supports uploads over Ethernet (via TFTP) and Serial.
GNU Lesser General Public License v2.1
12 stars 5 forks source link

DHCP Handling #47

Open phillipjohnston opened 4 years ago

phillipjohnston commented 4 years ago

How could one use DHCP for 16 arduinos? should one? So far I've tried static IP.

I need to investigate this further to see whether the device's static IP is honored in a truly DHCP setup, or if the network-assigned IP is the one actually used.

phillipjohnston commented 4 years ago

What needs to be changed with the bootloader configuration to enable the Ethernet device to use DHCP?