From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Mon, 18 Jan 2010 21:38:32 +0800 References: <20100118112706.91160@gmx.net> <20100118113954.GC7844@lunn.ch> <20100118132935.91200@gmx.net> In-Reply-To: <20100118132935.91200@gmx.net> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Message-Id: <201001182138.32432.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] batman-adv on different archs 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 Monday 18 January 2010 21:29:35 Juha Yl=F6nen wrote: > I couldn't find any info on debug build in the README, and some > instructions I came across in the wiki didn't really work, Could you please let us know what part of the wiki does not work as expecte= d ?=20 Only then we can improve it. :) > so I went and modified log.c directly to printk everything that is pass= ed > to debug_log. Actually, there is a debug level which you can modify to obtain the same=20 result ... ;) > batman-adv: bidirectional: orig =3D 00:22:fa:dc:9a:ce neigh =3D > 00:22:fa:dc:9a:ce =3D> own_bcast =3D 0, real recv =3D 63, local tq: 0, > asym_penalty: 255, total tq: 0 --- >=20 > Interestingly there seems to be packets coming and going from my laptop? Yes, the devices are talking to each other. "real recv" indicates you recei= ved=20 the other node's messages but the other node does not repeat our own=20 broadcasts (see "own_bcast"). Would be interesting to see the log from the= =20 other side. It looks like the messages get dropped there. Regards, Marek