{% extends 'templates/base.html' %} {% block head %} {{super()}} {% endblock %} {% block main %}

Tracman

Display your realtime GPS location on a map

{% if user %} Map {% if user.isAdmin %} Admin {% endif %} {% else %} View example Join Login {% endif %}

Easy-to-use

Download the android app and log in. Then send your friends a link with a map showing your live location.

Realtime

Your location updates every second for all the world to see.

Free

It's free, but you can donate if you want to help with server expenses.

Mobile phone

Setting your location

You can track your GPS location from your phone's web browsers. There's also has an android app which can run in the background. With the app, you can:

  • Turn off tracking

    If you need to go undercover, just turn tracman off with the flip of a switch.

  • Change settings

    Change your settings to show a less accurate location, if you want an air of mystery.

  • Save energy

    If nobody's tracking you, tracman won't needlessly drain your battery.

Laptop

The Map

You'll get a simple webpage with a map to send to friends. It'll look like this.

  • Easy

    Just send a link to whomever you want. Bam, now they know where you are.

  • Precise

    Map updates in realtime with websockets.

  • Customizable

    Change the map default type and zoom level. You can also show speed, altitude, and streetview.

Warning!

This is beta software, so there are still kinks to be worked out.

Keep in mind that publishing your location online could be a bad idea.

{% if not user %}

Hook me up!

Just click that there button to create an account.

Join Tracman
{% endif %} {% endblock %}