Zoom AMS2 Testing Info

  • You DO NOT need an account in order to download the content that we host....ONLY make an account if you plan to be an ACTIVE member.
  • We DO NOT Allow Multiple Accounts, those people found to have more than one linked to their IP address Will be Banned.

Blitzman

Well-Known Member
VIP
Hot Pass Member
Jul 29, 2021
1,252
113
OK, Thanks to @DKgorace there is another possibility for results...

The site he posted does conversion but you have to upload it then embed a link to it.
Was hoping make something to get the data myself thru some coding/server-side scripting etc. and present it more on the fly but... :) I had worked with parsing JSON some years back when messing with a weather program but forget how I did it, was much less data, WindSpeed, Temperature and such...

But anyway before I forget, here is the link to my site again: Sixty Blitzed. Click on Race Results and I have pointed it to the results I have parsed there.

@DKgorace Yeah thanks again for letting me know of that. :thumbsup: :)

Peace!
 

Blitzman

Well-Known Member
VIP
Hot Pass Member
Jul 29, 2021
1,252
113
Heyas!
I have been digging at that JSON info a bit last night and I see why I can not just parse the whole file and get the array to go thru so I can grab key pairs and get the needed values. It has sections that need to be brought out and worked upon individually. It basically is not standard as a whole... I would need to find the relevant info most needed, the general Lap times and positions and such and how they are referenced and structured and see if I can bring those sections out and make them each in a correct JSON format and THEN Parse and get the data. I would then have to make a page to display it in a decent manner.
That info is acting like JASON, evil LOL.

I may be able to do something to get general info automatically(or nearly so) displayed after a race. The cool thing DK posted does all that but no way I see to automate it. And it has to be viewed from their site. But it has all the info. That could be used too after a race if more info is wanted. The file has to be uploaded to them etc...

Hope all are having a good home stretch of the season. We are about to pass the starting line on another year!
Peace.
D
 
  • Wow
Reactions: phantom17

DKgorace

aka Fred Hosinphlopher, Dave K, dkgorace
VIP
Hot Pass Member
OK, Thanks to @DKgorace there is another possibility for results...

The site he posted does conversion but you have to upload it then embed a link to it.
Was hoping make something to get the data myself thru some coding/server-side scripting etc. and present it more on the fly but... :) I had worked with parsing JSON some years back when messing with a weather program but forget how I did it, was much less data, WindSpeed, Temperature and such...

But anyway before I forget, here is the link to my site again: Sixty Blitzed. Click on Race Results and I have pointed it to the results I have parsed there.

@DKgorace Yeah thanks again for letting me know of that. :thumbsup: :)

Peace!
There maybe a better one, This is what my server runs as a "back up" in results page.
 
  • Like
Reactions: Blitzman

Blitzman

Well-Known Member
VIP
Hot Pass Member
Jul 29, 2021
1,252
113
Heya DK,
Yeah I had not even come across that and I had done a bit of digging on ways of getting the results from the server.
I may have to search for conversion or something if I want to find another similar situation. If it were more like an API you could use and bounce the data into it and back out as a request on my webpage and dynamically populate it with the info.. Would be perfect.
But Just because one thinks of something does not mean it exists now, or yet or still or ever. :)

I would like to make my code disregard sessions that have not finished out to a race ending. That way there would not be all these mismatched numbers of Practice, Qualify, and Race. - "Practice 1", "Qualify1" and "Race1" would actually be from same session then.
Thanks!
D
 

DKgorace

aka Fred Hosinphlopher, Dave K, dkgorace
VIP
Hot Pass Member
Heya DK,
Yeah I had not even come across that and I had done a bit of digging on ways of getting the results from the server.
I may have to search for conversion or something if I want to find another similar situation. If it were more like an API you could use and bounce the data into it and back out as a request on my webpage and dynamically populate it with the info.. Would be perfect.
But Just because one thinks of something does not mean it exists now, or yet or still or ever. :)

