diff options
author | Jan Vlnas <jnv@users.noreply.github.com> | 2017-01-11 17:34:41 +0000 |
---|---|---|
committer | Edward D <ed.kickball@hotmail.com> | 2017-01-11 17:34:41 +0000 |
commit | a7f75510172d9011d7dcea7bb85c0a5e9169b6c4 (patch) | |
tree | f22b33ce4443882a2994b5d4039d8c2091dffc3e | |
parent | Merge pull request #922 from nebulade/master (diff) | |
download | awesome-selfhosted-a7f75510172d9011d7dcea7bb85c0a5e9169b6c4.tar.gz awesome-selfhosted-a7f75510172d9011d7dcea7bb85c0a5e9169b6c4.zip |
Add OwnTracks (#929)
* Add OwnTracks
⚠ due to (optional?) reliance on Google API for reverse geo lookups.
* Change OwnTracks description to Recorder
* Remove separate link to OwnTracks Recorder source
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -692,6 +692,7 @@ See https://github.com/n1trux/awesome-sysadmin#distributed-filesystems * [MapBBCodeShare](https://github.com/MapBBCode/share.mapbbcode.org) - Tool for sharing custom OSM maps. Support for annotated markers, polygons, lines, multi-format import/export, multiple layers, shortlinks. ([Demo](http://share.mapbbcode.org/)) `WTFPL/Other` `PHP` * [OpenGTS](http://www.opengts.org/) - Entry-level fleet tracking system. Supports variety of tracking devices and protocols. Comes with rich web-interface and reporting features. ([Demo](http://track.opengts.org/track/Track), [Source Code](https://sourceforge.net/projects/opengts/files/server-base/)) `Apache` `Java` * [Openstreetmap](http://www.openstreetmap.org/) - OpenStreetMap is a map of the world, created by people like you and free to use under an open license. ([Source Code](https://github.com/openstreetmap/openstreetmap-website)) `GPLv2` `Ruby` + * [OwnTracks Recorder](https://github.com/owntracks/recorder) `⚠` - Store and access data published by [OwnTracks](http://owntracks.org/) location tracking apps. `GPLv2` `C`/`Lua` * [Traccar](https://www.traccar.org/) - Java application to track GPS positions. Supports loads of tracking devices and protocols, has an Android and iOS App. Has a web interface to view your trips. ([Demo](http://demo.traccar.org/), [Source Code](https://github.com/tananaev?tab=repositories)) `Apache` `Java` * [uMap](https://umap.openstreetmap.fr/en/) - Create maps with OpenStreetMap layers in a minute and embed them in your site. ([Source Code](https://github.com/umap-project/umap)) `WTFPL` `Python` |