Skip to content
Snippets Groups Projects
  1. Feb 08, 2016
  2. Feb 02, 2016
  3. Dec 18, 2015
  4. Oct 26, 2015
  5. Aug 18, 2015
    • Nils Schneider's avatar
      gluon-radio-config: basic wireless configuration · 177086b8
      Nils Schneider authored
      Split basic radio configuration from gluon-mesh-batman-adv as this will
      be required for virtually any wireless mesh protocol.
      
      This package takes care of setting:
      
        - wireless channel,
        - htmode and
        - regulatory domain
      
      gluon-mesh-batman-adv-core depends on this package.
      177086b8
  6. May 21, 2015
  7. 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
  8. Aug 08, 2014
  9. Jul 05, 2014
  10. May 17, 2014
  11. May 11, 2014
  12. Feb 22, 2014
Loading