{"id":15944113,"url":"https://github.com/dimasmith/binary-clock","last_synced_at":"2026-02-01T02:31:32.079Z","repository":{"id":75302432,"uuid":"274234976","full_name":"dimasmith/binary-clock","owner":"dimasmith","description":"Binary clock watch face for Garmin Fenix 5x","archived":false,"fork":false,"pushed_at":"2020-06-22T20:29:20.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-19T11:44:51.240Z","etag":null,"topics":["garmin","garmin-sdk"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dimasmith.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-06-22T20:26:34.000Z","updated_at":"2020-06-22T20:29:45.000Z","dependencies_parsed_at":"2023-02-28T05:15:46.637Z","dependency_job_id":null,"html_url":"https://github.com/dimasmith/binary-clock","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dimasmith/binary-clock","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimasmith%2Fbinary-clock","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimasmith%2Fbinary-clock/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimasmith%2Fbinary-clock/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimasmith%2Fbinary-clock/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dimasmith","download_url":"https://codeload.github.com/dimasmith/binary-clock/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimasmith%2Fbinary-clock/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28965346,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T02:14:24.993Z","status":"ssl_error","status_checked_at":"2026-02-01T02:13:55.706Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["garmin","garmin-sdk"],"created_at":"2024-10-07T08:21:17.802Z","updated_at":"2026-02-01T02:31:32.065Z","avatar_url":"https://github.com/dimasmith.png","language":null,"readme":"Binary Clock\n============\n\nBinary clock watch face for Garmin watches.\n\n# Building \n\n## Generating private keys\n\nThe `monkeyc` compiler requries a private key for a compilation.\nYou may generate one using commands:\n\n```\nopenssl genrsa -out developer_key.pem 4096\nopenssl pkcs8 -topk8 -inform PEM -outform DER -in developer_key.pem -out developer_key.der -nocrypt\n```\n\nSee [here](https://developer.garmin.com/connect-iq/programmers-guide/getting-started#generatingakeyusingopenssl) for details.\n\n## Compiling the project\n\n```\nmonkeyc -o build/BinaryClock.prg -y developer_key.der -f monkey.jungle -d fenix5x\n```\n\n## Starting an emulator\n\n```\nconnectiq\n```\n\n## Running app in emulator\n\n```\nmonkeydo build/BinaryClock.prg fenix5x\n```\n\n# Setting up in VSCode\n\nIf you'd rather do coding in VSCode instead of eclipse, you might want to set build tasks:\n\n`.vscode/tasks.json`\n```\n{\n    // See https://go.microsoft.com/fwlink/?LinkId=733558\n    // for the documentation about the tasks.json format\n    \"version\": \"2.0.0\",\n    \"tasks\": [\n        {\n            \"label\": \"Compile\",\n            \"type\": \"shell\",\n            \"command\": \"monkeyc -o build/${workspaceFolderBasename}.prg -y .build/key.der -f monkey.jungle -d fenix5x\",\n            \"problemMatcher\": [],\n            \"group\": {\n                \"kind\": \"build\",\n                \"isDefault\": true\n            }\n        },\n        {\n            \"label\": \"Start Simulator\",\n            \"type\": \"shell\",\n            \"command\": \"connectiq\",\n            \"isBackground\": true            \n        },\n        {\n            \"label\": \"Run\",\n            \"type\": \"shell\",\n            \"command\": \"monkeydo build/${workspaceFolderBasename}.prg fenix5x\",\n            \"problemMatcher\": [],\n            \"group\": {\n                \"kind\": \"build\",\n                \"isDefault\": true\n            },\n            \"dependsOn\": [\"Compile\", \"Start Simulator\"]\n        }\n    ]\n}\n```\n\n# References\n\n[Garmin SDK](https://developer.garmin.com/connect-iq/programmers-guide/)","funding_links":[],"categories":["Watch faces"],"sub_categories":["Older resources"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdimasmith%2Fbinary-clock","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdimasmith%2Fbinary-clock","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdimasmith%2Fbinary-clock/lists"}