Skip to content
Snippets Groups Projects
  1. Nov 09, 2016
  2. Nov 05, 2016
  3. Sep 27, 2016
  4. Sep 22, 2016
  5. Sep 10, 2016
  6. Aug 28, 2016
  7. Aug 27, 2016
  8. Aug 22, 2016
  9. Jul 29, 2016
  10. Jul 10, 2016
  11. May 29, 2016
  12. May 26, 2016
  13. Apr 19, 2016
  14. Apr 08, 2016
  15. Mar 31, 2016
  16. Mar 29, 2016
  17. Feb 07, 2016
  18. Dec 09, 2015
  19. Dec 08, 2015
  20. Nov 24, 2015
  21. Nov 23, 2015
  22. Nov 05, 2015
    • Matthias Schiffer's avatar
      docs: improve user/getting_started, some minor fixes in user/site · 171b4847
      Matthias Schiffer authored
      This commit basically does two things: it urges users always to use an own
      git repository to manage the site configuration, and it removed all
      mentions of "communities" from the "Getting started" page, as it was too
      Freifunk-specific.
      
      Other documentation pages (especially the site configuration docs) should
      probably be adjusted as well.
      171b4847
  23. Oct 30, 2015
    • brokenbike's avatar
      Update site.rst · 2df84fc4
      brokenbike authored
      The Freifunk Münsterland firmware was formerly known as Freifunk Münster firmware - while the URL hasn't changed. In future, there will probably be subdomains with their own files, but for now this is state of the project.
      2df84fc4
  24. Oct 27, 2015
  25. Oct 26, 2015
    • Matthias Schiffer's avatar
      Merge gluon-radio-config into gluon-core · 22130e84
      Matthias Schiffer authored
      gluon-radio-config contained only a single file. The code has been adjusted
      to allow creating a Gluon configuration without WLAN support by removing
      the wifi24 and wifi5 sections from site.conf.
      22130e84
  26. Oct 15, 2015
  27. Oct 14, 2015
  28. Oct 12, 2015
  29. Sep 14, 2015
  30. Aug 30, 2015
  31. 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
  32. Jul 14, 2015
  33. May 16, 2015
  34. May 14, 2015
  35. 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
  36. May 04, 2015
  37. May 01, 2015
Loading