Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Gluon SSID Changer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
firmware
Gluon SSID Changer
Commits
f0da2afc
Commit
f0da2afc
authored
8 years ago
by
rubo77
Browse files
Options
Downloads
Patches
Plain Diff
Readme: add details and new commit id
parent
aa7aba3c
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+13
-7
13 additions, 7 deletions
README.md
with
13 additions
and
7 deletions
README.md
+
13
−
7
View file @
f0da2afc
...
@@ -3,15 +3,21 @@ ssid-changer.sh
...
@@ -3,15 +3,21 @@ ssid-changer.sh
This script changes the SSID when there is no connection to the selected Gateway.
This script changes the SSID when there is no connection to the selected Gateway.
Once a minute it checks if there is a gateway reacheable with
`batctl gwl -H`
and
Once a minute it checks if there's still a gateway reacheable with
decides if a change of the SSID is necessary.
*
It is a fork of https://github.com/ffac/gluon-ssid-changer that doesn't check
batctl gwl -H
the tx value any more. It will be in use in Freifunk Nord
*
and then decides if a change of the SSID is necessary: There is a variable
MINUTES (default 1440 = 24h) at the top of the script
`files/lib/gluon/ssid-changer/ssid-changer.sh`
that defines after how many minutes offline the SSID will be changed to
"FF_OFFLINE_$node_hostname".
*
This is a fork of https://github.com/ffac/gluon-ssid-changer that doesn't check
the tx value any more. It is now in use in Freifunk Nord
*
Gluon versions
Gluon versions
==============
==============
This branch of the skript contains the
the
ssid-changer version for the gluon 2016.
1.x. It might probably not work in 2016.2 yet
.
This branch of the skript contains the ssid-changer version for the gluon 2016.
2.x
.
Implement this package in your firmware
Implement this package in your firmware
=======================================
=======================================
...
@@ -20,8 +26,8 @@ Create a file "modules" with the following content in your site directory:
...
@@ -20,8 +26,8 @@ Create a file "modules" with the following content in your site directory:
```
```
GLUON_SITE_FEEDS="ssidchanger"
GLUON_SITE_FEEDS="ssidchanger"
PACKAGES_SSIDCHANGER_REPO=https://github.com/freifunk-nord/gluon-ssid-changer.git
PACKAGES_SSIDCHANGER_REPO=https://github.com/freifunk-nord/gluon-ssid-changer.git
PACKAGES_SSIDCHANGER_COMMIT=
bc81df8a5a3e19c524f0ea9ede3ae4ab79bb01fd
PACKAGES_SSIDCHANGER_COMMIT=
aa7aba3c2d013528545b40cc92a0e353adc21c66
PACKAGES_SSIDCHANGER_BRANCH=master
PACKAGES_SSIDCHANGER_BRANCH=master
```
```
With this done you can add the package gluon-ssid-changer to your site.mk
With this done you can add the package
`
gluon-ssid-changer
`
to your
`
site.mk
`
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment