forked from freifunk-franken/VPNkeyXchange
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 weeks ago | |
---|---|---|
hood | 2 weeks ago | |
poly | 12 months ago | |
voronoi | 12 months ago | |
.gitignore | 3 years ago | |
Readme.md | 3 years ago | |
get_hood.sh | 12 months ago | |
index.php | 12 months ago |
Readme.md
Keyxchange
Written in awk
and sh
to be runable anywhere.
Get the code
$ git clone https://git.freifunk-franken.de/freifunk-franken/VPNkeyXchange.git
$ cd VPNkeyXchange
Run it
$ ./get_hood.sh
$ ./get_hood.sh $LAT $LON
Example
$ ./get_hood.sh 49.92287650 11.03302002
{
"version": 1,
"network": {
...
},
"vpn": [
...
],
"hood": {
"id": "43",
"name": "Bamberg",
"essid": "bamberg.freifunk",
....
}
}