From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Mon, 9 Jan 2012 05:29:26 +0800 References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201201090529.26914.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] statistics & topology provided by batman-adv (UNCLASSIFIED) 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 Hi, > I'm a roboticist. My current project involves creating robots that are > mobile ad-hoc routers for a network. The robots are supposed to > autonomously determine where to move to improve the > bandwidth/latency/reliability/etc. of a network. In order for this to > work, each robot needs to have a rough approximation of the topology of > the network, so they can measure if their movements are improving or > worsening the network. The topology information needs to include not just > what the network is currently like (which, from the documentation, appears > to always be a tree), but a complete graph, with measured information > about the bandwidth/latency/reliability of the links between pairs of > nodes. Is it possible to get this information from batman-adv? a single batman node does not have the information about all links and their properties (bandwidth/latency/reliability) in the network. The reason is quite simple: The larger the mesh the more outdated your information will be. > Classification: UNCLASSIFIED Lucky me. :-) Regards, Marek