Last updated: Access to API. SERVER_DOMAIN/api/api.php

Size: px
Start display at page:

Download "Last updated: Access to API. SERVER_DOMAIN/api/api.php"

Transcription

1 Last updated: Access to API 1. API is accessed via HTTP URL: SERVER_DOMAIN/api/api.php 2. Additionally to this you must choose which one API to use, server or user. Also API version should be set in HTTP URL: SERVER_DOMAIN/api/api.php?api=server&ver=1.0 SERVER_DOMAIN/api/api.php?api=user&ver= Server API identification is done using key, which can be found in CPanel under Super Administrator account in Manage Server section. SERVER_DOMAIN/api/api.php?api=server&ver=1.0&key=ABCABCABCABCABC 4. User API identification is done using key, which can be found in user account settings accessed via CPanel: SERVER_DOMAIN/api/api.php?api=user&ver=1.0&key=ABCABCABCABCABC

2 HTTP variable "cmd" contains command and parameters. and parameters are split by comma. can have multiple parameters, every parameter is split by comma also. ADD_USER - command @ .com - parameter Server API Server API allows executing server related commands. SERVER_DOMAIN/api/api.php?api=server&ver=1.0&key=ABCABCABCABCABC&cmd=COMMAND CHECK_USER_EXISTS Checks if user account is already registered. CHECK_USER_EXISTS address SERVER_DOMAIN/api/api.php?api=server&ver=1.0&key=ABCABCABCABCABC&cmd=CHECK_USER_EXISTS, @ .com

3 ADD_USER Registers new user accounts with . ADD_USER address DEL_USER Deletes user account. DEL_USER address ADD_OBJECT Adds object to system.

4 Parameter #3 Parameter #4 ADD_OBJECT Object name Object expire, options: true or false Object expire date, format: YYYY-MM-DD SERVER_DOMAIN/api/api.php?api=server&ver=1.0&key=ABCABCABCABCABC&cmd=ADD_OBJECT, ,Car,false, DEL_OBJECT Deletes object from system. DEL_OBJECT SERVER_DOMAIN/api/api.php?api=server&ver=1.0&key=ABCABCABCABCABC&cmd=DEL_OBJECT, ADD_USER_OBJECT Adds object to user account. ADD_USER_OBJECT User account

5 DEL_USER_OBJECT Deletes object to from user account. DEL_USER_OBJECT User account OBJECT_SET_ACTIVITY Sets object activity period. Parameter #3 Parameter #4 OBJECT_SET_ACTIVITY Object active, options: true or false Object expire, options: true or false Object expire date, format: YYYY-MM-DD SERVER_DOMAIN/api/api.php?api=server&ver=1.0&key=ABCABCABCABCABC&cmd=OBJECT_SET_ACTIVITY, ,true,true,

6 ADD_USER_BILLING_PLAN Adds billing plan to user account. ADD_USER_BILLING_PLAN User account Billing plan ID GET_USER_API_KEY Gets user API key. GET_USER_API_KEY User account

7 User API User API allows executing user account related commands. USER_GET_OBJECTS Get object list of current user account. USER_GET_OBJECTS SERVER_DOMAIN/api/api.php?api=user&ver=1.0&key=ABCABCABCABCABC&cmd=USER_GET_OBJECTS OBJECT_GET_CMDS Get object commands which were sent for execution. OBJECT_GET_CMDS SERVER_DOMAIN/api/api.php?api=user&ver=1.0&key=ABCABCABCABCABC&cmd=OBJECT_GET_CMDS, OBJECT_CMD_GPRS

8 Send ASCII or HEX command to object using GPRS gateway. OBJECT_CMD_GPRS name Parameter #3 Type (HEX or ASCII) Parameter #4, if command type is ASCII it is important to use quotes (") SERVER_DOMAIN/api/api.php?api=user&ver=1.0&key=ABCABCABCABCABC&cmd=OBJECT_CMD_GPRS, ,TEST,ASCII,"COMMAND_TEXT" SERVER_DOMAIN/api/api.php?api=user&ver=1.0&key=ABCABCABCABCABC&cmd=OBJECT_CMD_GPRS, ,TEST,HEX,AABBCC OBJECT_CMD_SMS Send command to object using SMS gateway. OBJECT_CMD_SMS name Parameter #3, it is important to use quotes (") SERVER_DOMAIN/api/api.php?api=user&ver=1.0&key=ABCABCABCABCABC&cmd=OBJECT_CMD_SMS, ,TEST,"COMMAND_TEXT" OBJECT_GET_LOCATIONS Get object(s) last know location data in JSON format.

9 OBJECT_GET_LOCATIONS, for multiple IMEIs separate them via semicolon. Use "*" to get all available object locations. SERVER_DOMAIN/api/api.php?api=user&ver=1.0&key=ABCABCABCABCABC&cmd=OBJECT_GET_LOCATIONS, ; SERVER_DOMAIN/api/api.php?api=user&ver=1.0&key=ABCABCABCABCABC&cmd=OBJECT_GET_LOCATIONS,* OBJECT_GET_MESSAGES Get object location messages for set period of time in JSON format. Parameter #3 OBJECT_GET_MESSAGES Date and time from, format: YYYY-MM-DD HH:MM:SS Date and time to, format: YYYY-MM-DD HH:MM:SS SERVER_DOMAIN/api/api.php?api=user&ver=1.0&key=ABCABCABCABCABC&cmd=OBJECT_GET_MESSAGES, , :00:00, :00:00 GET_ADDRESS Get address from latitude and longitude using server geocoders. GET_ADDRESS Latitude Longitude

