Is there any way to get a specific dhcp option using Arduino and ethernet? I am trying to spare the pins that would be used as a setup, so i send the configuration to the arduino via lan. I would like to be able to specify where the arduino will receive the configuration from. I was thinking of providing it with a configuration server through a dhcp option (option codes 224 through 255 are reserved for private use)
I cannot find any information on how to retrive specific dhcp options using ethercard.h and ENC28J60 board anywhere in the documentation.
Did anyone attempt (and succeed) in doing this?
thanks