Skip to content
Tom Barbette edited this page Oct 3, 2018 · 2 revisions

LocQueryResponder Element Documentation

NAME

LocQueryResponder — Click element; generates responses to Grid Location queries

SYNOPSIS

LocQueryResponder(E, I)

Ports: 1 input, 1 output
Processing: agnostic

DESCRIPTION

E and I are this node's ethernet and IP addresses, respectively. Input should be Grid location query packets destined for us, including the MAC header. Produces a GRID_LOC_REPLY packet with the correct destination IP and location information. This packet should probably be sent back through a routing element, e.g. through LookupLocalGridRoute's MAC layer input, and then through FixSrcLoc (to actually get this node's location information into the packet).

SEE ALSO

FloodingLocQuerier, LookupLocalGridRoute, LookupGeographicGridRoute, FixSrcLoc

Generated by click-elem2man from ../elements/grid/locqueryresponder.hh:4 on 2018/10/03.

Clone this wiki locally