Skip to content
Snippets Groups Projects
  1. Jan 24, 2015
    • Nils Schneider's avatar
      announce neighbours using alfred/gluon-announce · 2e0e24a9
      Nils Schneider authored
      This adds a new announce.d datum "neighbours" (alfred 160) containing
      information about mesh neighbours. It's intended to be an replacement
      for batadv-vis.
      
      In addition to the data already provided by batadv-vis it'll also
      provide information about direct wifi neighbours.
      
      Unlike batadv-vis, no data about clients is transmitted.
      
      Sample data:
      
          {
            "wifi": {
              "90:f6:52:82:06:02": {
                "neighbours": {
                  "f8:d1:11:2c:a7:d2": {
                    "noise": -95,
                    "inactive": 0,
                    "signal": 0
                  },
                  "96:f6:52:ff:cd:6f": {
                    "noise": -95,
                    "inactive": 0,
                    "signal": -37
                  }
                }
              }
            },
            "batadv": {
              "90:f6:52:82:06:02": {
                "neighbours": {
                  "96:f6:52:ff:cd:6f": {
                    "lastseen": 2.8500000000000001,
                    "tq": 177
                  }
                }
              },
              "90:f6:52:82:06:03": {
                "neighbours": {
                  "f8:d1:11:2c:a7:d3": {
                    "lastseen": 2.3500000000000001,
                    "tq": 206
                  }
                }
              }
            },
            "node_id": "90f652820602"
          }
      2e0e24a9
    • NeoRaider's avatar
      Merge pull request #83 from kokel/node-role · 71c498ed
      NeoRaider authored
      add section "system" to gluon-node-info with new option "role" and luci package to change role via config mode
      71c498ed
    • NeoRaider's avatar
      Merge pull request #95 from freifunk-gluon/config-mode-skip · 12304fcb
      NeoRaider authored
      gluon-setup-mode: allow skipping on first boot
      12304fcb
    • NeoRaider's avatar
      Merge pull request #87 from freifunk-darmstadt/patch-1 · 4947578d
      NeoRaider authored
      gluon-announce: rename announce.lua to collect.lua
      4947578d
  2. Jan 23, 2015
  3. Jan 22, 2015
  4. Jan 18, 2015
  5. Jan 14, 2015
  6. Nov 26, 2014
  7. Nov 17, 2014
  8. Nov 13, 2014
  9. Oct 27, 2014
  10. Oct 19, 2014
    • ohrensessel's avatar
      Fix ebtables dhcpv6 rules · 15adcae3
      ohrensessel authored
      the ports were interchanged, see the following packet flow:
      
      client:546 --> [ff02::1:2]:547
      server:547 --> client:546
      
      therefore we need to allow outgoing multicast packets with dst-port 547
      and unicast packets from bat0 to clients with dst-port 546 and 547 in the other direction
      15adcae3
  11. Oct 05, 2014
  12. Oct 02, 2014
  13. Sep 15, 2014
  14. Sep 11, 2014
  15. Sep 09, 2014
  16. Sep 06, 2014
Loading