Manuals
Informations about services, and details about hardwares
Benyamap API
Submitted by altf4 on 6 May, 2009 - 08:02
Tagged:
Benyamap Provides Data Connectors or also called API (application programming interface)
to allow Customers to access Tracking Data and Statistics, and also to Control Tracking Systems with minimal amount of time and knowledge, also integration of Tracking into Websites and Softwares are explained here.
- Add new comment
- 784 reads
Hardware Comparison
Submitted by altf4 on 16 March, 2009 - 06:30
Tagged:
Overview of the diffrences in BenyaMAP Certified Vehicle Hardwares.
the Sheet will display the Diffrences between the Hardwares with good and bad points.
- Read more
- 493 reads
Findme ~ Fixed Lines ~ API Description and Usage
Submitted by altf4 on 21 February, 2009 - 00:46
Tagged:
Benyamap Findme API
this API was designed to display on external places data for a Individual customer.
the output had to be fit into the customer application.
which interpreting engine was very simple designed.
its also become public as it is very simple to use for Webmasters as well wo we keep this format by,
we also have a full XML Based API where you can gather much more informations.
---------------------
to use Benyamap Findme API
you need 3 things
1. a functional Benyamap Tracking account
2. a findme Alias (you can create this in jsut a few secounds in you controlpanel)
3. this api ;-)
---------------------
1. Benyamap tracking account
this not really need explaination .. if so .. please contact our sales at sales@benyamap.com
---------------------
2. Findme Alias
simply go to http://tracking.benyamap.com/my/?do=findme
and create a findme Alias
this aliases will be not listed anywhere .. if you create one and not tell anyone .. it will never exposed !
---------------------
3. Api Command
Simply execute the API with the alias you created before
example: http://api.benyamap.com/findme/?alias=nullx8
(where "nullx8" is the alias you created in step 2)
======================
the script will generate a realtime output with serval lines
the position of the data is always the same ... so you can very simple import this into your website as static content
Description of the data:
1. User ID on the System
2. User name (the name you set in "my Profile" in my benyamap)
3. time of the position in "ago format"
Human readable info how long is the position in our Database
4. Speed or Status Information
can be 'km/h' the word 'idle' stands for offline or 'not moving' for online but no speed
5. url to google staticmap of the position with marker in color based on the Status
the url does NOT contain the gogle maps Key which you need to obtain yourself
6. decimal Latitude
7. decimal Longitude
8 and following lines containing the extra text you did set in Findme alias setup
Example:
--
8
Mario
6 hours 1 minute ago
.. idle
http://maps.google.com/staticmap?center=13.833118,100.650723&zoom=14&size=500x350&markers=13.833118,100.650723,midred&hl=en
13.833118
100.650723
extra text
--
example how to intigrate into a personal website here: http://0x8.in.th/where
=============================
Usage Example in PHP
$myfindmealias = "test";
$mygooglemapskey = "this is my key";
$frow = @file("http://api.benyamap.com/findme/?alias=".$myfindmealias);
$name = trim($frow[1]);
$ago = trim($frow[2]);
$speed = trim($frow[3]);
$mapurl = trim($frow[4])."&key=".$mygooglemapskey;
$lat = trim($frow[5]);
$lon = trim($frow[6]);
- Add new comment
- 672 reads
VT-100 Manual
Submitted by altf4 on 3 February, 2009 - 22:49
Tagged:
VT-100 Vehicle Tracker Installations Manual
Revised.
This Manual Contains DIY Informations, SMS Commands for Own Setup and General Informations.
Please be aware that using some commands can lead to missfunction,
this can not be covered by our Customer Service.
- Add new comment
- 439 reads