You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 15 Next »

Goal of this application is to provide the basic tracking functionality of YellowFox to third party software. Easy use and strong security were scopes during development.

Index

 

Common

Goal of this application is to provide the basic tracking functionality of YellowFox to third party software. Easy use and strong security were scopes during development. The user send commands via http to servers and receives the answers, positions, maps via the same way.

RTI can be used for example:

  • Query of vehicle positions
  • change of tracking settings
  • configuration of displays
  • send orders and messages
  • receive order states

Activation

RTI must be activated from our support. Please feel free to contact them.

Base address

http://map.yellowfox.de/rti/ or https://map.yellowfox.de/rti/

Description of functioning

Following paramater are mandatory to authentificate with YellowFox:

  • company, a hexkey to authentificate the company. Can be redefined by customer. This key must be send at every request. No response contains this key.
  • vehicle, a hexkey to authentificate the vehicle. Can be redefined by customer. No response contains this key.
  • RTI Ident authentification vehicle parameter in following JSON style vehicle={"type":"car_ident","groupKey": "RTI_GROUP_KEY","ident": "RTI_IDENT"}
  • group, a hexkey authentificate a group.  Can be redefined by customer. No response contains this key.WIf you use a group key, please check that every car in this group also have a rti key!

 

Execute as ?company=HEXKEY&vehicle=HEXKEY2

Error codes

If "ERROR:Text" is returned. "Text" contains the error description. Possible error codes ca you find here.

  • No labels