Resource icon

Misc Telemetry Application 2.2

Login or Register an account to download this content
this happens when I'm not playing anymore and I'm out of the game

So this happens, if you have been doing races/online races and then quit the game. Does this happen if you have been doing time trials or other events? And what if you turn off the automatic event detection (from the settings)?

I suspect, that if you quit the game, then the Telemetry application receives packets, which it detects as coming from time trial and the automatic event detection resets the data. I cannot however test this before I am back at home, which is most likely around 20th of August, but when I am back at my desktop, I will do more testing.

//Cheers
 
Hi I have followed all the instructions in the ReadMe.txt with the correct version of Java installed. I have set ip="127.0.0.1" port="20777" delay="1" extradata="1" and started F1 2013 first then Telemetry.jar but in the statistics tab I still have the message "No data coming in Offline" with the graphs and everything else blank.

Could someone please help me. Thank you
 
Hi I have followed all the instructions in the ReadMe.txt with the correct version of Java installed. I have set ip="127.0.0.1" port="20777" delay="1" extradata="1" and started F1 2013 first then Telemetry.jar but in the statistics tab I still have the message "No data coming in Offline" with the graphs and everything else blank.

Could someone please help me. Thank you

Have you tried to use the feedtester? This lets you see/test, if the application can receive the data. See the ReadMe.txt file in the package for details.

//Cheers
 
Last edited:
Hello all,

F1 2014 release is getting closer, so I will be working bit with the tool to add some little things here and there to make sure, the tool works well with the new version too, and to make a new version for the F1 2014 with the new track data etc.

I would love to hear, how you people are using the tool and if there is something, you would like to have added to the tool or what would need to be improved.

//Cheers
 
Hi everybody,

In regard to the problem I mentioned before (telemetry tool and SLIMaxMng - to control Leo Bodnar's SLIPro display - being incompatible), version 2.1 of the telemetry solved the problem. Now it works!! :). If I open CMPS I still cannot open the telemetry software, but it does not matter now: if I configure the telemetry software to send the data (through the out port) to SLIMaxMng, the display now shows the data wonderfully. Now SLIMaxMng receives the correct data from the telemetry software.

Problem solved ;-). Iko, thanks for the update and for your software. It really adds a new dimension to F1 2013. Thanks for your work!

Hello villota77,

I am having the exact same problem as you. Can you please tell me the exact settings you used to overcome this problem - how have you set up the hardware settings file, and how have you set up the telemetry software (which ports did you use)? I have been trying this for a while now and can't seem to get it working?

Thanks in advance.
 
HI everyone, I know you may all groan, but i cannot for the life of me get this to work with f12013 on a mac.

I'm tech proficient, I have correctly inserted the code into the xml file, (copy and pasted) I have even changed the extra data number to try get it to work. Opened programs in different orders but i still get "no data" if I run the tester, the tester shows the telemetery so I'm assuming it's to do with f12013 itself?

<motion enabled="true" ip="127.0.0.1" port="20777" delay="1" extradata="2" />

can anyone shed light on this?

Thanks
J
 
Hi there!
I was wondering; i it possible, and how to use this mod to send the data to an Android or iOs device, using ex. sin:speed or pCarsDash?
Any other good suggestions are welcome! :thumbsup:
Hmm, if you are using pre F1 2015 version, then in the Telemetry tool you could use the out_1 or out_2 settings in the settings/settings.xml file to direct data to other devices (ie. enable it, set the IP address and the Port for the IP address of the device.

In F1 2015 you can enable several datafeeds from the hardware_settings_config.xml directly.
 
Hmm, if you are using pre F1 2015 version, then in the Telemetry tool you could use the out_1 or out_2 settings in the settings/settings.xml file to direct data to other devices (ie. enable it, set the IP address and the Port for the IP address of the device.

In F1 2015 you can enable several datafeeds from the hardware_settings_config.xml directly.
Thank you! That's probely why i got stuck. Didn't knew that 2014 couldn't send directly to another IP/poort. I will figure it out and let you know.
Thanx again!
 
jo i found out this program works for grid 2, is there a way to add custom maps even without minimap just so they are saved with diffrent names?
First, take the version 12.0 for this to be on the safe side for the addition.

Well and for Grid 2, the same format is being used as is with Dirt Rally 2 and some of the older F1 games. In the F1 game modes the track data is hardcoded, in Dirt Rally 2 the track list is in a file, so you could technically add them to the game.

So if you want to get the tracks detected, here is what you could do:
1) Pick one track from grid 2
2) Start the Telemetry Tool with Dirt Rally 2 mode and start driving. If you receive data, select the 'Raw data' view and there on row 16 (header is "totalLaps, trackLenth, lastTime, MaxRPM). Take the second number for the tracklength, so the value is most likely a floating point number between 2000 and 8000. For this example, let's assume the value is 3015.6665 and that track location is US and variation is Indy
3) Edit the 'dirt_rally_20_stages.txt' in the tracks\dirt_rally directory. Add new line like this:
401, 3015.6665, "US","Indy",3.0km
- 401 is the index
- 3015.6665 is the track length from above
- "US" is the location string without quotes
- "Indy" is the track variation name
- 3.0km is just a simple text to show the track length in some places
Key here is that the id at the start does not exist in the files and to keep the data in the global db in good shape, please don't use the numbers now in the file, i.e. 1 to 169 is taken.
With Dirt Rally 2 the Tool detects the track based on track length, so that must be "unique" and accurate.
Now save the file.

If you restart the Telemetry Tool, you should see the new added track in the track listing as 'US Indy'.

If you did enter the track length properly, then if you drive in the track from 2), the tool should detect it and change the track dropdown for it.

If you see the track and it was detected, now you could press CTRL-M. It shows a message and you will see, the Tool tried to open file 'us_indy_boundaries.track'.

Now you could create the track map for the new track. See the Help for more info on how to create the track maps. In short, you could do 'us_indy_outerlimit.track' (track outer limit) and 'us_indy_innerlimit.track' (track inner limit, i.e. drivable inside line of the track) and there you would have basic track map in place.

If you got this far, you could record the trackLength for all the Grid 2 tracks and add them with increasing id to the file. And then create the trackmaps for them.

And if you get all tracks listed and working and you send me the list, I could add the newly added track ids + names to the install dirt rally track names list, so then all users would use the same track data and it would be possible to compare the time from the global db too.

Hmm, bit lengthy rant. If you have any questions or there is some show stopper, feel free to get back to me.

Cheers.
 
i have problems finding "version 12.0" you mentioned, and also in the version of telemtry i have theres no dirt mode, at least i cant find it
Justysuwu#8284 if you use discord maybe add me so we not gonna spam with responses this thread
 
Last edited:
how should i assign liveroutes? those are kinda randomly generated tracks for race, i tried this method but i created 21 layouts and each one is diffrent in lenght
 

Attachments

  • Przechwytywaniesdasadsadasdas.PNG
    Przechwytywaniesdasadsadasdas.PNG
    32.9 KB · Views: 54
how should i assign liveroutes? those are kinda randomly generated tracks for race, i tried this method but i created 21 layouts and each one is diffrent in lenght
Hmm, if I understand correctly, the liveroutes are random collection of sectors. This might be harder to create/manage, if there are many sectors. If you could find the length of each sector (and if there is sane number of those), you can create all the combinations of those sectors and their corresponding lengths and add them to the track list. It can be bit of work, if there are many options for the sectors.

Cheers.
 
