{"id":19477223,"url":"https://github.com/swapnanildutta/iot-libraries","last_synced_at":"2026-04-29T09:05:42.466Z","repository":{"id":56295753,"uuid":"269300906","full_name":"swapnanildutta/IoT-Libraries","owner":"swapnanildutta","description":"These are some of the IoT Codes and Libraries I collected over the time.","archived":false,"fork":false,"pushed_at":"2020-11-16T10:29:24.000Z","size":1487,"stargazers_count":0,"open_issues_count":2,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-15T15:18:02.970Z","etag":null,"topics":["c","cpp","hacketoberfest2020","hacktoberfest","iot","iot-libraries"],"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/swapnanildutta.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}},"created_at":"2020-06-04T08:19:48.000Z","updated_at":"2020-11-16T10:28:46.000Z","dependencies_parsed_at":"2022-08-15T16:10:35.990Z","dependency_job_id":null,"html_url":"https://github.com/swapnanildutta/IoT-Libraries","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/swapnanildutta/IoT-Libraries","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swapnanildutta%2FIoT-Libraries","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swapnanildutta%2FIoT-Libraries/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swapnanildutta%2FIoT-Libraries/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swapnanildutta%2FIoT-Libraries/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/swapnanildutta","download_url":"https://codeload.github.com/swapnanildutta/IoT-Libraries/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swapnanildutta%2FIoT-Libraries/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32418203,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T06:29:02.080Z","status":"ssl_error","status_checked_at":"2026-04-29T06:29:00.631Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["c","cpp","hacketoberfest2020","hacktoberfest","iot","iot-libraries"],"created_at":"2024-11-10T19:44:04.085Z","updated_at":"2026-04-29T09:05:42.430Z","avatar_url":"https://github.com/swapnanildutta.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cbr /\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://hits.dwyl.com/swapnanildutta/IoT-Libraries\"\u003e\u003cimg src=\"http://hits.dwyl.com/swapnanildutta/IoT-Libraries.svg\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/swapnanildutta/IoT-Libraries\"\u003e\u003cimg src=\"https://img.shields.io/github/forks/swapnanildutta/IoT-Libraries.svg?style=flat-square\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/swapnanildutta/IoT-Libraries/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/github/license/swapnanildutta/IoT-Libraries?style=flat-square\"\u003e\u003c/a\u003e\n  \u003ca href=\"http://makeapullrequest.com\"\u003e\u003cimg src=\"https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square\"\u003e\u003c/a\u003e\n  \u003ch3 align=\"center\"\u003eIoT Libraries\u003c/h3\u003e\n  \u003cp align=\"center\"\u003e\n    A collection of useful libraries for IoT projects\n  \u003c/p\u003e\n\u003c/p\u003e\n\n## Index\n\n  * [About](#about)\n  * [Cloning and updating](#cloning-and-updating)\n  * [Contributing](#contributing)\n  * [License](#license)\n  * [Contact](#contact)\n\n## About\n\nThis repo is a collection of useful libraries that you can use in your IoT devices or projects.\n\nThese libraries can be used, for example, in Arduinos or ESP devices.\n\n## Cloning and updating\n\nIf you want to clone the repository to your device, just run the following command (ensure you have `git` installed):\n```shell\n$ git clone https://github.com/swapnanildutta/IoT-Libraries\n```\n\nTo update the repo with the newest files, just run these commands\n```shell\n$ cd IoT-Libraries\n$ git pull\n```\n\n## Contributing\n\nContributions are **highly appreciated**! You can take a look at the [issues](https://github.com/swapnanildutta/IoT-Projects/issues) page to know if there is something needed.\nOtherwise, you can submit a pull request by doing these steps:\n\n 1. Fork the project\n 2. Commit your changes (`git commit -m 'Added some libraries'`)\n 3. Push (`git push origin master`)\n 4. Open a pull request\n\n## License\n\nDistributed under the MIT License. See `LICENSE` for more information.\n\n## Contact\n\nSwapnanil Dutta - [@swapnanildutta1](\u003chttps://twitter.com/swapnanildutta1\u003e) - swapnanildutta2000@gmail.com\n\nProject Link: [https://github.com/swapnanildutta1/IoT-Projects](https://github.com/swapnanildutta1/IoT-Projects)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswapnanildutta%2Fiot-libraries","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fswapnanildutta%2Fiot-libraries","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswapnanildutta%2Fiot-libraries/lists"}