10 SERVER_DOMAIN/api/api.php?api=user&ver=1.0&key=ABCABCABCABCABC&cmd=GET_ADDRESS, , Location API Location API allows location data insertion to database. Special identification is not needed. It can be used by GPS device manufacturers or smartphone application developers who look for an easy way to transmit location data to server via HTTP GET. Location structure imei dt lat lng altitude angle speed loc_valid params event GPS object identifier Date and time, format: YYYY-MM-DD HH:MM:SS, time zone: 0 UTC Latitude Longitude Altitude in meters Angle in degree Speed in km/h 1 is for valid GPS location, 0 is for invalid GPS location Additional parameters for sensors, all should be split by " " character. Possible events: sos, bracon, bracoff, mandown, shock, tow, haccel, hbrake, hcorn, pwrcut, gpscut, lowdc, lowbat, jamming LOCATION SERVER_DOMAIN/api/api_loc.php?imei= &dt= :00:00&lat= &lng= &altitude=100&angle=45&speed=60&loc_valid=1&params=batp=100 acc=1 LOCATION + EVENT

11 SERVER_DOMAIN/api/api_loc.php?imei= &dt= :00:00&lat= &lng= &altitude=100&angle=45&speed=60&loc_valid=1&params=batp=100 acc=1 &event=sos

REST SERVICE. Web Services API Version 1.5

REST SERVICE. Web Services API Version 1.5 REST SERVICE Web Services API Version 1.5 The information contained within this document is the property of PageOne Communications Ltd and may not be copied used or disclosed in whole or in part, except

More information

FIFOTRACK COMMAND LIST

FIFOTRACK COMMAND LIST FIFOTRACK COMMAND LIST V1.1 Contents DOCUMENT HISTORY... 4 GPRS COMMAND FORMAT... 5 SMS COMMAND FORMAT... 6 SERIAL PORT (COM) COMMAND FORMAT... 7 COMMAND WRITING SPECIFICATION... 8 1 B SETTING COMMAND...

More information

CC828 GPRS Communication Protocol

CC828 GPRS Communication Protocol CC828 GPRS Communication Protocol This Protocol is used for communication between real time tracking platform server and the tracker device, command & message from server to device is download command

More information

FIFOTRACK COMMAND LIST

FIFOTRACK COMMAND LIST FIFOTRACK COMMAND LIST Model: S20 Version: V1.2 www.fifotrack.com Copyright and Disclaimer All copyrights belong to Shenzhen fifotrack Solution Co., Ltd. You are not allowed to revise, copy or spread this

More information

FIFOTRACK COMMAND LIST

FIFOTRACK COMMAND LIST FIFOTRACK COMMAND LIST Model: Q1 Version: V1.1 www.fifotrack.com Copyright and Disclaimer All copyrights belong to Shenzhen fifotrack Solution Co., Ltd. You are not allowed to revise, copy or spread this

More information

GPS Watch Tracker USER MANUAL. (Model: WT100)

GPS Watch Tracker USER MANUAL. (Model: WT100) GPS Watch Tracker USER MANUAL (Model: WT100) ELECTRONICS TECHNOLOGY LIMITED Address: Room2007, Tower B, Gaoke Building, Tianhe North Road, Guangzhou, China. Tel: (+86)20-38351400, 38351401 Fax: (+86)20-38351400

More information

Roadstar Configuration Instruction Manual

Roadstar Configuration Instruction Manual Instruction Manual Page 2 of 10 This instruction manual describes how to set parameters for software built inside GPS/GPRS vehicle tracking device Roadstar. Software is used to collect and send data to

More information

Way2mint SMS Mobile Terminate (MT) API Guide for HTTP HTTPS

Way2mint SMS Mobile Terminate (MT) API Guide for HTTP HTTPS Way2mint SMS Mobile Terminate (MT) API Guide for HTTP HTTPS The content of this document are copyright and remain the property of. This document is not to be reproduced in any form, whether electronic,

More information

WiaTag 1.4. User Guide. date: January 1, 2017

WiaTag 1.4. User Guide. date: January 1, 2017 WiaTag 1.4 date: January 1, 2017 Table of Contents Overview 4 Creating a Unit for WiaTag 5 Unit Creation From the Monitoring System 5 Unit Creation From the Application 6 Starting Application and Choosing

More information

GPRS Communication Protocol Between GPS Tracker and Server

GPRS Communication Protocol Between GPS Tracker and Server GPRS Communication Protocol Between GPS Tracker and Server Version 5.2 GT30 GT30X GT60 VT300 VT310 I Command Format Command format of GPRS packet is as follows: From server to tracking unit: @@

More information

Extended sms2 API Documentation

Extended sms2 API Documentation Extended sms2email API Documentation Written by Jateen Mistry Revised: 19 th April 2004 Description The advanced sms2email API is an extension to publicly available messaging API. The existing API is concerned

More information

WiaTag 2.4. User Guide. date: July 11, 2018

WiaTag 2.4. User Guide. date: July 11, 2018 date: July 11, 2018 Table of Contents Overview 4 Authorization 5 Sign in with the Account Name 5 Sign in with the Unit ID 6 Sign in with the QR Code 7 User Mode Selection 7 Active 7 Standard 8 Lite 8 Custom

