Zum Inhalt springen

Benutzer:Che3PO/Freifunk Aachen/Batman-adv

Aus wiki.freifunk.net

Erstmal ein Memo für mich. Wird später noch ausgearbeitet.

Wie bekomme ich batman-adv auf anderen Systemen zum laufen?

Ubuntu Linux 12.04 LTS

  • zuerst batctl installieren
sudo apt-get install batctl 
  • Ungefähr so muss das aussehen:
sudo modprobe batman-adv
sudo ifconfig wlan0 down
sudo iwconfig wlan0 mode ad-hoc essid FFAC-BATBONE channel 1
sudo ifconfig wlan0 up
sudo ifconfig wlan0 mtu 1528
sudo batctl if add wlan0
sudo ifconfig bat0 up
sudo batctl gw server

Verbundene WLAN-Stationen anzeigen:

iw wlan0 station dump

dito auf dem Batman-Interface:

iw wlan0-1 station dump

oder mit

sudo batctl o

alle in der Nähe befindlichen Nodes anzeigen, die man per

sudo batctl ping MAC

anpingen kann.

siehe die Hilfeseite:

btctl-h

OpenWRT

WRT54GL

Version CPU RAM Flash memory S/N Prefix Notes
1.0 Broadcom BCM5352 @ 200 MHz 16 MB 4 MB CL7A New model line, released after the version 5 WRT54G, which returns to a Linux-based OS as opposed to the VxWorks firmware. SpeedBooster is not enabled in stock firmware, however third-party firmware will enable the feature. The hardware is essentially the same as the WRT54G version 4.0. One alteration is that the internal numbering scheme of the 4-port switch changed in this model, from 1 2 3 4, to 3 2 1 0.
1.1 Broadcom BCM5352 @ 200 MHz 16 MB 4 MB CL7B CL7C CF7C Detachable antennas. As of August, 2009, this version was shipping with firmware revision 4.30.11. This pre-loaded firmware allows the user to upload a 4 MB firmware image, whereas the pre-loaded firmware on version 1.0 limited the image to 3 MB. Firmware version 4.30.15 is now available for both hardware versions. Fully supported by Tomato, OpenWrt, and DD-WRT.

Android

iOS

Windows

  • nicht nativ lauffähig, da es sich bei batman-adv um ein Linux Kernelmodul handelt. Vielleicht mit Cygwin oder Virtualisierung lauffähig.

Playstation

Links