From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Lindner Date: Mon, 27 Apr 2009 17:01:43 +0800 References: <238a15490904202025u4ff40130ue2e57f63db9091d0@mail.gmail.com> In-Reply-To: <238a15490904202025u4ff40130ue2e57f63db9091d0@mail.gmail.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200904271701.54989.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] vis server - global or local map? 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 wanted to know if the entire network map is made available to each > and every node OR the node has information only about its local > connectivity to its neighbors and max the neighbors immediate > connectivity. I'm not entirely sure about your question but I'll do my best to answer it. Once you enable the vis server the node will activate a flag in his originator messages indicating that you can send vis information. All nodes receiving this OGM will send their vis client data to this node. If you have several vis servers (due to out fo range problems) the nodes will send their information to the nearest vis server whereas the vis server themselves will sync with each other. Hope it helps clarifying the situation, Marek