quoox|TRACKER
3156 registered quoox|TRACKER IDs 

quoox|TRACKER developer information

If you are a developer, you can write your own quoox|TRACKER clients, so you can use any kind of devices! You can make use of this service for free!
If you like, we will publish your software in our clients-list.

How does it work?

Its as easy as this:

All update and query processes work with simple web requests. These links start from: http://www.quoox.net/tracker/control/
register.php This link is used to register a quoox|TRACKER ID. You have to provide this script with the following parameters:
  • email: A correct email for registering a quoox|TRACKER ID.
This script always returns: 0 failed to register, 1 registration ok
When registration ist ok, an email is sent out with registration data.
update.php This link is used to update positions. You should not update more often than every 5 seconds. You have to provide this script with the following parameters:
  • quid: quoox ID of a registered tracker ID
  • tid: tracker ID for the corresponding quid.
  • lat: Latitude value in decimal degree format. Decimal separator is a dot no comma!
  • lon: Longitude value in decimal degree format. Decimal separator is a dot no comma!
  • alt: Altitude in meters. Decimal separator is a dot no comma!
  • spd: Speed in meters per second. Decimal separator is a dot no comma!
  • dir: Direction in degree. Decimal separator is a dot no comma!
This script always returns a single character/status code: 0 failed to update, 1 update ok
query.php This link is used to query position data for a specific tracker id. You have to provide this script with the following parameters:
  • quid: quoox ID of a registered tracker ID
  • tid: tracker ID for the corresponding quid.
This script returns a XML dataset (self-explanatory, UTC times), containing current position data if there is one (position data is returned for the last 30 seconds only, so if there has no update been made since 30 seconds, no positions are available).

Home | Contact Us | © MASPware
All rights reserved.