All of lore.kernel.org
 help / color / mirror / Atom feed
* AW: Finding devices with dynamic IP addresses
@ 2007-02-19 17:06 Arvid Staub
  0 siblings, 0 replies; only message in thread
From: Arvid Staub @ 2007-02-19 17:06 UTC (permalink / raw)
  To: Edward Jubenville, Linuxppc-Embedded

hi!

>I need a way for any Windows PC on the subnet to locate the devices
>without prior knowledge of their IP address.  I'm hoping to find a
peer-to->peer solution that doesn't involve a third party (DNS) server.


IMO the most elegant way to do this is using zeroconf networking.
it uses multicast DNS and service announcement/browsers.

see http://developer.apple.com/networking/bonjour/index.html

apple's implementation is released under the apache license v2.

if you know your device's hostname, this is all you need.=20
after installing the mDNS client library on your dev machine it will be
able to resolve that hostname (eg. ping mydevice.local)

otherwise, you will have to set up a service announcement (like
_telnet._tcp) and browse for your device (the dns-sd utility does that).

We're using zeroconf networking on a Virtex2-Pro FPGA (70MHz PPC405) and
it works great. I really recommend it to you.

greetings,
arvid staub

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-02-20  6:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-19 17:06 AW: Finding devices with dynamic IP addresses Arvid Staub

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.