Skip to content
Snippets Groups Projects
  1. Oct 15, 2015
  2. Oct 14, 2015
  3. Oct 12, 2015
  4. Sep 14, 2015
  5. Aug 30, 2015
  6. 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
  7. Jul 14, 2015
  8. May 16, 2015
  9. May 14, 2015
  10. May 06, 2015
    • Nils Schneider's avatar
      mesh-batman-adv: mesh_on_lan · 39d0c8f4
      Nils Schneider authored
      This adds mesh_on_lan functionality.
      
      A new optional site.conf option, mesh_on_lan, has been added. If set to
      'true', all LAN ports will be used for meshing instead of being part of
      the client bridge.
      39d0c8f4
  11. May 04, 2015
  12. May 01, 2015
  13. Apr 30, 2015
  14. Apr 27, 2015
  15. Apr 25, 2015
  16. Apr 14, 2015
  17. Mar 23, 2015
  18. Mar 19, 2015
  19. Mar 05, 2015
  20. Feb 23, 2015
  21. Feb 13, 2015
  22. Jan 24, 2015
  23. Jan 18, 2015
  24. Jan 16, 2015
  25. Jan 11, 2015
  26. Jan 04, 2015
  27. Dec 07, 2014
  28. Nov 27, 2014
  29. Nov 22, 2014
  30. Nov 20, 2014
  31. Oct 04, 2014
  32. Oct 03, 2014
  33. Aug 05, 2014
  34. Aug 02, 2014
Loading