From mboxrd@z Thu Jan 1 00:00:00 1970 References: <20080115150800.GA7589@hrz.tu-chemnitz.de> <200801151845.43446.lindner_marek@yahoo.de> In-Reply-To: <200801151845.43446.lindner_marek@yahoo.de> Date: Fri, 18 Jan 2008 14:41:33 -0000 Message-ID: <000301c859e0$3abb5100$b031f300$@com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Language: en-us From: Predrag Balorda Subject: [B.A.T.M.A.N.] Multiple wireless interfaces Reply-To: pele@balorda.com, 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' Ok. Here is something batman doesn't provision for - dual-interface setup where you want to create a duplex link (tx on one and rx on another). Duplex link to one other node is simple (and has to be done manually), but how would we go about creating a duplex link to 2 or more nodes? Or one simplex link to downstream node and one simplex link to upstream node? Example: A = B C duplex link (for example I need to talk from B to A fast and I use both interfaces to talk to A) A - B - C simplex links (I use one interface to talk to A and one to talk to B) A = B/B = C duplex links for all links (I talk to both A and C duplex, but not at the same time of course) How do we do this with batman easily and dynamically (without having to manually mess around with routing tables etc)?