i made it, theres list of grid 2 tracks
also i couldnt find handbrake in raw data, isnt there telemetry for it?
(this is without liveroutes)
#######################################################
# Grid 2 tracks and cities
401,5544.425,"UAE","Yas Marina GP Circuit",5.5km
402,4722.882,"UAE","Yas Marina Championship Circuit",4.7km
403,3114.573,"UAE","Yas Marina International Circuit",3.1km
404,2339.953,"UAE","Yas Marina South Circuit",2.3km
405,2318.169,"UAE","Yas Marina Paddock Circuit",2.3km
406,4049.670,"USA","Indianapolish Sport Circuit",4.0km
407,3958.434,"USA","Indianapolish GP Circuit",4.0km
408,3994.055,"USA","Indianapolish Infield Circuit",4.0km
409,4080.518,"USA","Indianapolish Oval Circuit",4.1km
410,3993.878,"USA","Indianapolish North Circuit",4.0km
411,1970.266,"England","Brands Hatch Indy Circuit",2.0km
412,1970.218,"England","Brands Hatch Indy Circuit Reversed",2.0km
413,3954.604,"England","Brands Hatch GP Circuit",4.0km
414,3954.633,"England","Brands Hatch GP Circuit Reversed",4.0km
415,4650.364,"Portugal","Algarve Sport Circuit",4.7km
416,3924.572,"Portugal","Algarve GP Circuit",3.9km
417,4201.104,"Portugal","Algarve National Circuit",4.2km
418,4358.487,"Portugal","Algarve Sport Circuit",4.4km
419,5320.578,"France","Paris Arc De Triomphe",5.3km
420,5320.579,"France","Paris Avenue De New-York",5.3km
421,3758.822,"France","Paris Circuit De La Seine",3.8km
422,3772.424,"France","Paris Champs Élysées",3.8km
423,2494.364,"France","Paris Pont De L'alma",2.5km
424,2533.767,"France","Paris Le Trocadero",2.5km
425,3582.608,"USA","Miami Collins Park Ring",3.6km
426,2291.778,"USA","Miami Ocean Drive",2.3km
427,2435.592,"USA","Miami Art Deco Loop",2.4km
428,2966.008,"USA","Miami Downtown Speedway",3.0km
429,2670.155,"USA","Miami South Point Bay",2.7km
430,1812.198,"USA","Miami Causeway Approach",1.8km
431,5377.377,"UAE","Dubai Al Sufouh Strip",5.4km
432,5377.379,"UAE","Dubai Jumeirah Beach",5.4km
433,3165.802,"UAE","Dubai Nakheel Vista",3.2km
434,3134.107,"UAE","Dubai Hattan Way",3.1km
435,2727.466,"UAE","Dubai Qrra Quay Loop",2.7km
436,1978.279,"UAE","Dubai Gulf Approach",2.0km
437,4931.268,"USA","Chicago The Loop",4.9km
438,4107.559,"USA","Chicago Underpass Ring",4.1km
439,2580.813,"USA","Chicago Wabash Run",2.6km
440,1637.579,"USA","Chicago Riverside",1.6km
441,1984.544,"USA","Chicago Marina City",2.0km
442,2095.373,"USA","Chicago Lake Shore Point",2.1km
443,5133.693,"Spain","Barcelona Memorial Run",5.1km
444,4100.657,"Spain","Barcelona Marine Gate",4.1km
445,2773.303,"Spain","Barcelona Columbus Bay",2.8km
446,2971.871,"Spain","Barcelona Cathedral Pass",3.0km
447,1829.031,"Spain","Barcelona Fountain Loop",1.8km
448,2427.526,"Spain","Barcelona High Street",2.4km
449,6206.427,"Australia","Mount Panorama Motor Racing Circuit",6.2km
450,6206.426,"Australia","Mount Panorama Motor Racing Circuit Reversed",6.2km
451,6995.889,"Belgium","Spa-Francorchamps GP Circuit",7.0km
452,6996.853,"Belgium","Spa-Francorchamps Sportcar",7.0km
453,6996.787,"Belgium","Spa-Francorchamps GP Circuit Reversed",7.0km
454,6996.880,"Belgium","Spa-Francorchamps Sportcar Reversed",7.0km
455,4320.420,"Austria","Red Bull Ring GP Circuit",4.2km
456,4320.421,"Austria","Red Bull Ring GP Circuit Reversed",4.2km
457,2338.132,"Austria","Red Bull Ring South Circuit",2.3km
458,2338.133,"Austria","Red Bull Ring South Circuit Reversed",2.3km
459,1847.315,"Austria","Red Bull Ring North Circuit",1.8km
460,1847.271,"Austria","Red Bull Ring North Circuit Reversed",1.8km
##############################
#Grid 2 Sprints
461,10030.381,"Monaco","Cote D'Azur Route D'Azur",10.0km
462,10029.910,"Monaco","Cote D'Azur Saint-Laurent",10.0km
463,4842.660,"Monaco","Cote D'Azur La Turbie",4.8km
464,4855.340,"Monaco","Cote D'Azur Route De Corniche",4.9km
465,5276.810,"Monaco","Cote D'Azur Leopolda",5.3km
466,5262.530,"Monaco","Cote D'Azur Villefranche-Sur-Mer",5.3km
467,9471.801,"Hongkong", "Hong Kong Peak Road Descent",9.5km
468,9547.940,"Hongkong","Hong Kong Kowloon Climb",9.5km
469,4468.620,"Hongkong","Hong Kong Magazine Gap",4.5km
470,5535.130,"Hongkong","Hong Kong Pok Fu Lam",5.5km
471,5004.800,"Hongkong","Hong Kong Wan Chai Gap",5.0km
472,4759.300,"Hongkong","Hong Kong Ap Lei Chau",4.8km
473,9557.011,"USA","California Big Sur",9.6km
474,9557.220,"USA","California Pebble Beach Drive",9.6km
475,4439.330,"USA","California Redwood Approach",4.4km
476,4439.810,"USA","California Pacific Way",4.4km
477,5117.560,"USA","California Bixby Pass",5.1km
478,5083.240,"USA","California Callibro Highway",5.1km
479,10411.550,"Japan","Okutama Mizu Mountain",10.4km
480,10412.351,"Japan","Okutama Tenshi Way",10.4km
481,6912.810,"Japan","Okutama Shinto Shrine",6.9km
482,6934.420,"Japan","Okutama Torii Rush",6.9km
483,3613.740,"Japan","Okutama Sakura Pass",3.6km
484,5517.640,"Japan","Okutama Tatsu Valley",5.5km
###################
#Grid 2 Derby
485,987.218,"USA","Detroit Stadium Long",1.0km
486,881.238,"USA","Detroit Stadium Short",0.9km
##############################
#Grid 2 drift tracks
486,1308.660,"Austria","Red Bull Ring Drift",1.3km
487,2119.040,"Belgium","Spa-Francorchamps Drift",2.1km
488,1817.740,"Australia","Mount Panorama Drift",1.8km
489,1507.470,"Portugal","Algarve Drift",1.5km
490,1670.170,"England","Brands Hatch Drift",1.7km
491,1293.740,"USA","Indianapolis Drift",1.3km
492,1360.430,"Japan","Okutama Mizu Mountain Drift",1.4km
493,2068.060,"Japan","Okutama Tenshi Way Drift",2.1km
494,1590.470,"Japan","Okutama Torii Rush Drift",1.6km
495,1427.180,"Japan","Okutama Sakura Pass Drift",1.4km
496,1143.650,"USA","California Pebble Beach Drive Drift",1.1km
497,1535.790,"USA","California Bixby Pass Drift",1.5km
498,1958.800,"Hongkong","Hong Kong Kowloon Climb Drift",2.0km
499,1427.750,"Hongkong","Hong Kong Magazine Gap Drift",1.4km
500,2322.180,"Monaco","Cote D'Azur Route D'Azur Drift",2.3km
501,1208.420,"Monaco","Cote D'Azur Saint-Laurent Drift",1.2km
502,1292.580,"UAE","Yas Marina Drift",1.3km
 
