Hi everyone! I've been lurking for a long time, but I think this is my first post 
I would like to "export" in real time data about the race status. Mainly the data I would need to create a standings table, a fastest lap popup, and so on.
My first thought was to send the data from an AC app using RabbitMQ (but I can't get it to work in Python 3.3.5) or a socket (but I got a "ImportError: No module named '_socket'" error).
I also thought about hooking into AC Server Manager, but I would like to avoid to have to install my software on a server. I intend to send the data from my AC (client) to a server I'm writing, who will then do things to that info and show it on a web page, but I'm perfectly fine with having all this software on my machine.
However, I just need to have the data, and I have no special interest in making an app of my own, so if you could advice me on how to either fix my python or get the data from something that is already available, it would be great! Thank you in advance!
I would like to "export" in real time data about the race status. Mainly the data I would need to create a standings table, a fastest lap popup, and so on.
My first thought was to send the data from an AC app using RabbitMQ (but I can't get it to work in Python 3.3.5) or a socket (but I got a "ImportError: No module named '_socket'" error).
I also thought about hooking into AC Server Manager, but I would like to avoid to have to install my software on a server. I intend to send the data from my AC (client) to a server I'm writing, who will then do things to that info and show it on a web page, but I'm perfectly fine with having all this software on my machine.
However, I just need to have the data, and I have no special interest in making an app of my own, so if you could advice me on how to either fix my python or get the data from something that is already available, it would be great! Thank you in advance!