More information

User Manual MT-1C GPS Tracker (Vehicle/Motorcycle) 1. Specification

User Manual MT-1C GPS Tracker (Vehicle/Motorcycle) 1. Specification User Manual MT-1C GPS Tracker (Vehicle/Motorcycle) 1. Specification GSM module MTK program, GSM 850/900/1800/1900 Support TCP protocol GPS Chipset U-BLOX 7020(Support GPS/Glonass/Galileo/Compass) GPS sensitivity

More information

Standard HTTP format (application/x-www-form-urlencoded)

Standard HTTP format (application/x-www-form-urlencoded) API REST Basic concepts Requests Responses https://www.waboxapp.com/api GET / Standard HTTP format (application/x-www-form-urlencoded) JSON format HTTP 200 code and success field when action is successfully

More information

( 83P UDP/IP Ethernet Datagram,.83P File Format )

( 83P UDP/IP Ethernet Datagram,.83P File Format ) IMAGENEX TECHNOLOGY CORP. DeltaT - 83P PROFILE POINT OUTPUT ( 83P UDP/IP Ethernet Datagram,.83P File Format ) For each ping, the following bytes are output during the 83P UDP datagram. If recording to

More information

Meiligao GPRS Communication Protocol Between GPS Tracker and Server

Meiligao GPRS Communication Protocol Between GPS Tracker and Server Meiligao GPRS Communication Protocol Between GPS Tracker and Server Version 1.47 GT30i GT60 VT300 VT310 Change Version Reason of Change Date V1.00 Initial Document 2005-6-25 V1.01 Addition of Alarms 2006-10-8

More information

Public Appointment API. Calendar A

Public Appointment API. Calendar A Public Appointment API Calendar 205.01A Copyright notice The information in this document is subject to change without prior notice and does not represent a commitment on the part of Q-MATIC AB. All efforts

More information

python-gmaps Documentation

python-gmaps Documentation python-gmaps Documentation Release 0.0.2 Michał Jaworski February 22, 2017 Contents 1 gmaps package 3 1.1 Submodules............................................... 3 1.2 gmaps.client module...........................................

More information

Instructions for Using New API. Instructions for Using New API

Instructions for Using New API. Instructions for Using New API Instructions for Using New API Instructions for Using New API I Change Logs Version 1.0 2016-12-8 1. Add request_status_report parameter to SMS request; 2. Add pushing feature; 3. Add slot, callstate,

More information

GSN8 Ethernet Data Logger (optional GPS)

GSN8 Ethernet Data Logger (optional GPS) GSN8 Ethernet Data Logger (optional GPS) TCP Modbus GSX8 TCP Switch Software Version 1.1.4 Revision 170804 [V3NE2P] In TCP Client mode, GSN8 Ethernet Data Logger will initiate the data upload to central

More information

2. SIM INSTALLATION. Mobile Network (GPRS) communication established. No power to the unit or the unit cannot start

2. SIM INSTALLATION. Mobile Network (GPRS) communication established. No power to the unit or the unit cannot start PREFACE Thank you for purchasing the GPS Bird. This manual shows how to operate the device: read this manual carefully before using the device. Please note that specification and information contained

More information

User Manual MT-1 GPS Tracker (Vehicle/Motorcycle)

User Manual MT-1 GPS Tracker (Vehicle/Motorcycle) User Manual MT-1 GPS Tracker (Vehicle/Motorcycle) Version:08 Disclaimer The Ascend Group Company Limited Manual (the "Manual") is proprietary to Ascend Group Company Limited. ("i-trac GPS") and no ownership

More information

FMXXXX Protocols V2.10

FMXXXX Protocols V2.10 FMXXXX Protocols V2.10 Contents 1. FM1100, FM2100, FM2200, FM4100 AND FM4200 DATA PROTOCOL... 2 1.1 AVL DATA ARRAY... 2 1.2 DATA... 2 1.3 AVL DATA... 2 1.4 PRIORITY... 2 1.5 GPS ELEMENT... 2 1.6 IO ELEMENT...

More information

ZENDA Manager User Guide. Applicable Model: ZD-VT1

ZENDA Manager User Guide. Applicable Model: ZD-VT1 ZENDA Manager User Guide Applicable Model: ZD-VT1 Change History File Name ZENDA Manager User Guide Created By Owen Cheng Project ZD-VT1 Creation Date 2016-01-18 Update Date 2016-02-02 Subproject User

More information

UTILITY SOFTWARE FOR SATELLITE TRACKERS

UTILITY SOFTWARE FOR SATELLITE TRACKERS TN2007-632-V5.1.0 UTILITY SOFTWARE FOR SATELLITE TRACKERS February 12, 2007 Copyright 2007 by NAL Research Corporation The specifications in this document are subject to change at NAL Research s discretion.

More information

Corporate Office VirtualSite Solutions LLC Westmoor Drive Westminster, CO USA

Corporate Office VirtualSite Solutions LLC Westmoor Drive Westminster, CO USA VLR_API_01_0516 May2016 Corporate Office VirtualSite Solutions LLC 10368 Westmoor Drive Westminster, CO 80021 USA Copyright and Trademarks 2016 VirtualSite Solutions LLC. All rights reserved. VirtualSite

More information

GpsGate VehicleTracker

