{"id":15164236,"url":"https://github.com/wildegor/ino-wol","last_synced_at":"2026-03-06T16:33:24.025Z","repository":{"id":248375655,"uuid":"828435298","full_name":"WildEgor/ino-wol","owner":"WildEgor","description":"WOL - wake on lan bot using ESP8266","archived":false,"fork":false,"pushed_at":"2024-07-16T14:45:38.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-01-16T06:57:59.504Z","etag":null,"topics":["arduino","esp8266","iot","wake-on-lan","wol"],"latest_commit_sha":null,"homepage":"","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/WildEgor.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":"2024-07-14T06:21:48.000Z","updated_at":"2024-07-16T14:45:41.000Z","dependencies_parsed_at":"2024-07-16T17:57:39.873Z","dependency_job_id":"f98ad32d-36d9-4b3b-bd43-0875613bf16b","html_url":"https://github.com/WildEgor/ino-wol","commit_stats":{"total_commits":6,"total_committers":2,"mean_commits":3.0,"dds":"0.16666666666666663","last_synced_commit":"0c247de62ada4f879767616041e8c3bc579f1868"},"previous_names":["wildegor/ino-wol"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WildEgor%2Fino-wol","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WildEgor%2Fino-wol/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WildEgor%2Fino-wol/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WildEgor%2Fino-wol/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WildEgor","download_url":"https://codeload.github.com/WildEgor/ino-wol/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238071120,"owners_count":19411600,"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":["arduino","esp8266","iot","wake-on-lan","wol"],"created_at":"2024-09-27T03:02:27.963Z","updated_at":"2026-03-06T16:33:18.983Z","avatar_url":"https://github.com/WildEgor.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ino-wol\n\nESP8266 wake-on-lan any LAN device via Telegram Bot!\n\n## Usage\n\n- Create and edit bot token and network settings in `src/secrets.cpp`;\n```cpp\n#include \"secrets.h\"\n\nString telegramToken = \"\"; // your bot token\n\nchar ssid[] = \"\"; // your network SSID (name)\nchar password[] = \"\"; // your network password\n```\n\n- Create and edit devices in `src/devices.cpp`;\n```cpp\n#include \"devices.h\"\n\nint numDevices = 2;\n\nTargetDevice devices[] ={\n  {\n    \"PC\", // any device name (will show in list of devices)\n    IPAddress(192, 168, 1, 2),\n    { 0xA1, 0xA1, 0xA1, 0xA1, 0xA1, 0xA1 }, // device MAC address in hex format\n    \"\", // empty state\n    5 // default retry counter\n  },\n};\n```\n\n- Upload `src/main.cpp` to ESP8266 (using PlatformIO);\n- [More details](https://wildegor.github.io/posts/WOL/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwildegor%2Fino-wol","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwildegor%2Fino-wol","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwildegor%2Fino-wol/lists"}