wikiroute

networking recipes

User Tools

Site Tools


wireless_mesh

This is an old revision of the document!


Wireless Mesh Network with Small and Low Cost Devices

The goal of this project is to implement a wireless mesh network that provides connectivity and multimedia services in a geographic area such as a small campus.

Make sure you have the attitude adjustment release of OpenWRT on your TP-LINK MR3020. For more information on how to flash the firmware on your router, please refer to this article. Perform an update of the package list and proceed to install the necessary packages supporting the USB WLAN adapter.

root@MeshNode:~# opkg update
root@MeshNode:~# opkg install kmod-rt2800-lib kmod-rt2800-usb kmod-rt2x00-lib kmod-rt2x00-usb
root@MeshNode:~# wifi detect
config wifi-device  radio2
        option type     mac80211
        option channel  11
        option macaddr  00:e0:4c:81:88:8a
        option hwmode   11ng
        option htmode   HT20
        list ht_capab   GF
        list ht_capab   SHORT-GI-20
        list ht_capab   SHORT-GI-40
        list ht_capab   RX-STBC1
        # REMOVE THIS LINE TO ENABLE WIFI:
        option disabled 1
 
config wifi-iface
        option device   radio2
        option network  lan
        option mode     ap
        option ssid     OpenWrt
        option encryption none
root@MeshNode:~# wifi detect > /etc/config/wireless    
/etc/config/wireless
config wifi-device  radio0
        option type     mac80211
        option channel  11
        option macaddr  f8:d1:11:bd:62:ce
        option hwmode   11ng
        option htmode   HT20
        list ht_capab   SHORT-GI-20
        list ht_capab   SHORT-GI-40
        list ht_capab   RX-STBC1
        list ht_capab   DSSS_CCK-40
 
config wifi-iface        
        option device   radio0
        option network  lan   
        option mode     ap    
        option ssid     OpenWrt1
        option encryption none 
 
config wifi-device  radio1    
        option type     mac80211
        option channel  11      
        option macaddr  00:e0:4c:81:88:8a
        option hwmode   11ng             
        option htmode   HT20             
        list ht_capab   GF  
        list ht_capab   SHORT-GI-20
        list ht_capab   SHORT-GI-40
        list ht_capab   RX-STBC1   
 
config wifi-iface                         
        option device   radio1            
        option network  lan   
        option mode     ap    
        option ssid     OpenWrt2
        option encryption none 
root@MeshNode:~# wifi up
Configuration file: /var/run/hostapd-phy0.conf
Using interface wlan0 with hwaddr f8:d1:11:bd:62:ce and ssid "OpenWrt1"
Configuration file: /var/run/hostapd-phy1.conf
Using interface wlan1 with hwaddr 00:e0:4c:81:88:8a and ssid "OpenWrt2"
wireless_mesh.1413628400.txt.gz · Last modified: 2014/10/18 12:33 by samer