Last edited:
i made it, theres list of grid 2 tracks
also i couldnt find handbrake in raw data, isnt there telemetry for it?
(this is without liveroutes)
#######################################################
# Grid 2 tracks and cities
401,5544.425,"UAE","Yas Marina GP Circuit",5.5km
402,4722.882,"UAE","Yas Marina Championship Circuit",4.7km
403,3114.573,"UAE","Yas Marina International Circuit",3.1km
404,2339.953,"UAE","Yas Marina South Circuit",2.3km
405,2318.169,"UAE","Yas Marina Paddock Circuit",2.3km
406,4049.670,"USA","Indianapolish Sport Circuit",4.0km
407,3958.434,"USA","Indianapolish GP Circuit",4.0km
408,3994.055,"USA","Indianapolish Infield Circuit",4.0km
409,4080.518,"USA","Indianapolish Oval Circuit",4.1km
410,3993.878,"USA","Indianapolish North Circuit",4.0km
411,1970.266,"England","Brands Hatch Indy Circuit",2.0km
412,1970.218,"England","Brands Hatch Indy Circuit Reversed",2.0km
413,3954.604,"England","Brands Hatch GP Circuit",4.0km
414,3954.633,"England","Brands Hatch GP Circuit Reversed",4.0km
415,4650.364,"Portugal","Algarve Sport Circuit",4.7km
416,3924.572,"Portugal","Algarve GP Circuit",3.9km
417,4201.104,"Portugal","Algarve National Circuit",4.2km
418,4358.487,"Portugal","Algarve Sport Circuit",4.4km
419,5320.578,"France","Paris Arc De Triomphe",5.3km
420,5320.579,"France","Paris Avenue De New-York",5.3km
421,3758.822,"France","Paris Circuit De La Seine",3.8km
422,3772.424,"France","Paris Champs Élysées",3.8km
423,2494.364,"France","Paris Pont De L'alma",2.5km
424,2533.767,"France","Paris Le Trocadero",2.5km
425,3582.608,"USA","Miami Collins Park Ring",3.6km
426,2291.778,"USA","Miami Ocean Drive",2.3km
427,2435.592,"USA","Miami Art Deco Loop",2.4km
428,2966.008,"USA","Miami Downtown Speedway",3.0km
429,2670.155,"USA","Miami South Point Bay",2.7km
430,1812.198,"USA","Miami Causeway Approach",1.8km
431,5377.377,"UAE","Dubai Al Sufouh Strip",5.4km
432,5377.379,"UAE","Dubai Jumeirah Beach",5.4km
433,3165.802,"UAE","Dubai Nakheel Vista",3.2km
434,3134.107,"UAE","Dubai Hattan Way",3.1km
435,2727.466,"UAE","Dubai Qrra Quay Loop",2.7km
436,1978.279,"UAE","Dubai Gulf Approach",2.0km
437,4931.268,"USA","Chicago The Loop",4.9km
438,4107.559,"USA","Chicago Underpass Ring",4.1km
439,2580.813,"USA","Chicago Wabash Run",2.6km
440,1637.579,"USA","Chicago Riverside",1.6km
441,1984.544,"USA","Chicago Marina City",2.0km
442,2095.373,"USA","Chicago Lake Shore Point",2.1km
443,5133.693,"Spain","Barcelona Memorial Run",5.1km
444,4100.657,"Spain","Barcelona Marine Gate",4.1km
445,2773.303,"Spain","Barcelona Columbus Bay",2.8km
446,2971.871,"Spain","Barcelona Cathedral Pass",3.0km
447,1829.031,"Spain","Barcelona Fountain Loop",1.8km
448,2427.526,"Spain","Barcelona High Street",2.4km
449,6206.427,"Australia","Mount Panorama Motor Racing Circuit",6.2km
450,6206.426,"Australia","Mount Panorama Motor Racing Circuit Reversed",6.2km
451,6995.889,"Belgium","Spa-Francorchamps GP Circuit",7.0km
452,6996.853,"Belgium","Spa-Francorchamps Sportcar",7.0km
453,6996.787,"Belgium","Spa-Francorchamps GP Circuit Reversed",7.0km
454,6996.880,"Belgium","Spa-Francorchamps Sportcar Reversed",7.0km
455,4320.420,"Austria","Red Bull Ring GP Circuit",4.2km
456,4320.421,"Austria","Red Bull Ring GP Circuit Reversed",4.2km
457,2338.132,"Austria","Red Bull Ring South Circuit",2.3km
458,2338.133,"Austria","Red Bull Ring South Circuit Reversed",2.3km
459,1847.315,"Austria","Red Bull Ring North Circuit",1.8km
460,1847.271,"Austria","Red Bull Ring North Circuit Reversed",1.8km
##############################
#Grid 2 Sprints
461,10030.381,"Monaco","Cote D'Azur Route D'Azur",10.0km
462,10029.910,"Monaco","Cote D'Azur Saint-Laurent",10.0km
463,4842.660,"Monaco","Cote D'Azur La Turbie",4.8km
464,4855.340,"Monaco","Cote D'Azur Route De Corniche",4.9km
465,5276.810,"Monaco","Cote D'Azur Leopolda",5.3km
466,5262.530,"Monaco","Cote D'Azur Villefranche-Sur-Mer",5.3km
467,9471.801,"Hongkong", "Hong Kong Peak Road Descent",9.5km
468,9547.940,"Hongkong","Hong Kong Kowloon Climb",9.5km
469,4468.620,"Hongkong","Hong Kong Magazine Gap",4.5km
470,5535.130,"Hongkong","Hong Kong Pok Fu Lam",5.5km
471,5004.800,"Hongkong","Hong Kong Wan Chai Gap",5.0km
472,4759.300,"Hongkong","Hong Kong Ap Lei Chau",4.8km
473,9557.011,"USA","California Big Sur",9.6km
474,9557.220,"USA","California Pebble Beach Drive",9.6km
475,4439.330,"USA","California Redwood Approach",4.4km
476,4439.810,"USA","California Pacific Way",4.4km
477,5117.560,"USA","California Bixby Pass",5.1km
478,5083.240,"USA","California Callibro Highway",5.1km
479,10411.550,"Japan","Okutama Mizu Mountain",10.4km
480,10412.351,"Japan","Okutama Tenshi Way",10.4km
481,6912.810,"Japan","Okutama Shinto Shrine",6.9km
482,6934.420,"Japan","Okutama Torii Rush",6.9km
483,3613.740,"Japan","Okutama Sakura Pass",3.6km
484,5517.640,"Japan","Okutama Tatsu Valley",5.5km
###################
#Grid 2 Derby
485,987.218,"USA","Detroit Stadium Long",1.0km
486,881.238,"USA","Detroit Stadium Short",0.9km
##############################
#Grid 2 drift tracks
486,1308.660,"Austria","Red Bull Ring Drift",1.3km
487,2119.040,"Belgium","Spa-Francorchamps Drift",2.1km
488,1817.740,"Australia","Mount Panorama Drift",1.8km
489,1507.470,"Portugal","Algarve Drift",1.5km
490,1670.170,"England","Brands Hatch Drift",1.7km
491,1293.740,"USA","Indianapolis Drift",1.3km
492,1360.430,"Japan","Okutama Mizu Mountain Drift",1.4km
493,2068.060,"Japan","Okutama Tenshi Way Drift",2.1km
494,1590.470,"Japan","Okutama Torii Rush Drift",1.6km
495,1427.180,"Japan","Okutama Sakura Pass Drift",1.4km
496,1143.650,"USA","California Pebble Beach Drive Drift",1.1km
497,1535.790,"USA","California Bixby Pass Drift",1.5km
498,1958.800,"Hongkong","Hong Kong Kowloon Climb Drift",2.0km
499,1427.750,"Hongkong","Hong Kong Magazine Gap Drift",1.4km
500,2322.180,"Monaco","Cote D'Azur Route D'Azur Drift",2.3km
501,1208.420,"Monaco","Cote D'Azur Saint-Laurent Drift",1.2km
502,1292.580,"UAE","Yas Marina Drift",1.3km
This is great.

For the Handbrake, there is no handbrake data. Or at least with Dirt Rally 2 it is combined with the clutch data.

Are you ok that I include the list to the Telemetry Tool install?

Do you want that I give your credit for this list I could add your RD name to the comments + I might also do a help file relating to Grid 2 and I can mention you there too + in the ReadMe version notes on the Grid 2 track list addition.

Cheers.
 

Latest News

What's needed for simracing in 2024?

  • More games, period

  • Better graphics/visuals

  • Advanced physics and handling

  • More cars and tracks

  • AI improvements

  • AI engineering

  • Cross-platform play

  • New game Modes

  • Other, post your idea


Results are only viewable after voting.
Back
Top