Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Commit

Permalink
Merge pull request #18 from grische/feature/new_ssid_changer
Browse files Browse the repository at this point in the history
site: use improved SSID changer
  • Loading branch information
grische authored Jul 26, 2023
2 parents 25634bd + be3cdec commit b0fb36d
Show file tree
Hide file tree
Showing 12 changed files with 54 additions and 1 deletion.
4 changes: 4 additions & 0 deletions domains/ffdon_baeumenheim.conf
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,8 @@
},
},
},

ssid_changer = {
enabled = true,
},
}
4 changes: 4 additions & 0 deletions domains/ffdon_donauwoerth.conf
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,8 @@
},
},
},

ssid_changer = {
enabled = true,
},
}
4 changes: 4 additions & 0 deletions domains/ffdon_harburg.conf
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,8 @@
},
},
},

ssid_changer = {
enabled = true,
},
}
4 changes: 4 additions & 0 deletions domains/ffdon_monheim.conf
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,8 @@
},
},
},

ssid_changer = {
enabled = true,
},
}
4 changes: 4 additions & 0 deletions domains/ffdon_noerdlingen.conf
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,8 @@
},
},
},

ssid_changer = {
enabled = true,
},
}
4 changes: 4 additions & 0 deletions domains/ffdon_oettingen.conf
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,8 @@
},
},
},

ssid_changer = {
enabled = true,
},
}
4 changes: 4 additions & 0 deletions domains/ffdon_rain.conf
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,8 @@
},
},
},

ssid_changer = {
enabled = true,
},
}
4 changes: 4 additions & 0 deletions domains/ffdon_umland.conf
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,8 @@
},
},
},

ssid_changer = {
enabled = true,
},
}
4 changes: 4 additions & 0 deletions domains/ffdon_wemding.conf
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,8 @@
},
},
},

ssid_changer = {
enabled = true,
},
}
4 changes: 4 additions & 0 deletions domains/ffmuc_ffdon_test.conf
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,8 @@
},
},
},

ssid_changer = {
enabled = true,
},
}
5 changes: 4 additions & 1 deletion modules
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
GLUON_SITE_FEEDS='ffms'
GLUON_SITE_FEEDS='ssidchanger ffms'

PACKAGES_FFMS_REPO=https://github.com/freifunkMUC/packages-ffms.git
PACKAGES_FFMS_COMMIT=c5fe8936983c9aaf9fed07e0a1c045761b7092b5
PACKAGES_FFMS_BRANCH=v2019.1.x

PACKAGES_SSIDCHANGER_REPO=https://github.com/Freifunk-Nord/gluon-ssid-changer.git
PACKAGES_SSIDCHANGER_COMMIT=f266b9e6328f97354f3b8777d1111ad044be9be5
10 changes: 10 additions & 0 deletions site.conf
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,14 @@
},
},
},

ssid_changer = {
enabled = false, -- do not enable by default. Only some domains will enable it
switch_timeframe = 2, -- defines how long it will record the gateway-connectivity. Only if the gateway is not
-- reachable during at least half the checks within switch_timeframe minutes, the SSID will be changed
first = 2, -- the first few minutes directly after reboot within which an Offline-SSID always may be activated
prefix = 'FF_Offline_',
suffix = 'nodename', -- generate the SSID with either 'nodename', 'mac' or to use only the prefix: 'none'
tq_limit_enabled = false, -- if false, the offline SSID will only be set if there is no gateway reacheable
},
}

0 comments on commit b0fb36d

Please sign in to comment.