Skip to content

Commit 0af08e9

Browse files
committed
doc
1 parent 61d52f9 commit 0af08e9

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# 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.
35

46
## prereqs
7+
Linux system with NetworkManager (e.g. Ubuntu, Raspberry Pi, etc.).
58

69
pip install pandas requests
710

@@ -12,7 +15,12 @@ Uses nmcli in a short, simple Mozilla Location Services with Wifi from Python. E
1215
Returns `dict` containing `lat` `lng` `accuracy`.
1316
In urban areas, accuracy ~ 100 meters.
1417

18+
## Contributing
19+
Pull request if you have another favorite approach.
20+
Would like to add Bluetooth, should be simple.
21+
22+
1523
## Notes
16-
[Inspired by](https://github.com/flyinva/mozlosh)
1724

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)

0 commit comments

Comments
 (0)