Inspect element? Are you opening the file in a web browser? Use a text editor, such as Notepad (at least, that's what it used to be called when I last used Windows regularly).
Thank you got it sorted.
Inspect element? Are you opening the file in a web browser? Use a text editor, such as Notepad (at least, that's what it used to be called when I last used Windows regularly).
If you end up making this work on Mac please let me know. I tried playing around with it for a while and had no luck. I am a rookie when it comes to Java but I asked my cousin who is a developer and his suggestions didnt work. I will test on Mac if you end up tweeking it to work. Thanks for everything!Thank you for the data. The Mac UI part was written for 2.0 (I think), i.e. 3 years ago. I wanted to use the native Mac look and feel and it seems something there changed. I need to look into this, to ensure there is a way to run the tool also on mac. That was anyway the original reason to select Java, as I wanted to make it multi-platform, as many people might have a separate laptop around running Mac or Linux.
I test each release on Xubuntu, so I think getting it working on Mac should not be overly complicated. I will most likely get back to you with a PM.
//Iko
I have worked bit on virtualboxed OS El Capitan to see, how to get it working. If you PM me, I can send you also a test version and how I got it working.If you end up making this work on Mac please let me know. I tried playing around with it for a while and had no luck. I am a rookie when it comes to Java but I asked my cousin who is a developer and his suggestions didnt work. I will test on Mac if you end up tweeking it to work. Thanks for everything!
Hi, can you provide the the step in order for me and others to make it work on our mac.The test version works on my Mac.
I will do a 5.2 release, which will have the Mac fixes in there. I am just doing last tests for it.Hi, can you provide the the step in order for me and others to make it work on our mac.
Thank you in advance
Here is a new version.
There are two main fixes
1) A total rewrite of the way, how the UDP data is received from the game. This is now much more robust and should ensure, there are no gaps in the received data.
2) Mac compatibility fixes. This should now work on Macs. It has been tested on Yosemite and El Capitan.
There are some other small fixes + some additions. See the ReadMe.txt for them.
In Windows:
For users of 5.0 and 5.1, you can just take the Telemetry.jar from the .zip...
@Iko Rein I tested for you on macos Sierra if you want to add to the update notesIko Rein updated Telemetry Application with a new update entry:
Telemetry Application 5.2 (Multiplatform)
Read the rest of this update entry...
{"fl": 0,
"fr": 0,
"rl": 0,
"rr": 0,
"flsusp": 0,
"frsusp": 0,
"rlsusp": 0,
"rrsusp": 0,
"flbt": 0,
"frbt": 0,
"rlbt": 0,
"rrbt": 0}
I'm not 100% sure with Xbox but I know on PS4 you have to turn UDP Broadcast off. So you leave the first UDP option on, but turn the second off and then put your computers IP as the IP.Hi, sorry to be a pain but would somebody be able to tell me how to get this working with my Xbox, not really sure what i'm doing. Thanks
EDIT- It works fine when i play the game on my PC but it wont pick up any information when i'm using my Xbox, I've entered my PC ip address on the Xbox but it's not working?
!) /JSON/wheels gives the data for wheels, fl (front left), rr (rear right) etc. The data is the suspension position and speed + temperature. I might add the wheel pressure there later.@Iko Rein : Cool stuff this, very much appreciated.
I'm planning to use the JSON services that are exposed to create a tablet app for evaluation how I perform in practice stints, how laptimes develop etc. I have a couple of questions:
1. /JSON/wheels - I don't understand the data in here? I refer to these:
2. Is there any way to find out which compound you are on at the moment? I could not find anything.
3. Am I correct that I would have to poll these APIs constantly? I'm mostly interested in sector times and laptimes, so it would be nice to know when the driver goes from one sector and into the next. At which frequency is this known in the actual app?
Thanks again,
Fredrik
!)
3. You don't have to poll it constantly. For your use the /JSON/laptimes might be the best option.
You might want to check /JSON/sectortimes and /JSON/sessionbest too. The first one will give you the data you are looking for. Similar data with fuel usage is also saved into the laptimes directory, if you enable that from the settings (Save laptimes also to separate file (*)).
I'm not 100% sure with Xbox but I know on PS4 you have to turn UDP Broadcast off. So you leave the first UDP option on, but turn the second off and then put your computers IP as the IP.
Thanks for the quick feedback! Regarding the last question I should have explained myself a bit clearer. All the data that I'm currently interested in are in laptimes (and as you say sectortimes/sessionbest might be useful too). What I would like is for my application to be able to update lap data as soon as I cross a sector boundary on track. I.e. it might flash the sector time just as you make it, show a diff to best/last etc. The way the API is constructed my understanding is that I have no way to see that there are new data available (in for example /JSON/laptimes) without polling that data and comparing it to the last poll?
Didn't work unfortunately.
Is there anything else I need to change on my PC?