WebsterXC / digidash

CSE442 group project that will consist of Raspberry Pi software development. Our goal is to create a plug-and-play digital dashboard and engine monitoring system.
GNU General Public License v3.0
2 stars 3 forks source link

Displaying live data related to engine parameters using socket #26

Closed mohdkhan95 closed 7 years ago

mohdkhan95 commented 7 years ago

Must display the following data (live): -

(1) Engine Load (2) RPM (3) Demanded load (4) Coolant temperature (5) Demanded torque (6) Actual torque

mohdkhan95 commented 7 years ago

The socket_engine.py file is uploaded in mohdkhan95-patch-1 branch. Please refer.

mohdkhan95 commented 7 years ago

The socket_all.py file is uploaded in mohdkhan95-patch-1 branch. Please refer. It displays all the of the ECU data live.