{"id":13812732,"url":"https://github.com/malachi-iot/atcommander","last_synced_at":"2025-05-14T22:31:03.829Z","repository":{"id":108531988,"uuid":"83861453","full_name":"malachi-iot/atcommander","owner":"malachi-iot","description":"AT Command Builder/Parser","archived":true,"fork":false,"pushed_at":"2017-06-01T21:09:25.000Z","size":369,"stargazers_count":9,"open_issues_count":0,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-11-19T07:39:04.808Z","etag":null,"topics":["at-command","embedded"],"latest_commit_sha":null,"homepage":"","language":"C++","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/malachi-iot.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}},"created_at":"2017-03-04T03:16:47.000Z","updated_at":"2024-02-22T14:31:26.000Z","dependencies_parsed_at":"2023-05-14T11:45:51.804Z","dependency_job_id":null,"html_url":"https://github.com/malachi-iot/atcommander","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malachi-iot%2Fatcommander","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malachi-iot%2Fatcommander/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malachi-iot%2Fatcommander/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malachi-iot%2Fatcommander/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/malachi-iot","download_url":"https://codeload.github.com/malachi-iot/atcommander/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254239471,"owners_count":22037714,"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":["at-command","embedded"],"created_at":"2024-08-04T04:00:54.933Z","updated_at":"2025-05-14T22:30:58.786Z","avatar_url":"https://github.com/malachi-iot.png","language":"C++","funding_links":[],"categories":["Protocols"],"sub_categories":["Protocol Parsers"],"readme":"# ATCommander\n\nPortable C++ library for sending AT commands and parsing their responses\n\nDesigned for resource contrained (embedded) environments, but should also be useful elsewhere\n\nSince this uses C++ iostream-like approach, this library defaults to a blocking\nbehavior.  See notes below about this topic.  \n\nDependencies\n------------\n\nThis library depends on https://github.com/malachib/util.embedded library.  Specifically,\nit utilizes a lightweight C++ iostream implementation suitable for embedded environments.\n\nBecause of this, this library is compatible with:\n\n* mbed OS\n* Arduino\n\nIn theory this library should be able to adapt to standard C++ iostream as well, but this\nis not tested or planned.\n\nNotes\n-----\n\nThough billed as a blocking library, each command is decomposable into a request\nand response.  This affords us the possibility to buffer the output, and come back later to\nprocess the input.  I wouldn't call this full async, but it's better than a straight up blocking\nlibrary.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmalachi-iot%2Fatcommander","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmalachi-iot%2Fatcommander","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmalachi-iot%2Fatcommander/lists"}