Skip to content
Snippets Groups Projects
  1. Mar 10, 2017
  2. Feb 23, 2017
  3. Feb 22, 2017
  4. Jan 18, 2017
  5. Dec 11, 2016
  6. Dec 10, 2016
  7. Dec 06, 2016
  8. Nov 30, 2016
  9. Nov 05, 2016
  10. Sep 21, 2016
  11. Sep 10, 2016
  12. Sep 07, 2016
  13. Aug 28, 2016
  14. Aug 27, 2016
  15. Apr 27, 2016
  16. Feb 08, 2016
  17. Feb 04, 2016
  18. Feb 02, 2016
  19. Oct 29, 2015
  20. Oct 27, 2015
  21. Oct 15, 2015
  22. Oct 12, 2015
  23. Oct 08, 2015
  24. Sep 17, 2015
  25. Sep 14, 2015
  26. Aug 30, 2015
  27. 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
  28. May 20, 2015
  29. May 16, 2015
Loading