Hruks> Firstly, I'm sorry for replying in english.

Would you be please so kind and help us in possible implementation of UDPSpeed for EECH helicopter simulator? EECH has been moded recently to very high detail and it's still quite popular game..

The idea is to export necessary data from EECH and send it to UDPSpeed front end with gauges. Now the problem is that it would probably need some UDP (IL2 like) server connected to the EECH or would it be possible to send the telemetry data to UDPspeed somehow directly? Btw. full EECH source code has been released by the original game studio.


Shared, for all helicopters, the dynamics data:

code:
//
pitch,
roll,
heading,

indicated_airspeed,
indicated_slip,
vertical_speed,

barometric_altitude,
radar_altitude,

g_force,

left_engine_rpm,
left_engine_torque,
left_engine_temp,

right_engine_rpm,
right_engine_torque,
right_engine_temp,

combined_engine_rpm,
combined_engine_torque,

fuel_weight;
//

Real-time telemetry and cockpit picture:
http://stud3.tuwien.ac.at/~e9826217/PICS/Clipboard.jpg

This is an example of data telemetry data/output from EECH as of now, more functions are planned (the right panel with checkboxes is warning light status).

Discussion about EECH and gauges here:
http://www.simhq.com/simhq3/sims/boa...0;t=004612;p=5


EECH moded version review:
http://www.simhq.com/_air4/air_150a.html

Thank you very much for your kind response as to whether this could be done or not.