Skip to content
Snippets Groups Projects
  1. Jul 10, 2016
  2. Apr 02, 2016
  3. Feb 02, 2016
  4. Oct 15, 2015
  5. Oct 14, 2015
  6. 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
    • Matthias Schiffer's avatar
      Move all upgrade scripts to a common directory · 9b172bba
      Matthias Schiffer authored
      Moving the scripts to a common directory not only vastly simplifies the
      zzz-gluon-upgrade script, but also allows to define an ordering of such
      scripts across packages.
      9b172bba
  7. Jan 14, 2015
  8. Nov 17, 2014
  9. Jul 20, 2014
  10. Jul 11, 2014
  11. Jul 10, 2014
  12. Jun 26, 2014
  13. Jun 10, 2014
  14. Jun 09, 2014
  15. Mar 01, 2014
  16. Feb 26, 2014
  17. Feb 25, 2014
  18. Feb 24, 2014
  19. Jan 19, 2014
  20. Jan 18, 2014
    • Matthias Schiffer's avatar
      gluon-alfred: run every minute · 74493b2b
      Matthias Schiffer authored
      The run frequency and exact time affect the alfred announce interval, so we can
      just run it every minute to supply alfred with the most up-to-date data.
      74493b2b
  21. Jan 16, 2014
  22. Jan 13, 2014
  23. Jan 12, 2014
Loading