GpsGate VehicleTracker GpsGate VehicleTracker Application Manual Version: 2.3.1 Rev: 1.0 Table of Contents 1 1.1 2 2.1 2.2 2.2.1 2.3 2.3.1 2.3.2 2.3.3 2.4 2.4.1 2.4.2 2.5 2.5.1 3 3.1 3.1.1 3.1.2 3.1.3 3.2 3.3 3.4 3.4.1 3.4.2

More information

NAVIXY M7 Protocol Document Version: 1.04 Date:

NAVIXY M7 Protocol Document Version: 1.04 Date: NAVIXY M7 Protocol Document Version: 1.04 Date: 2010-07-11 General Notes: All materials contained on this documentation is protected by the copyright law and may not be reproduced, transmitting, published

More information

CHT NB-IoT UDP Message Protocol

CHT NB-IoT UDP Message Protocol Chunghwa Telecom Laboratories CHT NB-IoT UDP Message Protocol V1.58 Smart IoT Institute 2017/10/20 Document Revision History Table Document Number: Name: Instructions for CHT NB-IoT UDP Message Protocol

More information

GPS Tracker. Operation Commands ============================ VERSION / 版本 : V1.6 BASED ON EELINK PROTOCOL

GPS Tracker. Operation Commands ============================ VERSION / 版本 : V1.6 BASED ON EELINK PROTOCOL GPS Tracker Operation Commands VERSION / 版本 : V1.6 BASED ON EELINK PROTOCOL 2017.3.9 D ============================ 1. APN Setting...5 2. Server Setting... 5 3. GPRS Upload Time Interval... 6 4. Time Zone

More information

Cloud SMS API Guide. Version 5.1

Cloud SMS API Guide. Version 5.1 Cloud SMS API Guide Version 5.1 Cloud API Guide v5.1 Page 1 of 18 Table of Content 1 Overview 1 2 MACH Push Messaging 2 3 MT API Details 3 3.1 Send Message 3 3.2 Send Long Concatenated Messages 8 4 MO

More information

Procedia Computer Science

Procedia Computer Science Procedia Computer Science 3 (2011) 949 953 Procedia Computer Science 00 (2010) 000 000 Procedia Computer Science www.elsevier.com/locate/procedia www.elsevier.com/locate/procedia WCIT 2010 An Implementation

More information

GpsGate TrackerOne GpsGate AB , rev (20) GpsGate TrackerOne. Reference Design

GpsGate TrackerOne GpsGate AB , rev (20) GpsGate TrackerOne. Reference Design GpsGate TrackerOne GpsGate AB 2008-2009, rev. 2009-02-17 1(20) GpsGate TrackerOne Reference Design GpsGate TrackerOne GpsGate AB 2008-2009, rev. 2009-02-17 2(20) Table of Contents GpsGate TrackerOne...3

More information

EXTENDED AT COMMAND GUIDE

EXTENDED AT COMMAND GUIDE EXTENDED AT COMMAND GUIDE www.satelligent.ca v1.2 Contents Item Content Page 1 Introduction 2 2 GPS Commands 2 3 Short Burst Data (SBD) Commands 4 4 Custom Payload commands 11 5 GPIO commands 12 6 Analog

More information

SALA PROSAT GPS Tracking System MS03 User Guide

SALA PROSAT GPS Tracking System MS03 User Guide SALA PROSAT GPS Tracking System MS03 User Guide 1 System Overview The MS03, third-generation Meitrack GPS Tracking System, is a server-based online positioning and tracking platform. You can monitor vehicles,

More information

General GPS Vehicle Tracker. User Manual V1.0

General GPS Vehicle Tracker. User Manual V1.0 General GPS Vehicle Tracker User Manual V1.0 Introducing your Device Learn about your device s layout, indications and specifications. 1. Inside the Box Check your product box for the following items:

More information

GPS Tracker ST-901A User Manual

GPS Tracker ST-901A User Manual GPS Tracker ST-901A User Manual 1/10 LED Status 1.1. Blue LED--- GPS Status Status Flashing ON Meaning No GPS Signal or GPS starting GPS OK 1.2. Orange LED---GSM Status Status Flashing ON Meaning No SIM

More information

Forthnet Mobile Platform - groupsms http interface v1.0 1 / 9

Forthnet Mobile Platform - groupsms http interface v1.0 1 / 9 Table of Contents Introduction... 2 Requirements... 2 Connecting to Forthnet Mobile Platform... 2 Message submission... 3 Client Request... 3 Parameters... 4 Parameter user... 4 Parameter pass... 4 Parameter

More information

Standard HTTP format (application/x-www-form-urlencoded)

Standard HTTP format (application/x-www-form-urlencoded) API REST Basic concepts Requests Responses https://www.waboxapp.com/api Standard HTTP format (application/x-www-form-urlencoded) JSON format HTTP 200 code and success field when action is successfully

More information

GC-101 GPS / GSM Micro Tracker

GC-101 GPS / GSM Micro Tracker GC-101 GPS / GSM Micro Tracker Table of Contents 1. Hardware Description...4 1.1 Front Face...4 1.2 Side Face...4 1.3 Bottom Face...6 1.4 Charging...6 1.5 Rear Face (Battery Cap)...7 2. Specifications...8

More information

LGSConnect application

LGSConnect application LGSConnect application Owner s manual revision 1.0 November 2015 2 / 16 LGSConnect is a Windows application designed to exchange data between PC and Logstream FR-1 GNSS flight recorder. Main menu File

More information

GpsGate VehicleTracker

