{"id":19893615,"url":"https://github.com/rzajac/esp-ecl","last_synced_at":"2026-05-07T14:44:30.609Z","repository":{"id":147139248,"uuid":"110259109","full_name":"rzajac/esp-ecl","owner":"rzajac","description":"ESP8266 Common Libraries (ECL).","archived":false,"fork":false,"pushed_at":"2018-12-02T19:10:55.000Z","size":282,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-20T00:41:15.385Z","etag":null,"topics":["aes","esp8266","eventbus","gpio","json","timers"],"latest_commit_sha":null,"homepage":"","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/rzajac.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-11-10T14:59:20.000Z","updated_at":"2018-06-24T15:04:08.000Z","dependencies_parsed_at":"2023-05-16T00:15:30.193Z","dependency_job_id":null,"html_url":"https://github.com/rzajac/esp-ecl","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rzajac/esp-ecl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rzajac%2Fesp-ecl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rzajac%2Fesp-ecl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rzajac%2Fesp-ecl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rzajac%2Fesp-ecl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rzajac","download_url":"https://codeload.github.com/rzajac/esp-ecl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rzajac%2Fesp-ecl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32742823,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"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":["aes","esp8266","eventbus","gpio","json","timers"],"created_at":"2024-11-12T18:30:06.177Z","updated_at":"2026-05-07T14:44:30.574Z","avatar_url":"https://github.com/rzajac.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"## ESP8266 Common Libraries (ECL).\n\nRepository is a collection of small but useful libraries I use in many of my \nprojects gathered in one place. Each of the libraries has a documentation  \n`README.md` file as well as very well documented header file. \n \nLibrary name                         | Description\n-------------------------------------|-------------\n[esp_aes](src/esp_aes)               | AES CBC encryption / decryption.\n[esp_cfg](src/esp_cfg)               | Read / write custom configuration structures from / to flash.\n[esp_eb](src/esp_eb)                 | Simple event bus.\n[esp_gpio](src/esp_gpio)             | Fast GPIO manipulation library.\n[esp_gpio_debug](src/esp_gpio_debug) | GPIO debugging library.\n[esp_json](src/esp_jsonh)            | Easier JSON manipulation.\n[esp_sdo](src/esp_sdo)               | Use RX pin as the GPIO3.\n[esp_tim](src/esp_tim)               | Collection of helpers to deal with timers and delays.\n[esp_util](src/esp_utilh)            | Utility functions.\n\n## Build environment.\n\nLibraries are part of my build system for ESP8266 based on CMake.\nTo compile / flash examples you will have to have the development \nenvironment setup as described at https://github.com/rzajac/esp-dev-env.\n\n## Examples.\n\n- [AES Encrypt/Decrypt](examples/aes)\n- [Blink LED](examples/blink)\n- [Conditional LED blink](examples/blink_cond)\n- [Custom config](examples/cfg)\n- [Evens](examples/events)\n- [JSON](examples/json)\n- [Timer](examples/timer)\n\n## Integration.\n\nIf you're using my build environment you can install this library by issuing:\n\n```\n$ wget -O - https://raw.githubusercontent.com/rzajac/esp-ecl/master/install.sh | bash\n```\n\nor if you already cloned this repository you can do:\n\n```\n$ cd build\n$ cmake ..\n$ make\n$ make install\n```\n\nwhich will install the libraries, header files and scripts in appropriate \nplaces in `$ESPROOT`.\n\n## License.\n\n[Apache License Version 2.0](LICENSE) unless stated otherwise.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frzajac%2Fesp-ecl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frzajac%2Fesp-ecl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frzajac%2Fesp-ecl/lists"}