Skip to content
Snippets Groups Projects
  1. Oct 12, 2015
  2. Sep 14, 2015
  3. Aug 04, 2015
    • Nils Schneider's avatar
      mesh-batadv-core: introduce 11s mesh, refactor wireless config · 2a93c580
      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
  4. May 20, 2015
  5. May 16, 2015
  6. May 14, 2015
  7. May 04, 2015
  8. Apr 30, 2015
  9. Apr 25, 2015
  10. Mar 21, 2015
  11. Mar 19, 2015
  12. Feb 13, 2015
  13. Jan 27, 2015
  14. Jan 24, 2015
  15. Jan 18, 2015
  16. Jan 16, 2015
    • Florian Klink's avatar
      docs/site-example: cleanup · cba844cb
      Florian Klink authored
       - generalize, to make it more clear that the site config
         needs to be adapted to the local community.
       - remove some host names and public keys used in Lübeck
       - suggest private space mac adresses
       - change fastd method to salsa2012+umac, which is the recommended default
       - add config for a fastd peer reachable by both ipv4 and ipv6
       - order GLUON_SITE_PACKAGES alphabetically
      cba844cb
  17. Dec 06, 2014
  18. Nov 17, 2014
  19. Aug 05, 2014
Loading