I would like to make my code disregard sessions that have not finished out to a race ending. That way there would not be all these mismatched numbers of Practice, Qualify, and Race. - "Practice 1", "Qualify1" and "Race1" would actually be from same session then.
Thanks!
D
There is an app for Assetto Corsa that's implemented from outside of the game. I'll see if I can find it. It just may work, as it's not an "IN GAME" app.
 

DKgorace

aka Fred Hosinphlopher, Dave K, dkgorace
VIP
Hot Pass Member
There is an app for Assetto Corsa that's implemented from outside of the game. I'll see if I can find it. It just may work, as it's not an "IN GAME" app.
 

DKgorace

aka Fred Hosinphlopher, Dave K, dkgorace
VIP
Hot Pass Member
Heya DK,
Yeah I had not even come across that and I had done a bit of digging on ways of getting the results from the server.
I may have to search for conversion or something if I want to find another similar situation. If it were more like an API you could use and bounce the data into it and back out as a request on my webpage and dynamically populate it with the info.. Would be perfect.
But Just because one thinks of something does not mean it exists now, or yet or still or ever. :)

I would like to make my code disregard sessions that have not finished out to a race ending. That way there would not be all these mismatched numbers of Practice, Qualify, and Race. - "Practice 1", "Qualify1" and "Race1" would actually be from same session then.
Thanks!
D
Found it, not sure it will work but looks like a nicely done Sim Viewer. https://www.racedepartment.com/downloads/simview.35249/
 

Blitzman

Well-Known Member
VIP
Hot Pass Member
Jul 29, 2021
1,252
113
Found it, not sure it will work but looks like a nicely done Sim Viewer. https://www.racedepartment.com/downloads/simview.35249/
Right On Dave, :thumbsup:
Actually need it for AMS2. yeah we are jumping between two or more different things LOL. Can get confusing.
Trying to get (for AMS2) a page setup where the results get automatically or nearly automatically displayed. Kinda like Assetto Corsa has. The dedicated server saves info(in a very seemingly convoluted structure), but need to figure something to get at that info, get the relevant pieces of info, parse the JSON key pairs I need and format it into readable data on a page. I, myself would have structured the data differently, would then been easier to get it with JSON iParsing or straight JavaScript RegEx matching etc... I got something figured in my head basically, just takes some concentration and doing... Have not messed with it since the other day.

Thanks though, I will look into this and see if it will be useful for our situation.
Have a good one!
D
 
  • Like
Reactions: DKgorace

DKgorace

aka Fred Hosinphlopher, Dave K, dkgorace
VIP
Hot Pass Member
I understand that
Right On Dave, :thumbsup:
Actually need it for AMS2. yeah we are jumping between two or more different things LOL. Can get confusing.
Trying to get (for AMS2) a page setup where the results get automatically or nearly automatically displayed. Kinda like Assetto Corsa has. The dedicated server saves info(in a very seemingly convoluted structure), but need to figure something to get at that info, get the relevant pieces of info, parse the JSON key pairs I need and format it into readable data on a page. I, myself would have structured the data differently, would then been easier to get it with JSON iParsing or straight JavaScript RegEx matching etc... I got something figured in my head basically, just takes some concentration and doing... Have not messed with it since the other day.

Thanks though, I will look into this and see if it will be useful for our situation.
Have a good one!
D
I understand that you are working on AMS2, not confused at all. The app is installed outside of AC. So thought it might be worth looking at.
 
  • Like
Reactions: Blitzman

Blitzman

Well-Known Member
VIP
Hot Pass Member
Jul 29, 2021
1,252
113
I understand that

I understand that you are working on AMS2, not confused at all. The app is installed outside of AC. So thought it might be worth looking at.
Ah I see, I need to check and see if it can help me.
Thanks again, I think I am the one getting confused then with all I mess with at once LOL.
Have a Happy New Year as it arrives!
D
 

Hot Links