Mozilla location shell: mozlosh
Bash script to get location from WiFi with [http://location.services.mozilla.com/](Mozilla location service).
What this script does :
Mozilla API : https://mozilla-ichnaea.readthedocs.org/en/latest/api/search.html
Tested on GNU & Linux, the script could work on MacOS, feedback needed.
and one of
iwlist
(needs sudo
) (GNU & Linux)nmcli
from network-manager (GNU & Linux)wicd-cli
from wicd (GNU & Linux)airport
(mac)Mozilla API accepts :
All commands don't show all informations
iwlist
: all fieldsnmcli
: BSSID, frequencywicd-cli
: BSSID, channelairport
: BSSID, channel, signal levelnmcli
shows signal level but not in DBM, I can't find the unit ;-)