Hello Max, BATMAN is a routing daemon, a userspace program modifying the routing table on each node to build up the mesh network. It sends UDP packets to exchange information. This is very different from 802.11s, which is building the mesh on the Link Layer. In 802.11s, routing information is exchanged via WiFi management frames, and it is implemented in the wifi driver. Depending on your view, BATMAN is also a routing algorithm. It could also be implemented directly on the Link Layer. We have implemented the algorithm in batman-advanced on the Ethernet, to use Ethernet Frames to exchange information and route (or better switch) Frames on our own. You get a virtual interface, and can use the mesh network like a big switch. Still, this has little to do with 802.11s. I guess its possible to implement the BATMAN algorithm into the 802.11s framework as well. If you want to do so, i recommend to go with Luis suggestion and contribute some code to mac80211. You should know that this would require serious efforts for you, it is not done with "providing Luis some information". However, it is not even needed to implement BATMAN in the wifi driver. It can run very well ON TOP of the otus wifi driver, as it runs on any other wifi driver. The only requirement is that the driver supports AdHoc Mode, and according to the announcement that is the case. best regards, Simon On Thu, Oct 23, 2008 at 09:52:06PM +0200, M. Peterson wrote: > Hello Batmans, > can you provide info to Luiz, to integrate Batman into the Atheros Linux > Wlan driver as a a default package? > Thx Max > > http://thread.gmane.org/gmane.linux.kernel/747372 > http://www.golem.de/0810/63121.html > > On Thu, Oct 23, 2008 at 2:35 PM, Luis R. Rodriguez > wrote: > > > On Thu, Oct 23, 2008 at 12:25:28PM -0700, M. Peterson wrote: > > > can you integrate batman ? so that atheros drivers provide it? > > > > I tried to read the FAQ and Documentaion and nothing explained what the > > difference is between 11s. What is it? > > > > If batman != 11s, then your best bet is to contribute code to mac80211 > > to enable batman as an option. > > > > Luis > > > _______________________________________________ > B.A.T.M.A.N mailing list > B.A.T.M.A.N@open-mesh.net > https://list.open-mesh.net/mm/listinfo/b.a.t.m.a.n