GpsGate VehicleTracker GpsGate VehicleTracker Application Manual Version: 2.1 Rev: 01 Table of Contents 1 2 3 3.1 3.2 3.2.1 3.2.2 3.2.3 3.3 3.4 3.5 3.5.1 3.5.2 3.5.3 3.5.4 3.5.5 4 4.1 4.1.1 4.1.2 4.1.3 4.2 4.3 4.4 4.4.1 4.4.2

More information

'This library is to be used in the context of data management of IoT devices

'This library is to be used in the context of data management of IoT devices Annex A: Full Code '' 'Library created by Pol Sarmiento Lozano @TDdeviceAPI ' 'This library is to be used in the context of data management of IoT devices ' 'This library relates to the URL requests available

More information

HTTP Based Unified API

HTTP Based Unified API HTTP Based Unified API SMS GATEWAY Issue 5.0 June 2017 1 HTTP Based Unified API HTTP ACCESS MODEL INTRODUCTION The platform exposes a HTTP interface to its SMS Gateway. The SMS Gateway can be used for

More information

GPS+Glonass Vehicle location Tracker

GPS+Glonass Vehicle location Tracker GPS+Glonass Vehicle location Tracker User Manual V1.0-1 - Contents 1. Products Overview... 3 2. For Your Safety... 4 3. Characteristics... 4 4. Getting Started... 5 4.1. Hardware and Accessories... 5 4.2.

More information

WiaTag 1.4. User Guide. date: January 1, 2017

WiaTag 1.4. User Guide. date: January 1, 2017 WiaTag 1.4 date: January 1, 2017 Table of Contents Overview 4 Creating a Unit for WiaTag 5 Unit Creation From the Monitoring System 5 Unit Creation From the Application 6 Starting Application and Choosing

More information

Other parameters are described with the relevant API call. For an API call that carries out a search, a POST payload in JSON format is added.

Other parameters are described with the relevant API call. For an API call that carries out a search, a POST payload in JSON format is added. Introduction to, page 1 Search and Search Result Export, page 1, page 2 Introduction to This section describes API calls that are not related to a specific model. The full would include the host name:

More information

SMS Gateway. API & Application Technical Documentation. Revision 1. Current as at 10 th August Document ID: DOC-SMS-API-R1

SMS Gateway. API & Application Technical Documentation. Revision 1. Current as at 10 th August Document ID: DOC-SMS-API-R1 SMS Gateway API & Application Technical Documentation Revision 1 Current as at 10 th August 2010 Document ID: DOC-SMS-API-R1 Information in this document is subject to change without notice. This document

More information

BIKE GPS TRACKER USER MANUAL

BIKE GPS TRACKER USER MANUAL BIKE GPS TRACKER USER MANUAL PREFACE Thank you for purchasing GPS tracker. This manual shows how to operate the device smoothly in details, please make sure to read this manual carefully before using the

More information

APIs. Bulk Load API. Bulk Load API, page 1 HCS Intelligent Loader APIs, page 4. Two API calls are required. The response is HTTP 202

