{"id":47323614,"url":"https://github.com/anedyaio/anedya-dev-core","last_synced_at":"2026-03-17T18:35:30.137Z","repository":{"id":301679085,"uuid":"785592343","full_name":"anedyaio/anedya-dev-core","owner":"anedyaio","description":"A core library written in C and provides core for all functionalities for operations with Anedya Platform in a portable manner.","archived":false,"fork":false,"pushed_at":"2025-09-09T10:29:30.000Z","size":4740,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-09T13:39:14.625Z","etag":null,"topics":["anedya","anedya-sdk","iot","sdk"],"latest_commit_sha":null,"homepage":"https://anedya.io","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anedyaio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2024-04-12T07:46:54.000Z","updated_at":"2025-09-09T10:29:47.000Z","dependencies_parsed_at":"2025-06-28T07:21:53.470Z","dependency_job_id":"d969b065-eb94-418c-a850-e4cd722a6e70","html_url":"https://github.com/anedyaio/anedya-dev-core","commit_stats":null,"previous_names":["anedyaio/anedya-dev-core"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/anedyaio/anedya-dev-core","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anedyaio%2Fanedya-dev-core","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anedyaio%2Fanedya-dev-core/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anedyaio%2Fanedya-dev-core/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anedyaio%2Fanedya-dev-core/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anedyaio","download_url":"https://codeload.github.com/anedyaio/anedya-dev-core/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anedyaio%2Fanedya-dev-core/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30628417,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-17T17:32:55.572Z","status":"ssl_error","status_checked_at":"2026-03-17T17:32:38.732Z","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":["anedya","anedya-sdk","iot","sdk"],"created_at":"2026-03-17T18:35:29.403Z","updated_at":"2026-03-17T18:35:30.128Z","avatar_url":"https://github.com/anedyaio.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# anedya-dev-core\nA core library is written in C and provides almost all functionalities of operations with the Anedya Platform.\n\nThis core library makes no assumptions about the underlying architecture and thus it is assumed that very minimal standard C libraries are \navailable at runtime. This library requires interfaces to be implemented by the platform layer.\n\nFor example, an Embedded system might not have alloc(), malloc(), or free() defined, where it needs to work with statically allocated space.\n\nSee anedya_sdk_config.h for tuning operations of this library.\n\n## anedya-dev-core Architecture\n\n![](/docs/res/Anedya_core_concept.png)\n\nThe core SDK contains only functional code which is required to interact with the Anedya platform. The core library does not include:\n- TLS Implementation stack\n- MQTT or HTTP implementation stack\n- Timekeeping implementation to work with RTC and other timers in the system.\n\nCore library is designed to be highly portable. As shown in the figure, the core library is never used directly by the end application.\nRather, it is included in the device platform-specific SDK. \n\n### Platform Layer\n\nThe core library depends on the platform layer to function, which is specific to the hardware being used. The core library declares some APIs\nin `anedya_interface.h` which needs to be defined by the platform layer. So just by implementing the methods defined in `anedya_interface.h` the library can be\nported to any hardware platform.\n\nIn general, the platform layer is responsible for handling:\n- TLS connection\n- MQTT or HTTP connection state\n- IPv4 or IPv6 stack\n- Connection through some Modems\n\nInterface implementations for some platforms are available in interface folder, which can be used directly or as an reference to start a port to new hardware.\n\nThe core library does not have any other dependency apart from the platform layer.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanedyaio%2Fanedya-dev-core","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanedyaio%2Fanedya-dev-core","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanedyaio%2Fanedya-dev-core/lists"}