File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
# mozilla-location-python
2
- Uses nmcli in a short, simple Mozilla Location Services with Wifi from Python. Extensible.
2
+ Uses nmcli on Linux in a short, simple Mozilla Location Services with Wifi from Python.
3
+ Goal was to be as simple as possible.
4
+ Works with Python 2.7 and 3.
3
5
4
6
## prereqs
7
+ Linux system with NetworkManager (e.g. Ubuntu, Raspberry Pi, etc.).
5
8
6
9
pip install pandas requests
7
10
@@ -12,7 +15,12 @@ Uses nmcli in a short, simple Mozilla Location Services with Wifi from Python. E
12
15
Returns ` dict ` containing ` lat ` ` lng ` ` accuracy ` .
13
16
In urban areas, accuracy ~ 100 meters.
14
17
18
+ ## Contributing
19
+ Pull request if you have another favorite approach.
20
+ Would like to add Bluetooth, should be simple.
21
+
22
+
15
23
## Notes
16
- [ Inspired by] ( https://github.com/flyinva/mozlosh )
17
24
18
- [ Alternative using Skyhook and geoclue] ( https://github.com/scivision/python-geoclue )
25
+ * [ Inspired by] ( https://github.com/flyinva/mozlosh )
26
+ * [ Alternative using Skyhook and geoclue] ( https://github.com/scivision/python-geoclue )
You can’t perform that action at this time.
0 commit comments