{"id":21852444,"url":"https://github.com/congard/expressif","last_synced_at":"2025-04-14T16:24:38.133Z","repository":{"id":227946559,"uuid":"766527596","full_name":"congard/expressif","owner":"congard","description":"Wrappers \u0026 tools for ESP32 boards written in modern C++","archived":false,"fork":false,"pushed_at":"2024-05-28T19:36:21.000Z","size":30,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-28T05:11:10.314Z","etag":null,"topics":["cpp","cpp-library","cpp20","cpp20-library","embedded","esp-idf","esp32","esp32-idf","espressif","http","http-server","internet-of-things","iot","platformio","rest","rest-api"],"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/congard.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}},"created_at":"2024-03-03T14:15:00.000Z","updated_at":"2024-09-13T07:18:08.000Z","dependencies_parsed_at":"2024-03-15T23:45:41.541Z","dependency_job_id":null,"html_url":"https://github.com/congard/expressif","commit_stats":null,"previous_names":["congard/expressif"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/congard%2Fexpressif","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/congard%2Fexpressif/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/congard%2Fexpressif/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/congard%2Fexpressif/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/congard","download_url":"https://codeload.github.com/congard/expressif/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248915072,"owners_count":21182557,"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":["cpp","cpp-library","cpp20","cpp20-library","embedded","esp-idf","esp32","esp32-idf","espressif","http","http-server","internet-of-things","iot","platformio","rest","rest-api"],"created_at":"2024-11-28T01:17:04.705Z","updated_at":"2025-04-14T16:24:38.107Z","avatar_url":"https://github.com/congard.png","language":"C++","readme":"# Expressif\n\n![stability-wip](https://img.shields.io/badge/stability-wip-lightgrey.svg)\n\nExpressif is a library for ESP32 boards that provides C++ interface for esp-idf functions.\nNevertheless, Expressif is not just a wrapper for esp-idf: it offers additional functionality\nthat speeds up development for ESP32 boards.\n\nExpressif is written in modern C++ (C++20) to utilize the whole power of this powerful language.\n\n## Components\n\nThe library consists of components, which can be found in the corresponding directory (`components`)\n\nThe following components are available now:\n\n| Component                                       | Description                                 |\n|-------------------------------------------------|---------------------------------------------|\n| [`exp_http_server`](components/exp_http_server) | HTTP Server with REST API support           |\n| [`exp_wifi`](components/exp_wifi)               | Establishes Wi-Fi connection in an easy way |\n\n## Usage\n\nAppend the `components` directory to the `EXTRA_COMPONENT_DIRS` list in your main `CMakeLists.txt`, e.g.:\n\n```cmake\n# /CMakeLists.txt\n\ncmake_minimum_required(VERSION 3.16.0)\nset(CMAKE_CXX_STANDARD 20)\n\n# workaround for https://github.com/espressif/esp-idf/issues/3920\nset(PROJECT_VER 1)\n\nif (DEFINED ENV{EXPRESSIF_PATH})\n    set(EXPRESSIF_PATH $ENV{EXPRESSIF_PATH})\nelse()\n    message(FATAL_ERROR \"Environment variable EXPRESSIF_PATH is not specified\")\nendif()\n\n# add this line before `include`\nlist(APPEND EXTRA_COMPONENT_DIRS \"${EXPRESSIF_PATH}/components\")\n\ninclude($ENV{IDF_PATH}/tools/cmake/project.cmake)\n\nproject(ESPIDFSandbox LANGUAGES CXX)\n```\n\nMore examples can be found in the [corresponding folder](examples).\n\n## Tested boards\n\nExpressif has been tested on the following boards:\n\n|                   | ESP32-C3 SuperMini | ESP32-S3-DevKitC-1 N16R8 |\n|-------------------|--------------------|--------------------------|\n| `exp_http_server` | ✅                  | ✅                        |\n| `exp_wifi`        | ✅                  | ✅                        |\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcongard%2Fexpressif","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcongard%2Fexpressif","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcongard%2Fexpressif/lists"}