diff --git a/README.md b/README.md index 30545f8..ae53b9e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,35 @@ # Forza-Telemetry -Telemetry application for forza horizon. \ No newline at end of file +Telemetry application for forza horizon. + +![Application](images/appWindow.jpg) + +Vehicle dashboard +![Dashboard](images/dashboardjpg.jpg) + +Vehicle telemetry +![Telemetry](images/telemetry.jpg) + +Livegraphs +![Livegraphs](images/livegraphs.jpg) + +Setting up. + +Open app. +From top left corner open settings. +Set port and press start or use default one. +![Setup_1](images/setup_1.jpg) + +Open settings and search HUD & Gameplay +![Setup_0](images/setup_0.jpg) + +Search Telemetry. +Toggle Data Out -> On +Data out ip address should be local host -> 127.0.0.1 +Data out ip port is same that you defined in application settings. +![Setup_2](images/setup_2.jpg) + + + +Known bugs + -Rear right wheel temperature value is from rear left wheel. \ No newline at end of file diff --git a/images/appWindow.jpg b/images/appWindow.jpg new file mode 100644 index 0000000..0dafb35 Binary files /dev/null and b/images/appWindow.jpg differ diff --git a/images/dashboardjpg.jpg b/images/dashboardjpg.jpg new file mode 100644 index 0000000..6f3281a Binary files /dev/null and b/images/dashboardjpg.jpg differ diff --git a/images/livegraphs.jpg b/images/livegraphs.jpg new file mode 100644 index 0000000..ce887b5 Binary files /dev/null and b/images/livegraphs.jpg differ diff --git a/images/setup_0.jpg b/images/setup_0.jpg new file mode 100644 index 0000000..bbd4942 Binary files /dev/null and b/images/setup_0.jpg differ diff --git a/images/setup_1.jpg b/images/setup_1.jpg new file mode 100644 index 0000000..622fe19 Binary files /dev/null and b/images/setup_1.jpg differ diff --git a/images/setup_2.jpg b/images/setup_2.jpg new file mode 100644 index 0000000..29313bf Binary files /dev/null and b/images/setup_2.jpg differ diff --git a/images/telemetry.jpg b/images/telemetry.jpg new file mode 100644 index 0000000..0b90801 Binary files /dev/null and b/images/telemetry.jpg differ