question

pwm802 avatar image
pwm802 asked

OneHelm Example/Template

Hi,

I am considering developing an RPI based OneHelm app for a Garmin TD50 and wondered if @stephenm27 would share your basic project as a starting point.

html5
2 |3000

Up to 8 attachments (including images) can be used with a maximum of 190.8 MiB each and 286.6 MiB total.

3 Answers
stephenm27 avatar image
stephenm27 answered ·

@pwm802 I'm happy to answer specific questions regarding developing a OneHelm app but I'm not planning to share my implementation at this time.

2 |3000

Up to 8 attachments (including images) can be used with a maximum of 190.8 MiB each and 286.6 MiB total.

pwm802 avatar image
pwm802 answered ·

@stephenm27 I'm looking for some details in creating the JSON file you mentioned.

2 |3000

Up to 8 attachments (including images) can be used with a maximum of 190.8 MiB each and 286.6 MiB total.

stephenm27 avatar image
stephenm27 answered ·

Here's an example json file:

{
    "id": "43b78dbe-b1ef-11ed-a269-b827eb123456",
    "path": "/",
    "title": "Cyclops",
    "icon": "images/onehelmicon.png"
}

This json file needs to be available via HTTP at the location [url] stated in the advertised mDNS txt record [path property]. The Garmin MFD will then download it [the json file] in order to acquire the path to your OneHelm application (via the path property).

2 |3000

Up to 8 attachments (including images) can be used with a maximum of 190.8 MiB each and 286.6 MiB total.

Related Resources

Additional resources still need to be added for this topic