EDIT: I got it working! Now I will try to make a program which lets you use multiple OutGuage apps.
Is it possible? Python can recive UDP data. I already know how to do this in python. Does tha mean that it can recieve data from outgauge data from LFS?
EDIT: IT WORKS! Python actually recieves the data. I just don't know how to parse this data lol This the data that is outputted:
2P UFR ☺ ïo:F ☼ö■> Ç? Ç? 5Fuel 29.8 Brake Bal F 85%
Hmm, I figured out how to separate them, but unfortunatly I cant. I am using the "struct" feature to split the string from outguage, and the "word" format doesnt exist in python. Unless it is the same as a double or something. THere doesnt seem to be any "byte" either. Here is a page with the documentation for python, maybe I'm reading it wrong.
http://docs.python.org/lib/module-struct.html
EDIT again, is a word made of 10 chars?
Is it possible? Python can recive UDP data. I already know how to do this in python. Does tha mean that it can recieve data from outgauge data from LFS?
EDIT: IT WORKS! Python actually recieves the data. I just don't know how to parse this data lol This the data that is outputted:
2P UFR ☺ ïo:F ☼ö■> Ç? Ç? 5Fuel 29.8 Brake Bal F 85%
Hmm, I figured out how to separate them, but unfortunatly I cant. I am using the "struct" feature to split the string from outguage, and the "word" format doesnt exist in python. Unless it is the same as a double or something. THere doesnt seem to be any "byte" either. Here is a page with the documentation for python, maybe I'm reading it wrong.
http://docs.python.org/lib/module-struct.html
EDIT again, is a word made of 10 chars?