Changes for page Grundlegendes
Last modified by YellowFox_RD on 2025/07/23 10:56
To version 2.1
edited by YellowFox_RD
on 2025/07/23 10:56
on 2025/07/23 10:56
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,11 +1,17 @@ 1 1 (% class="box" %) 2 -(((Table of Contents))) 2 +((( 3 +Table of Contents 4 +))) 5 + 3 3 {{toc/}} 4 4 5 5 Goal of this application is to provide the basic tracking functionality of YellowFox to third party software. 9 + 6 6 = Common = 11 + 7 7 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. 8 8 RTI can be used for example to: 14 + 9 9 ((( 10 10 * Query of vehicle positions 11 11 * change of tracking settings ... ... @@ -13,15 +13,22 @@ 13 13 * send orders and messages 14 14 * receive order states 15 15 ))) 22 + 16 16 = Activation = 24 + 17 17 RTI must be activated from our support. Please feel free to contact them. You can then access the rti interface settings via extras → rti interface. There you are able to generate the needed keys for authentication. 26 + 18 18 = Base address = 19 -[[http:~/~/map.yellowfox.de/rti/>>http://map.yellowfox.de/rti/]] or [[https:~/~/map.yellowfox.de/rti/>>https://map.yellowfox.de/rti/]] 28 + 29 +[[http://map.yellowfox.de/rti||rel="noopener noreferrer" target="_blank"]] or [[https://map.yellowfox.de/rti||rel="noopener noreferrer" target="_blank"]] 30 + 20 20 = Description of functioning = 32 + 21 21 The authentication at rti interface is realized by rti keys. You can find these in the user portal via //extras → rti// //interface//. Your access owns two central keys: the company key and the import key. Furthermore you are able to generate an own key for each vehicle and vehicle group. Depending on the rti function, you will need a specific combination of keys. You can find information about that in the documentation of the respective function. The keys are distinct per company. 22 22 A rti key is a hexadecimal key. It will be generated at random and can be re-generated as often as you want. For vehicles you might also generate a custom rti ident, but these can only be used via 2-step authentication. 23 23 Rti keys have to be send with each request. They are not included in the responses. 24 24 Following keys are important to login via YellowFox: 37 + 25 25 ((( 26 26 * company: This key is always mandatory. It identifies your company. 27 27 * import: This is kind of an universal key. It can be used to insert new data via the interface or access data of all vehicles. ... ... @@ -35,7 +35,10 @@ 35 35 * group: Identifies a vehicle group and all vehicles assigned to it, as far as they own a rti key themselves. **If you use a group key make sure that all vehicles you want to access have a rti key!** 36 36 * Date, to prevent caching 37 37 ))) 51 + 38 38 Execute as ?company=HEXKEY&vehicle=HEXKEY2 53 + 39 39 = Error codes = 55 + 40 40 If "ERROR:Text" is returned. "Text" contains the error description. You can find possible error codes [[here>>doc:YellowFox Remote Tracking Interface.Fehlerwerte.WebHome]]. 41 41

