Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pklaus/locus_live-tracking_bottlepy
This is a slim bottle based web app to collect position information from the Android app Locus Map Pro.
https://github.com/pklaus/locus_live-tracking_bottlepy
bottle locus
Last synced: 8 days ago
JSON representation
This is a slim bottle based web app to collect position information from the Android app Locus Map Pro.
- Host: GitHub
- URL: https://github.com/pklaus/locus_live-tracking_bottlepy
- Owner: pklaus
- Created: 2013-04-22T13:17:41.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-02-10T08:15:09.000Z (almost 8 years ago)
- Last Synced: 2024-12-16T21:03:13.394Z (20 days ago)
- Topics: bottle, locus
- Language: JavaScript
- Homepage:
- Size: 343 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Locus Pro Maps Live-Tracking Web Server
This is a web api based on bottle.py to store location
information generated using Locus Map Pro Live-Tracking.You can run the `./app.py` file in this project and
set up Locus on your Android phone to POST to the URL
where example.com
is the server you're running this on.
A JSON interface to the data collected is available at
the URL `/api/events`.### Locus' Live-Tracking Feature
More information on the Live-Tracking feature of Locus Map Pro can be found on
[its documentation web page](http://docs.locusmap.eu/doku.php?id=manual:user_guide:functions:live_tracking).### Alternatives
* Easy via Google Docs:
* A minimalist implementation in Perl using Leaflet:
* More interfaces and ideas on
* Another Service using Django, Bing and Leaflet:
* The commercial service *livetrack24* with Locus:### Requirements
This web app runs on Python 3.3+, [Bottle][] with [Jinja2][] and [CherryPy][].
Also it includes a version of [FileDict][].[Bottle]: http://bottlepy.org
[CherryPy]: http://www.cherrypy.org/
[Jinja2]: http://jinja.pocoo.org/
[FileDict]: https://github.com/pklaus/filedict/tree/threadsafe