123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115 |
- 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
- ------------------
- .. toctree::
- :maxdepth: 2
- user/getting_started
- user/site
- user/faq
- Features
- --------
- .. toctree::
- :maxdepth: 2
- features/configmode
- features/autoupdater
- features/private-wlan
- features/mesh-on-wan
- features/announce
- features/authorized-keys
- Developer Documentation
- -----------------------
- .. toctree::
- :maxdepth: 2
- dev/basics
- dev/hardware
- dev/configmode
- Supported Devices
- -----------------
- * Buffalo
- - WZR-HP-AG300H / WZR-600DHP
- - WZR-HP-G450H
- * D-Link
- - DIR-825 (B1)
- * Linksys
- - WRT160NL
- * TP-Link
- - CPE210 (v1)
- - CPE220 (v1)
- - CPE510 (v1)
- - CPE520 (v1)
- - TL-MR3020 (v1)
- - TL-MR3040 (v1, v2)
- - TL-MR3220 (v1)
- - TL-MR3420 (v1, v2)
- - TL-WA750RE (v1)
- - TL-WA801N/ND (v2)
- - TL-WA850RE (v1)
- - TL-WA901N/ND (v2)
- - 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-WR841N/ND (v3, v5, v7, v8, v9)
- - TL-WR842N/ND (v1, v2)
- - TL-WR941N/ND (v2, v3, v4)
- * Ubiquiti
- - Bullet M2
- - Nanostation M2
- - Picostation M2
- - UniFi AP
- - UniFi AP Outdoor
- Releases
- --------
- .. toctree::
- :maxdepth: 1
- releases/v2014.4
- releases/v2014.3.1
- releases/v2014.3
- License
- -------
- See LICENCE_
- .. _LICENCE: https://github.com/freifunk-gluon/gluon/blob/master/LICENSE
- Indices and tables
- ==================
- * :ref:`genindex`
- * :ref:`search`
|