|
From: | address@hidden |
Subject: | Re: [lwip-users] Network name of device |
Date: | Thu, 04 Mar 2010 16:16:52 +0100 |
User-agent: | Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; de; rv:1.9.1.8) Gecko/20100227 Thunderbird/3.0.3 |
Jeff Barber wrote:
We have a limited implementation of zeroconf called "AutoIP" which generates MS-like IP addresses if no static IP is configured and no DHCP server is found (see LWIP_AUTOIP option).It is possible to do this without a dedicated DNS server or DHCP server, but the client host and your device would need to implement "zero configuration networking" (see http://en.wikipedia.org/wiki/Zero_configuration_networking as a starting point).
The name resolution can then be done with netbios (see contrib/apps/netbios) but not via DNS as that would either require the above DHCP-/DNS-server cooperation or manually configuring the DNS server. However, using netbios limits you to the windows world.
Simon
[Prev in Thread] | Current Thread | [Next in Thread] |