{"id":13338129,"url":"https://github.com/toitlang/pkg-ntp","last_synced_at":"2025-06-23T17:35:57.727Z","repository":{"id":45079184,"uuid":"444298656","full_name":"toitlang/pkg-ntp","owner":"toitlang","description":"Package: Synchronize your device time using the NTP protocol.","archived":false,"fork":false,"pushed_at":"2024-04-04T13:59:51.000Z","size":23,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-05-05T06:49:58.724Z","etag":null,"topics":["esp32","ntp-client","toit"],"latest_commit_sha":null,"homepage":"","language":"Toit","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/toitlang.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2022-01-04T05:36:44.000Z","updated_at":"2025-03-17T20:24:43.000Z","dependencies_parsed_at":"2024-04-04T11:25:51.000Z","dependency_job_id":"62870cfe-2784-44dd-8cd7-8e1e959e8d19","html_url":"https://github.com/toitlang/pkg-ntp","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/toitlang/pkg-ntp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toitlang%2Fpkg-ntp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toitlang%2Fpkg-ntp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toitlang%2Fpkg-ntp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toitlang%2Fpkg-ntp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/toitlang","download_url":"https://codeload.github.com/toitlang/pkg-ntp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toitlang%2Fpkg-ntp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261523159,"owners_count":23171970,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["esp32","ntp-client","toit"],"created_at":"2024-07-29T19:15:31.662Z","updated_at":"2025-06-23T17:35:57.701Z","avatar_url":"https://github.com/toitlang.png","language":"Toit","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NTP\n\nNTP (Network Time Protocol) client.\n\nFetches the current time from a NTP server (by default \"pool.ntp.org\").\n\nThis package does not update the system time.\n\n## Usage\n\n```\nimport ntp\nimport esp32\n\nmain:\n  result ::= ntp.synchronize\n  if result:\n    print \"ntp: $result.adjustment ±$result.accuracy\"\n    esp32.adjust_real_time_clock result.adjustment\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoitlang%2Fpkg-ntp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftoitlang%2Fpkg-ntp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoitlang%2Fpkg-ntp/lists"}