Re: UDP broadcasting ?



Loïc Ploumen wrote:

Hi everybody,

We have an embedded system, which is on a network and whose IP address can be changed using an interface. Now, would it be possible to send UDP broadcast from another machine and the embedded system to reply, so that we can know that the system is on the network and know its IP address ?

Yes, various devices and software have used this for years.

From what I know, UDP broadcast will only work on the same subnet, but what if the embedded system is on another subnet?

Then I would use multicast instead. Multicast was designed to cross routers.

--
Phil Frisbie, Jr.
Hawk Software
http://www.hawksoft.com
.



Relevant Pages

  • Low level network access
    ... I'm trying to port an embedded system to CE.NET, and one of the things I ... need to do is access the network at a very low level - basically being ... While it's not entirely clear to me to what extent NDIS ... little sample code I've come across have failed miserably. ...
    (microsoft.public.windowsce.embedded)
  • Re: Embedded Ethernet and Corporate LAN
    ... > We have an embedded system, that has a SMSC 91C111 Ethernet Chip, ARM ... > overflows on a typical LAN network. ... (I'd expect it to be a switch as true hubs are ...
    (comp.arch.embedded)
  • Re: Building animations
    ... > Transfer that GIF to the embedded system ... > using keychain drive, network, or carrier pigeon. ... You misse dout sneakerware - that's my favourite;-) ...
    (comp.os.linux.misc)
  • Re: network question
    ... We have an embedded system, which is on a network and whose IP address ... what if the embedded system is on another subnet? ... on both hosts that want to communicate) ...
    (alt.linux)
  • Re: Sending e-mail from application
    ... > I use embedded system with small amount of disk space. ... that implies a network of some type. ... to dump your mailable data into with a ...
    (comp.os.linux.development.apps)