gluon/docs
Nils Schneider 2a93c58042 mesh-batadv-core: introduce 11s mesh, refactor wireless config
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,
            },
    },
2015-08-04 23:05:29 +02:00
..
dev Add update-vermagic make target 2015-07-18 21:21:06 +02:00
features docs/autoupdater: depends on ipv6 reachable update-servers 2015-05-11 16:26:06 +02:00
releases docs: releases/v2015.1.1 2015-06-18 02:47:49 +02:00
site-example mesh-batadv-core: introduce 11s mesh, refactor wireless config 2015-08-04 23:05:29 +02:00
user mesh-batadv-core: introduce 11s mesh, refactor wireless config 2015-08-04 23:05:29 +02:00
.gitignore docs: initial sphinx project with very little content 2014-02-20 17:22:06 +01:00
conf.py docs: change version to 2015.1+ 2015-05-21 01:06:25 +02:00
index.rst docs: releases/v2015.1.1 2015-06-18 02:47:49 +02:00
Makefile docs: initial sphinx project with very little content 2014-02-20 17:22:06 +01:00