Skip to content
Snippets Groups Projects
user avatar
Nils Schneider authored
This is a site.conf-breaking change in regard to the wireless config.
Make sure to read http://gluon.readthedocs.org/en/latest/user/site.html
and update your site.conf accordingly!

Support for 802.11s mesh interfaces has been added. Gluon now supports
three interface types: ap, ibss and mesh. All of them are now optional
and may be configured independently in site.conf.

A sample site.conf may look like this:

    wifi24 = {
            channel = 1,
            htmode = 'HT40+',
            ap = {
                    ssid = 'luebeck.freifunk.net',
            },
            ibss = {
                    ssid = '02:d1:11:37:fc:38',
                    bssid = '02:d1:11:37:fc:38',
                    mcast_rate = 12000,
            },
            mesh = {
                    id = 'ffhl-mesh',
                    mcast_rate = 12000,
            },
    },
2a93c580
History

Welcome to Gluon

Gluon is a modular framework for creating OpenWrt-based firmwares for wireless mesh nodes. Several Freifunk communities in Germany use Gluon as the foundation of their Freifunk firmwares.

User Documentation

Features

Developer Documentation

Releases

Supported Devices & Architectures

ar71xx-generic

  • Allnet
    • ALL0315N
  • Buffalo
    • WZR-HP-AG300H / WZR-600DHP
    • WZR-HP-G450H
  • D-Link
    • DIR-825 (B1)
    • DIR-615 (C1)
  • GL-Inet
    • 6408A (v1)
    • 6416A (v1)
  • Linksys
    • WRT160NL
  • Netgear
    • WNDR3700 (v1, v2)
    • WNDR3800
    • WNDRMAC (v2)
  • TP-Link
    • CPE210 (v1)
    • CPE220 (v1)
    • CPE510 (v1)
    • CPE520 (v1)
    • TL-MR3020 (v1)
    • TL-MR3040 (v1, v2)
    • TL-MR3220 (v1, v2)
    • TL-MR3420 (v1, v2)
    • TL-WA701N/ND (v1)
    • TL-WA750RE (v1)
    • TL-WA801N/ND (v2)
    • TL-WA850RE (v1)
    • TL-WA860RE (v1)
    • TL-WA901N/ND (v2, v3)
    • TL-WDR3500 (v1)
    • TL-WDR3600 (v1)
    • TL-WDR4300 (v1)
    • TL-WR1043N/ND (v1, v2)
    • TL-WR703N (v1)
    • TL-WR710N (v1)
    • TL-WR740N (v1, v3, v4)
    • TL-WR741N/ND (v1, v2, v4)
    • TL-WR743N/ND (v1, v2)
    • TL-WR841N/ND (v3, v5, v7, v8, v9)
    • TL-WR842N/ND (v1, v2)
    • TL-WR941N/ND (v2, v3, v4, v5)
    • TL-WR2543N/ND (v1)
  • Ubiquiti
    • Bullet M2
    • Nanostation M2
    • Nanostation M XW
    • Loco M XW
    • Picostation M2
    • Rocket M2
    • UniFi AP
    • UniFi AP Pro
    • UniFi AP Outdoor

ar71xx-nand

  • Netgear
    • WNDR3700 (v4)
    • WNDR4300 (v1)

mpc85xx-generic

  • TP-Link
    • TL-WDR4900 (v1)

x86-generic

  • x86-generic
  • x86-virtualbox
  • x86-vmware

See also: :doc:`user/x86`

x86-kvm_guest

  • x86-kvm

See also: :doc:`user/x86`

License

See LICENCE

Indices and tables

  • :ref:`genindex`
  • :ref:`search`