From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <4EAEEE96.9040808@gmail.com> Date: Mon, 31 Oct 2011 11:53:10 -0700 From: Gus Wirth MIME-Version: 1.0 References: <1319964962-5092-1-git-send-email-ordex@autistici.org> In-Reply-To: <1319964962-5092-1-git-send-email-ordex@autistici.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [B.A.T.M.A.N.] [PATCH 0/6] DAT: Distributed ARP Table Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: The list for a Better Approach To Mobile Ad-hoc Networking On 10/30/2011 01:55 AM, Antonio Quartulli wrote: > Hello people, > as most of you may already know, last summer I've been working on the > B.A.T.M.A.N.-Adv GSoC project named "DAT: Distributed ARP Table". For who wants > to get deeper into the details of the project there are two links: > - The GSoC proposal [1] > - The DAT wikipage on open-mesh.org [2], with status and ideas description > > Just to recap: DAT is a distributes hash table meant to store ARP entries for > fast lookup. In a normal scenario, whenever a node wants to communicate with > another one, it first needs to issue a broadcast ARP request in order to > retrieve its PHY/MAC address. In a sparse network a broadcast message could be > lost several times before reaching the real destination so creating high > latencies. With DAT, every ARP entries (a pair [IP addr, MAC addr]) is stored on > a "computed" set of nodes, therefore in case of ARP request theses nodes can > directly be contacted (in unicast) and the needed information can be quickly > fetched. > > Cheers, > Antonio > > [1] http://www.google-melange.com/gsoc/project/google/gsoc2011/ordex/4001 > [2] http://www.open-mesh.org/wiki/batman-adv/DAT The link to the Wiki page doesn't work. The actual link: http://www.open-mesh.org/wiki/batman-adv/DistributedArpTable Except there is no information there :( Gus