APIs. Bulk Load API. Bulk Load API, page 1 HCS Intelligent Loader APIs, page 4. Two API calls are required. The response is HTTP 202 Bulk Load API, page 1 HCS Intelligent Loader, page 4 Bulk Load API Two API calls are required. Task Call URL Submit file /api/ =[] {"uploadedfiles": uploadfiles/ Content-Type: [{"id": "", multipart/form-data

More information

How to check the location, status and usage of AnyNet Secure SIMs on AWS IoT

How to check the location, status and usage of AnyNet Secure SIMs on AWS IoT How to check the location, status and usage of AnyNet Secure SIMs on AWS IoT The Eseye AWS IoT integration enables look-up of SIM card usage and location by pushing device updates to your AWS IoT Cloud.

More information

YASH INFOSYSTEMS Tel: Mob: (91) ,

YASH INFOSYSTEMS Tel: Mob: (91) , Date : 07 th March, 2017 PREPARED FOR: Mr. Sunil PREPARED BY: Geetanzali Arora College / University Bus Tracking Systems 1 Table Of Contents 1. Management Page No 1.1. Group 4 1.2. User 5 1.3. Device 7

More information

API Documentation. Release Version 1 Beta

API Documentation. Release Version 1 Beta API Documentation Release Version 1 Beta Document Version Control Version Date Updated Comment 0.1 April 1, 2016 Initialize document 1 Release version PROMOTEXTER V3 BETA - API Documentation 1 Table of

More information

Quriiri HTTP MT API. Quriiri HTTP MT API v , doc version This document describes the Quriiri HTTP MT API version 1 (v1).

Quriiri HTTP MT API. Quriiri HTTP MT API v , doc version This document describes the Quriiri HTTP MT API version 1 (v1). Quriiri HTTP MT API This document describes the Quriiri HTTP MT API version 1 (v1). Sending messages Request types Security Request parameters Request examples JSON POST GET Response JSON response example

More information

GPS Tracker KS-10 Comunication Protocol GPRS protocol data structure GPRS protocol data structure from Center sending to terminal as follows:

GPS Tracker KS-10 Comunication Protocol GPRS protocol data structure GPRS protocol data structure from Center sending to terminal as follows: Kiswara Technology GPS Tracker KS-10 Comunication Protocol GPRS protocol data structure GPRS protocol data structure from Center sending to terminal as follows: Page - 1 - of 9 #1:SN:CC:*,UCOUNT,CMD,YYMMDD,HHMMSS,DATA#

More information

ST-908 User Manual GPS Vehicle Tracker

ST-908 User Manual GPS Vehicle Tracker ST-908 User Manual GPS Vehicle Tracker 2016-09-01 1 Quick Start to test tracker: 1. Put the SIM Card in the tracker. 2. Connect the GPS and GSM antenna. 3. Connect the 4 pin and 6 pin wires. 4. Connect

More information

GPS Personal Tracker User Manual V1.0 GT601

GPS Personal Tracker User Manual V1.0 GT601 www.autoleaders.gr GPS Personal Tracker User Manual V1.0 GT601 Contents 1.Product Overview... -2-2.For Your Safety... -3-3.GT601B Characteristics... - 3-4.Getting Started... -4-4.1 Hardware and Accessories...

More information

Ubiquitous and Mobile Computing CS 403x: Falling Asleep with Angry Birds, Facebook and Kindle

Ubiquitous and Mobile Computing CS 403x: Falling Asleep with Angry Birds, Facebook and Kindle Ubiquitous and Mobile Computing CS 403x: Falling Asleep with Angry Birds, Facebook and Kindle Trevor Behlman Conor Geary Alyssa Graham Computer Science Dept. Worcester Polytechnic Institute (WPI) Motivation

More information

TRANSACTIONS EXPORT API

TRANSACTIONS EXPORT API TRANSACTIONS EXPORT API Specifications Document ID: TransExportAPI Document Version: 1.3 Prepared for: CHARGE Anywhere 4041B Hadley Rd South Plainfield, NJ 07080 Phone + 1 (800) 211-1256 Fax + 1 (732)

More information

Copyright 2015 Haltian Ltd. All rights reserved. Haltian and Thingsee are registered trademarks of Haltian Ltd.

Copyright 2015 Haltian Ltd. All rights reserved. Haltian and Thingsee are registered trademarks of Haltian Ltd. Thingsee Engine API Version 01.00, 03.07.2015 Copyright 2015 Haltian Ltd. All rights reserved. Haltian and Thingsee are registered trademarks of Haltian Ltd. Haltian Ltd reserves all ownership rights for

More information

900E Vehicle GPS Tracker User Manual

900E Vehicle GPS Tracker User Manual Auto leaders 900E Vehicle GPS Tracker User Manual 2009-10-01 1 Table of Contents 1. Working Directions.....3 2. GPS Tracker Installation...3 2.1. Product Parts List...3 2.2. Precaution before Installation...4

More information

ARTIO SMS Services HTTP API Documentation

ARTIO SMS Services HTTP API Documentation ARTIO SMS Services HTTP API Documentation David Jozefov Michal Unzeitig Copyright 2013 - ARTIO International Co. ARTIO SMS Services HTTP API Documentation ARTIO Publication date: 4.9.2013 Version: 1.0.1

More information

FIFOTRACK MOTORCYCLE/VEHICLE GPS TRACKER

FIFOTRACK MOTORCYCLE/VEHICLE GPS TRACKER FIFOTRACK MOTORCYCLE/VEHICLE GPS TRACKER Model: S20 Version: V1.1 www.fifotrack.com Copyright and Disclaimer All copyrights belong to Shenzhen fifotrack Solution Co., Ltd. You are not allowed to revise,

More information

The FloatHub Communications Protocol

The FloatHub Communications Protocol The FloatHub Communications Protocol Core Protocol Version: 1 Security Envelope Version: 2 This Document Version: 0.35 Bernhard Borges and Thor Sigvaldason May 29, 2017 Abstract We define a compact protocol

More information

USER GUIDE. Personal/Asset/Pet GPS TRACKING SYSTEM. Thank you for using GPS Tracking system. This device is an innovative miniature size

USER GUIDE. Personal/Asset/Pet GPS TRACKING SYSTEM. Thank you for using GPS Tracking system. This device is an innovative miniature size USER GUIDE Personal/Asset/Pet GPS TRACKING SYSTEM Product Overview Thank you for using GPS Tracking system. This device is an innovative miniature size personal remote positioning device with built in

More information

Package darksky. September 20, 2017

Package darksky. September 20, 2017 Type Package Title Tools to Work with the 'Dark Sky' 'API' Version 1.3.0 Date 2017-09-20 Maintainer Bob Rudis Package darksky September 20, 2017 Provides programmatic access to the 'Dark Sky'

More information

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY A PATH FOR HORIZING YOUR INNOVATIVE WORK DESIGN & IMPLEMENTATION OF LOCATION AWARENESS & SHARING SYSTEM USING GPS & GPRS

More information

ideal QR - Merchant Implementation Guidelines (EN)

ideal QR - Merchant Implementation Guidelines (EN) ideal QR - Merchant Implementation Guidelines (EN) Version: 1.5 Date: 19-02-2018 Copyright Currence ideal B.V. All rights reserved. Page 1 of 16 Versions... version Adjustments 1.0 First version for extended

More information

We currently are able to offer three different action types:

We currently are able to offer three different action types: SMS Inbound Introduction SMS Inbound provides a simple to use interface for receiving inbound MMS messages. Inbound Message Actions Inbound Message Actions in SMS Inbound are things that our system can

More information

Version March Distributed Oceanographic Match-up Service (DOMS) Translation Specification: ICOADS In Situ Data

Version March Distributed Oceanographic Match-up Service (DOMS) Translation Specification: ICOADS In Situ Data Distributed Oceanographic Match-up Service (DOMS) Translation Specification: ICOADS In Situ Data Steven Worley and Zaihua Ji 3 National Center for Atmospheric Research, Boulder, CO Contact: Worley@ucar.edu

More information

MP90 4G OBD Tracker. User Manual V1.0. Preface

MP90 4G OBD Tracker. User Manual V1.0. Preface MP90 4G OBD Tracker User Manual V1.0 Preface Congratulations on choosing Mictrack MP90 4G OBD GPS tracker. This manual shows how to easily program and setup the tracker for best results. Make sure to read

More information

TK 109 GPS Watch User s Manual

TK 109 GPS Watch User s Manual TK 109 GPS Watch User s Manual 1 Table of Contents Chapter I Preface....3 I.General....3 II.Notices....3 Chapter II about the Device...3 1. Appearance...3 2. Product Features...4 3. Product Specification...5

More information

Implementation guide. Confirmation of receipt in Handelsbanken CSV format

Implementation guide. Confirmation of receipt in Handelsbanken CSV format Confirmation of receipt in Handelsbanken CSV format Version 1.1.0 Publishing date 7 January 2017 Table of contents 1 INTRODUCTION... 3 1.1 HISTORY... 3 2 INFORMATION ABOUT THE SERVICE... 4 2.1 PARTIES...

More information

Citrix Analytics Data Governance Collection, storage, and retention of logs generated in connection with Citrix Analytics service.

Citrix Analytics Data Governance Collection, storage, and retention of logs generated in connection with Citrix Analytics service. Citrix Analytics Data Governance Collection, storage, and retention of logs generated in connection with Citrix Analytics service. Citrix.com Data Governance For up-to-date information visit: This section

More information

FIFOTRACK VEHICLE GPS TRACKER. Model: S30 Version: V1.1

FIFOTRACK VEHICLE GPS TRACKER. Model: S30 Version: V1.1 FIFOTRACK VEHICLE GPS TRACKER Model: S30 Version: V1.1 www.fifotrack.com Copyright and Disclaimer All copyrights belong to Shenzhen fifotrack Solution Co., Ltd. You are not allowed to revise, copy or spread

More information

WONDE PROUD TECHNOLOGY.

WONDE PROUD TECHNOLOGY. WondeX VT 10 Protocol Document Version: 1.04 Status: Preliminary Date: 09/5/2008 General Notes: All materials contained on this documentation is protected by the copyright law and may not be reproduced,

More information

Version Date Description Author First version Nate. send_sms request Added DELIVERED. status in Send Sms.

Version Date Description Author First version Nate. send_sms request Added DELIVERED. status in Send Sms. New API Version Date Description Author 0.1 2014-12-25 First version Nate 0.2 2015-1-22 Added user_id in Nate send_sms request 0.3 2015-3-20 Added DELIVERED Nate status in Send Sms Result 0.4 2015-4-24

More information

HoIP Telecom. The information contained herein is the property of HoIP Telecom 0

HoIP Telecom. The information contained herein is the property of HoIP Telecom 0 The information contained herein is the property of HoIP Telecom 0 Getting started - charging Peel back the rubber cover and connect the Pebbell with the supplied micro USB connector to a charger or PC/laptop.

More information

GPS Motorcycle/Vehicle Tracker USER MANUAL. (Model: GT08)

GPS Motorcycle/Vehicle Tracker USER MANUAL. (Model: GT08) GPS Motorcycle/Vehicle Tracker USER MANUAL (Model: GT08) GUANGZHOU TOPTEN ELECTRONICS FACTORY Address: 3/F, Bldg.1, No.11, Tangdong Guangtang West Rd., Guangtang Industrial Zone,Tianhe District, Guangzhou,

More information

MT500 3G GPS Tracker User Manual V3.0

MT500 3G GPS Tracker User Manual V3.0 MT500 3G GPS Tracker User Manual V3.0 Preface Congratulations on choosing the Mictrack MT500 3G Vehicle GPS tracker. This manual shows how to easily program and setup the tracker for best results. Make

More information

GPS Tracker ST-902 User Manual

GPS Tracker ST-902 User Manual GPS Tracker ST-902 User Manual 1/10 How to install: It is plug and play device, connect it to OBD connector is ok. How to find the OBD connector on your car: There are 6 places you may find the connector

More information

Excel To KML - Display Excel files on Google Earth.

Excel To KML - Display Excel files on Google Earth. Page 1 of 6 Earth Point Real Estate Home Introduction Q & A County Records Property Search County GIS Utilities Township & Range Excel To KML Around Town Press Blog About Local Homes, Global View Home

More information

Integration between NaviPac and CDL MiniPOS

Integration between NaviPac and CDL MiniPOS Integration between NaviPac and CDL MiniPOS The program The program is named NPCDLAiding.exe and found at \eiva\navipac\bin. It has to be started manually as part of the NaviPac online system, and we recommend

More information

Pass Distribution APIs User Guide

Pass Distribution APIs User Guide MicroMacro Mobile Inc Pass Distribution APIs User Guide V 2.0.3 2017-08-03 Version History Version UpdatedAt te v 2.0.1 2015-06-16 v 2.0.2 2016-04-14 v 2.0.3 2017-08-03 Add support for Create a pass API,

More information

ANGEL CITY INTERACTIVE

ANGEL CITY INTERACTIVE ANGEL CITY INTERACTIVE Security API Guide Version 1.0 18 September 2017 Angel City Interactive 1117 10 th St., Apt. 2 626.202.6728 aidan@aidanatwork.com - http://demo.aidanatwork.com Preface Intended Audience

More information

Design of a Web-Based Services for Supporting AVL System

Design of a Web-Based Services for Supporting AVL System Design of a Web-Based Services for Supporting AVL System Brent Clark Student of Computer Engineering Technology Paul I-Hai Lin Advisor and Instructor May 3 2013 Topics of Discussion Introduction Problem

More information

SeeYou CUP file format description

SeeYou CUP file format description title: SeeYou CUP file format description description: SeeYou CUP file format specification file, Copyright 2018, Naviter d.o.o. All Rights Reserved date: 2018-06-07 SeeYou CUP file format description

More information

ezeesms URL API Documentation

ezeesms URL API Documentation ezeesms URL API Documentation 1 1. ABOUT COMPANY: Pinnacle Teleservices Pvt. Ltd. is a leading Cellular IT Solutions Company established in 2003 and awarded as ISO 9001: 2008 Certified Company, traveled

More information

Sigox APIs beginners API HOW TO. External Use, version 1.3

Sigox APIs beginners API HOW TO. External Use, version 1.3 Sigox APIs beginners API HOW TO External Use, version 1.3 Summary Sigfox data interfaces... 3 How to use API... 3 Credentials generation... 3 API documentation... 4 API usage... 4 Credentials renewal...

More information

GPS Tag v1.5. User Guide. as of

GPS Tag v1.5. User Guide. as of GPS Tag v1.5 User Guide as of 2013.07.09 1 TABLE OF CONTENTS Overview... 3 1. Start/stop service... 4 2. Settings... 5 2.1. Operation mode... 6 2.2. Server connection... 7 2.3. Unit settings... 7 2.4.

More information

Hands-On LTE-M NB-IoT

Hands-On LTE-M NB-IoT Hands-On LTE-M NB-IoT Workshop on the Vodafone and NB-IoT and LTE-M network SODAQ Author: Jan van Loenen Unboxing 3 Installation 4 Arduino IDE 4 SODAQ Download URL 5 Add Boards 6 Libraries 8 All Things

More information

GPS Vehicle and Personal Multi-purpose Positioning Tracker

GPS Vehicle and Personal Multi-purpose Positioning Tracker of Tracker Version Number Modified by Change Content Type Date V1.0 Moot create 2012.11.05 V1.1 Amy Modify 2014.05.19 GPS Vehicle and Personal Multi-purpose Positioning Tracker V1.1 of XT007 Contents 1.

More information

GPS Motorcycle/Vehicle Tracker USER MANUAL. (Model: TK668)

GPS Motorcycle/Vehicle Tracker USER MANUAL. (Model: TK668) GPS Motorcycle/Vehicle Tracker USER MANUAL (Model: TK668) GUANGZHOU TOPTEN ELECTRONICS FACTORY Address: 20/F, Tower B, Gaoke Building, Tianhe North Road, Guangzhou, China. Tel: (+86)20-38351400, 38351401

More information

BS1000/BS1200/BS1400 messenger to web server

BS1000/BS1200/BS1400 messenger to web server BS1000 messenger to web server 1/7 September 12, 2014 BS1000/BS1200/BS1400 messenger to web server Introduction The BS1000 LAN base station, the BS12000 WiFi base station and the BS1400 GPRS base station

More information

GPSteltronic Tracking Platform Operation Guide

GPSteltronic Tracking Platform Operation Guide GPSteltronic Tracking Platform Operation Guide Welcome to use this Real Time GPS tracking platform, This software is web based system, it is not necessary to download any software or any plug-in software,

More information

TKT-2301 Exercise API Last updated

TKT-2301 Exercise API Last updated TKT-2301 Exercise API Last updated 28.7.2010 TKT-2301 Exercise API... 1 Installation application... 2 Wireless sensor network exercise message types... 5 XML interface... 10 RSS... 11 WSNgadget (XML Demo)...

More information

GPS Vehicle Tracker. User Manual V6.1 VT300

GPS Vehicle Tracker. User Manual V6.1 VT300 GPS Vehicle Tracker User Manual V6.1 VT300 Contents 1 Product Overview... - 3-2 For Your Safety... - 3-3 VT300 Characteristics... - 3-4 Getting Started... - 4-4.1 Hardware and Accessories... - 4-4.2 View...

More information

GPS Personal Tracker

GPS Personal Tracker GPS Personal Tracker User Manual (Model: PT30) Please Read Carefully Before Operation - 1 - Contents 1. Product Overview------------------------------------------------------------------------------------------3

More information

PERFORMANCE HORIZON PUBLISHER API INTRODUCTION

PERFORMANCE HORIZON PUBLISHER API INTRODUCTION PERFORMANCE HORIZON PUBLISHER API INTRODUCTION Version 1.0 October 2016 WHY USE API S All of the features and functionality that we have developed aim to give you, the user, a greater understanding of

More information

MEITRACK MVT340 User Guide

MEITRACK MVT340 User Guide MEITRACK MVT340 User Guide Change History File Name MEITRACK MVT340 User Guide Created By Kyle Lv Project MVT340 Creation Date Update Date 2010-08-24 2017-03-23 Subproject User Guide Total Pages 12 Version

More information