Compare commits
No commits in common. "242c814a84676a54059f91ce4bb061346f8dde82" and "c2e0beb8638814ae2d65ae76ab9c338c798768d7" have entirely different histories.
242c814a84
...
c2e0beb863
1 changed files with 11 additions and 27 deletions
28
readme.md
28
readme.md
|
@ -2,8 +2,7 @@
|
||||||
|
|
||||||
## Purpose of this project
|
## Purpose of this project
|
||||||
|
|
||||||
Garmin created fantastic Head-up Display, but they had it discontinued in 2015[^1].
|
Garmin created fantastic Head-up Display, but they had it discontinued in 2015 [src](https://support.garmin.com/pl-PL/?faq=gJy4U1QaPL2gBs3AqQ7Lm5). Fortunately, whole protocol had beed [reverse engineered](https://github.com/gabonator/Work-in-progress/tree/master/GarminHud). This allowed community to createte their own works.
|
||||||
Fortunately, whole protocol had been reverse engineered[^2]. This allowed community to create their own works.
|
|
||||||
|
|
||||||
## Works
|
## Works
|
||||||
|
|
||||||
|
@ -15,34 +14,19 @@ Two weeks later I switched to Mapbox as completely standalone solution. Despite
|
||||||
|
|
||||||
### Stack
|
### Stack
|
||||||
|
|
||||||
- Kotlin 1.9
|
- Kotlin 1.9i
|
||||||
- Mapbox SDK 11.5.1
|
- Mapbox SDK 11.5.1
|
||||||
- Navigation SDK 3.2.0
|
- Navigation SDK 3.2.0
|
||||||
- Search SDK 2.4.0
|
- Search SDK 2.4.0
|
||||||
|
|
||||||
### Future works
|
### Future works
|
||||||
|
|
||||||
All the plans cannot be simply specified as they depend on many factors.
|
- optimisation
|
||||||
Main conception is not firmly grunted so it can depend on final decisions:
|
- bug fixes
|
||||||
|
|
||||||
1. Standalone application
|
|
||||||
- optimisation
|
|
||||||
- bug fixes
|
|
||||||
- camera behaviour
|
- camera behaviour
|
||||||
- search prompt graphics
|
- search prompt graphics
|
||||||
- reconnect button style
|
- reconnect button style
|
||||||
- garmin connection fixes - socket behaviour on reconnect
|
- garmin connection fixes - socket behaviour on reconnect
|
||||||
- maneuver processing (on long distances it refreshes every 10+ km)
|
- maneuver processing (on long distances it refreshes every 10+ km)
|
||||||
- Android Auto integration
|
- Android Auto integration
|
||||||
- POIs
|
- create fork for first idea of proxying GMaps
|
||||||
- speed cameras database
|
|
||||||
- traffic data
|
|
||||||
|
|
||||||
2. Proxy (one to choose from)
|
|
||||||
- Google Maps (probably)
|
|
||||||
- Yanosik
|
|
||||||
- Waze
|
|
||||||
|
|
||||||
[^1]: Source: https://support.garmin.com/pl-PL/?faq=gJy4U1QaPL2gBs3AqQ7Lm5
|
|
||||||
|
|
||||||
[^2]: As widely described on sites like Hackday. Most repeated repo link is https://github.com/gabonator/Work-in-progress/tree/master/GarminHud
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue