{"id":16241604,"url":"https://github.com/getlarge/arduino-network-manager","last_synced_at":"2025-09-09T15:41:46.232Z","repository":{"id":114684059,"uuid":"230738774","full_name":"getlarge/arduino-network-manager","owner":"getlarge","description":"Handle WiFi - MQTT - HTTP credentials and server information to connect to Aloes backend","archived":false,"fork":false,"pushed_at":"2019-12-29T11:10:11.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-20T12:50:50.087Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/getlarge.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2019-12-29T11:08:24.000Z","updated_at":"2019-12-29T11:10:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"29316976-faa1-4ced-bcc4-0c6a8f451419","html_url":"https://github.com/getlarge/arduino-network-manager","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/getlarge/arduino-network-manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getlarge%2Farduino-network-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getlarge%2Farduino-network-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getlarge%2Farduino-network-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getlarge%2Farduino-network-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/getlarge","download_url":"https://codeload.github.com/getlarge/arduino-network-manager/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getlarge%2Farduino-network-manager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274319850,"owners_count":25263369,"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","status":"online","status_checked_at":"2025-09-09T02:00:10.223Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-10-10T14:08:06.394Z","updated_at":"2025-09-09T15:41:46.178Z","avatar_url":"https://github.com/getlarge.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Network Manager - Arduino\n\nESP8266 | ESP32 Arduino library to handle WiFi - MQTT - HTTP credentials and server information to connect to [Aloes backend](https://framagit.org/aloes/device-manager).\n\n\n## Requirements\n\n### Arduino tools\n\nArduino IDE - download the latest from arduino\n\n- https://www.arduino.cc/en/Main/Software\n\nOr Arduino CLI - download the latest from arduino\n\n- https://github.com/arduino/arduino-cli\n\n\n### For ESP8266 \n\nPackages for ESP8266 on Arduino\n\n- Enter `http://arduino.esp8266.com/stable/package_esp8266com_index.json` into Additional Board Manager URLs field.\n\nPackages to upload data on ESP8266 FileSystem\n\n- Follow instructions on `https://github.com/esp8266/arduino-esp8266fs-plugin` to install the plugin in your Arduino IDE.\n\n\n### For ESP32 \n\nPackages for ESP32 on Arduino\n\n- Enter `https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json` into Additional Board Manager URLs field.\n\nPackages to upload data on ESP32 FileSystem\n\n- Follow instructions on `https://github.com/me-no-dev/arduino-esp32fs-plugin` to install the plugin in your Arduino IDE.\n\n### Dependencies\n\nRequires the next libraries :  \n- \u003cArduino.h\u003e\n- \u003cadvancedSerial.h\u003e\n- \u003cWire.h\u003e\n- \u003cTicker.h\u003e\n- \u003cBounce2.h\u003e\n- \u003ctime.h\u003e\n- \u003cWiFiManager.h\u003e\n- on ESP8266 :\n\t- \u003cESP8266WiFi.h\u003e\n\t- \u003cESP8266WiFiMulti.h\u003e\n\t- \u003cESP8266mDNS.h\u003e\n- on ESP32 :\n\t- \u003cESPmDNS.h\u003e\n\t- \u003cWiFi.h\u003e\n\t- \u003cWiFiMulti.h\u003e\n\n## Installation\n\n- Via git, clone into your `~/Arduino/Libraries` folder\n```bash \ngit clone https://framagit.org/aloes/arduino-network-manager.git \n```\n\n## Usage\n\n- This library should be combined with AloesDevice.h\n\n- Open any .ino file of your project folder with Arduino IDE\n\n- Configure WiFi credentials `config.h` at the root of your Arduino project\n\n- Enter wifi and device credentials or configure the board via the Access Point ( 192.168.244.1 )\n\n- Upload the code on your ESP8266 board\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetlarge%2Farduino-network-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgetlarge%2Farduino-network-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetlarge%2Farduino-network-manager/lists"}