Skip to content

Commit

Permalink
site: add ffac-ssid-changer
Browse files Browse the repository at this point in the history
  • Loading branch information
grische committed Oct 31, 2023
1 parent c2e908b commit e28b75c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions site.conf
Original file line number Diff line number Diff line change
Expand Up @@ -154,5 +154,16 @@
},
},
},

ssid_changer = {
enabled = true,
switch_timeframe = 15, -- only once every timeframe (in minutes) the SSID will change to the Offline-SSID
first = 5, -- the first few minutes directly after reboot within which an Offline-SSID may be
-- activated every minute (must be <= switch_timeframe)
prefix = 'muenchen.freifunk.net/offline-', -- use something short to leave space for the nodename (no '~' allowed!)
suffix = 'nodename', -- generate the SSID with either 'nodename', 'mac' or to use only the prefix: 'none'

tq_limit_enabled = false, -- incompatible with Batman V. The offline SSID will only be set if there is no gateway reacheable
},
}
-- vim: set ft=lua:ts=2:sw=2:et
1 change: 1 addition & 0 deletions site.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ GLUON_FEATURES := \
web-wizard

GLUON_SITE_PACKAGES := \
ffac-ssid-changer \
ffho-ap-timer \
ffho-autoupdater-wifi-fallback \
ffho-web-ap-timer \
Expand Down

0 comments on commit e28b75c

Please sign in to comment.