Re: [B.A.T.M.A.N.] Help in setting up mesh test bed using qemu - BATMAN adv

2016-10-12 Thread Linus Lüssing
Actually, for some basic tests you could skip the netns part and just use veth directly: $ ip link add veth0 type veth peer name veth1 $ batctl -m bat0 if add veth0 $ batctl -m bat1 if add veth1 $ ip link set up dev veth0 $ ip link set up dev veth1 $ ip link set up dev bat0 $ ip link set up dev ba

Re: [B.A.T.M.A.N.] Help in setting up mesh test bed using qemu - BATMAN adv

2016-10-12 Thread Linus Lüssing
First result in my favorite search engine for "linux network namespace": http://blog.scottlowe.org/2013/09/04/introducing-linux-network-namespaces/ Extensively describes how to set up and use network namespaces with veth. Have fun :-). Regards, Linus On Wed, Oct 12, 2016 at 10:42:30PM +0530,

Re: [B.A.T.M.A.N.] Help in setting up mesh test bed using qemu - BATMAN adv

2016-10-12 Thread Kaushik N P
Hello, @Linus, I am a bit new to this and haven't much exposure to compiling kernels and all. I will try out and see what I can do with it, but a little more explanation would help a lot. "Then you connect the namespace via veth-pairs." Didn't get the namespace and making veth-pairs part. Anyway

Re: [B.A.T.M.A.N.] Help in setting up mesh test bed using qemu - BATMAN adv

2016-10-11 Thread Linus Lüssing
Haven't tried that myself yet, but maybe the new network namespace support in the git master branch might be an easy alternative to start with? You could first try to compile and load the batman-adv kernel module. Then you'd create a namespace for each virtual node you want to have. Then you conne

Re: [B.A.T.M.A.N.] Help in setting up mesh test bed using qemu - BATMAN adv

2016-10-10 Thread Kaushik N P
@ jmh8, Ofcourse I had considered doing it with 3 routers. Sensible it may be regarding mesh, but I don't think it is appropriate for a mesh Environment. I feel the environment needs to be extensive and needs to focus on being able to take bigger load now more than ever. You mentioned : "timing p

Re: [B.A.T.M.A.N.] Help in setting up mesh test bed using qemu - BATMAN adv

2016-10-10 Thread jmh8
Hi, I think there was a previous suggestion of a few [at least 3] routers. I find three is the minimum needed. Two to talk to each other and one to listen to the conversation. They are cheap enough! Emulating may make sense later, but timing problems due to emulation for real time

Re: [B.A.T.M.A.N.] Help in setting up mesh test bed using qemu - BATMAN adv

2016-10-10 Thread Kaushik N P
Hello, @jmh8, sorry for the late reply.Your mail has put my perspectives in order regarding the hardware domain and its implications . Did some Googling for I didn't know some of the terms you used (embarrassing, yes. But I did learn new stuff, so evens out). I had heard of Roofnet but not given m

Re: [B.A.T.M.A.N.] Help in setting up mesh test bed using qemu - BATMAN adv

2016-10-07 Thread jmh8
Hi Kaushik N P, I too have been experimenting with mesh. Another wrinkle comes from there being no really open standard for RF mesh operation. So meshes ONLY work well if a given manufacturer's chips are used. In other words having a really open RF specification has yet to be done. GSM pro

Re: [B.A.T.M.A.N.] Help in setting up mesh test bed using qemu - BATMAN adv

2016-10-07 Thread Kaushik N P
Hello, Good to hear it is tough to work on in Linux and that am not the only person finding it difficult working on it. @Ufo : Yes, it might be tough, but we learn from experience on working on such stuff after all. I have two routers but want to setup a bigger mesh bed with more nodes and would

Re: [B.A.T.M.A.N.] Help in setting up mesh test bed using qemu - BATMAN adv

2016-10-06 Thread Ufo
Testing batman-adv in virtual maschines on laptops is the most complex and non-realistic way to start with mesh-networking. So its a nice, very demanding student thing. its much more easier to buy some (more than 2!!) cheap wifi-routers! they have proper wifi, more than one ethernet-interface

Re: [B.A.T.M.A.N.] Help in setting up mesh test bed using qemu - BATMAN adv

2016-10-05 Thread Marek Lindner
On Monday, October 3, 2016 7:44:47 PM HKT Kaushik N P wrote: > https://www.open-mesh.org/projects/open-mesh/wiki/Emulation (I am not > sure if my qemu is set up properly for there is no confirmation > methods that are provided to me to check if its working properly) What do these 'confirmation met

Re: [B.A.T.M.A.N.] Help in setting up mesh test bed using qemu - BATMAN adv

2016-10-04 Thread Kaushik N P
Hello, Thank you 'rise.net' for the suggestion. It has given me some ideas, but what I hoped to do was to run the laptop with OpenWRT working with Batman adv like a router. This would enable me in creating a more extensive network without having to buy more routers itself and hopefully provide me

Re: [B.A.T.M.A.N.] Help in setting up mesh test bed using qemu - BATMAN adv

2016-10-03 Thread leftbydefault
Hello Kaushik On 2016-10-03 19:44, Kaushik N P wrote: Hello, What I hope to find is:- Another documentation maybe for setting up, or confirmation for setting up (because I can't tell sometimes if the instructions have been followed correctly). I have no experience in simulating or emulating