forked from freifunk-franken/VPNkeyXchange
![]() |
||
---|---|---|
hood | ||
poly | ||
voronoi | ||
.gitignore | ||
Readme.md | ||
get_hood.sh | ||
get_hoodid.sh | ||
index.php |
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",
....
}
}