Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
11 years, 1 month ago.
Ethernet Interface
if I dont't want to use DHCP ,what should I do?
Question relating to:
1 Answer
11 years, 1 month ago.
Instead of calling init() on the EthernetInterface object, you should be able to call init("192.168.0.42", "255.255.255.0", "192.168.0.1") to specify your address, netmask and gateway details explicitly and avoid DHCP.