12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- 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/builds
- user/faq
- Features
- --------
- .. toctree::
- :maxdepth: 2
- features/configmode
- features/autoupdater
- features/mesh-on-wan
- features/announce
- Developer Documentation
- -----------------------
- .. toctree::
- :maxdepth: 2
- dev/basics
- Supported Devices
- -----------------
- * TP-Link
- - 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)
- - TL-WR1043N/ND (v1)
- - TL-WDR3500 (v1)
- - TL-WDR3600 (v1)
- - TL-WDR4300 (v1)
- - TL-WA901N/ND (v2)
- - TL-MR3020 (v1)
- - TL-MR3040 (v1)
- - TL-MR3220 (v1)
- - TL-MR3420 (v1, v2)
- * Ubiquiti
- - Bullet M2
- - Nanostation M2
- - Picostation M2
- - UniFi AP
- - UniFi AP Outdoor
- * D-Link
- - DIR-615 (E1)
- - DIR-825 (B1)
- * Linksys
- - WRT160NL
- Releases
- --------
- .. toctree::
- :maxdepth: 1
- 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`
|